<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hana &#38; Sarah's Freeware blog &#187; flv</title>
	<atom:link href="http://www.neox.net/w/tag/flv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neox.net/w</link>
	<description>Introduction to the Best Freewares to fill in the missing part of the default Windows XP and Vista.</description>
	<lastBuildDate>Mon, 30 Nov 2009 20:58:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hana Flv Player WordPress Plugin v1.7</title>
		<link>http://www.neox.net/w/2008/07/11/hana-flv-player-wordpress-plugin-v17/</link>
		<comments>http://www.neox.net/w/2008/07/11/hana-flv-player-wordpress-plugin-v17/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 06:29:52 +0000</pubDate>
		<dc:creator>HanaDaddy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[MadeByMe]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wp-plugin]]></category>

		<guid isPermaLink="false">http://www.neox.net/w/?p=192</guid>
		<description><![CDATA[9/17/2009: Please visit the new home for the Hana Flv Player and Hana Flv Player Plugin Forum.
I just released v1.7 of Hana Flv Player WP plugin.  The latest version has two improvements. One is to handle more advanced options of the FlowPlayer and FLV Player. (Unfortunately OS FLV does not have enough options to [...]


Related posts:<ol><li><a href='http://www.neox.net/w/2008/05/25/hana-flv-player-wordpress-plugin/' rel='bookmark' title='Permanent Link: Hana Flv Player WordPress Plugin'>Hana Flv Player WordPress Plugin</a></li><li><a href='http://www.neox.net/w/2008/06/12/hana-code-insert-wordpress-plugin/' rel='bookmark' title='Permanent Link: Hana Code Insert WordPress Plugin'>Hana Code Insert WordPress Plugin</a></li><li><a href='http://www.neox.net/w/2007/05/01/hana-xml-stat/' rel='bookmark' title='Permanent Link: [WP Plugin] HANA-XML-STAT'>[WP Plugin] HANA-XML-STAT</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div style='font-size:1.5em;border:2px solid #999; padding:10px;margin-bottom:10px'>9/17/2009: Please visit the new home for the <a href='http://wpmarketing.org/plugins/hana-flv-player/'>Hana Flv Player</a> and <a href='http://wpmarketing.org/forum/forum/wp-plugin-hana-flv-player'>Hana Flv Player Plugin Forum</a>.</div>
<p>I just released v1.7 of <a href='http://www.neox.net/w/2008/05/25/hana-flv-player-wordpress-plugin/'>Hana Flv Player WP plugin</a>.  The latest version has two improvements. One is to handle more advanced options of the FlowPlayer and FLV Player. (Unfortunately OS FLV does not have enough options to implement) The other is for showing FLV movie in the template theme files outside of the blog article by using a new method.</p>
<h4>More options for the players</h4>
<p><a href='http://www.neox.net/w/wp-content/data/2008/07/more_attr.jpg' rel='lightbox'><img src="http://www.neox.net/w/wp-content/data/2008/07/more_attr-300x221.jpg" alt="" title="more_attr" width="300" height="221" class="" /></a><br />
<span id="more-192"></span><br />
By using &#8216;more_2&#8242; and &#8216;more_3&#8242; attributes, you can use advanced features of the each player. There are tons of other options for the customization. You can use most of the options through these attributes. You can start testing by using the javascript generated provided in the settings menu. </p>
<p>It is mainly focused on the interface design option. After selecting the options you want, you can click the &#8216;Generate&#8217; button to generate the sample usage in the output textarea.</p>
<p>Here are the examples from the predefined samples.<br />
<strong>Flow: Simple Black Control Bar</strong></p>
<pre style="padding: 10px; border:1px dotted black; overflow: auto">
&#91;hana-flv-player
video="http://www.neox.net/w/wp-content/plugins/hana-flv-player/babyhana.flv"
player="2"
more_2="showVolumeSlider: false,showMuteVolumeButton: false, showMenu: false, controlBarBackgroundColor: 0"
/]
</pre>
<p>
<div >
<div id='hana_flv_flow_4'></div>
</div>

<script type='text/javascript'>
    flashembed('hana_flv_flow_4',
      { src:'http://www.neox.net/w/wp-content/plugins/hana-flv-player/flowplayer/FlowPlayerDark.swf', wmode: 'transparent', width: 300,  height: 240 },
      { config: { videoFile: 'http://www.neox.net/w/wp-content/plugins/hana-flv-player/babyhana.flv', autoPlay: false ,loop: false, autoRewind: true, autoBuffering: false,
			 initialScale: 'scale' ,showVolumeSlider: false,showMuteVolumeButton: false, showMenu: false, controlBarBackgroundColor: 0

	    }}
    );
</script></p>
<p><strong>Flow: Controls over Video with Auto-Hide</strong></p>
<pre style="padding: 10px; border:1px dotted black;overflow: auto;">
&#91;hana-flv-player
video="http://www.neox.net/w/wp-content/plugins/hana-flv-player/babyhana.flv"
player="2"
more_2="showVolumeSlider: false, controlsOverVideo: 'ease',controlBarBackgroundColor: -1, controlBarGloss: 'low' "
/]</pre>
<p>
<div >
<div id='hana_flv_flow_5'></div>
</div>

<script type='text/javascript'>
    flashembed('hana_flv_flow_5',
      { src:'http://www.neox.net/w/wp-content/plugins/hana-flv-player/flowplayer/FlowPlayerDark.swf', wmode: 'transparent', width: 300,  height: 240 },
      { config: { videoFile: 'http://www.neox.net/w/wp-content/plugins/hana-flv-player/babyhana.flv', autoPlay: false ,loop: false, autoRewind: true, autoBuffering: false,
			 initialScale: 'scale' ,showVolumeSlider: false, controlsOverVideo: 'ease',controlBarBackgroundColor: -1, controlBarGloss: 'low'

	    }}
    );
</script></p>
<p><strong>Flow: Minimalist Look</strong></p>
<pre style="padding: 10px; border:1px dotted black;overflow: auto;">
&#91;hana-flv-player
video="http://www.neox.net/w/wp-content/plugins/hana-flv-player/babyhana.flv"
player="2"
more_2="showStopButton: false, showScrubber: false, showVolumeSlider: false,showMuteVolumeButton: false, showFullScreenButton: false, showMenu: false,
controlsOverVideo: 'locked',controlBarBackgroundColor: -1,controlBarGloss: 'none',
usePlayOverlay: false "
/]</pre>
<p>
<div >
<div id='hana_flv_flow_6'></div>
</div>

<script type='text/javascript'>
    flashembed('hana_flv_flow_6',
      { src:'http://www.neox.net/w/wp-content/plugins/hana-flv-player/flowplayer/FlowPlayerDark.swf', wmode: 'transparent', width: 300,  height: 240 },
      { config: { videoFile: 'http://www.neox.net/w/wp-content/plugins/hana-flv-player/babyhana.flv', autoPlay: false ,loop: false, autoRewind: true, autoBuffering: false,
			 initialScale: 'scale' ,showStopButton: false, showScrubber: false, showVolumeSlider: false,showMuteVolumeButton: false, showFullScreenButton: false, showMenu: false, 
 controlsOverVideo: 'locked',controlBarBackgroundColor: -1,controlBarGloss: 'none', 
 usePlayOverlay: false

	    }}
    );
</script></p>
<p><strong>Flv: Showing Custom Logo</strong></p>
<pre style="padding: 10px; border:1px dotted black;overflow: auto;">
&#91;hana-flv-player
video="http://www.neox.net/w/wp-content/plugins/hana-flv-player/babyhana.flv"
player="3"
more_3="top1=http://www.neox.net/w/wp-content/plugins/hana-flv-player/logo.png|30|20"
/]
</pre>
<p>
<object id='monFlash' type='application/x-shockwave-flash' data='http://www.neox.net/w/wp-content/plugins/hana-flv-player/template_maxi_1.6.0/template_maxi/player_flv_maxi.swf' width='300' height='240'><param name='movie' value='http://www.neox.net/w/wp-content/plugins/hana-flv-player/template_maxi_1.6.0/template_maxi/player_flv_maxi.swf' /><param name='allowFullScreen' value='true' /><param name='wmode' value='transparent'><param name='FlashVars' value='flv=http://www.neox.net/w/wp-content/plugins/hana-flv-player/babyhana.flv&amp;width=300&amp;height=240&amp;autoplay=&amp;autoload=&amp;loop=&amp;showstop=1&amp;showvolume=1&amp;showtime=1&amp;showfullscreen=1&amp;srt=1&top1=http://www.neox.net/w/wp-content/plugins/hana-flv-player/logo.png|30|20' />
Unalbe to show flash video

</object></p>
<h4>Insert flv into template theme files (such as sidebar.php)</h4>
<p>Okay, here is the function that you can use in the theme template files to show FLV movie. Basically you need to use <code>hana_flv_player_template_call</code> method. The method takes a single argument. The argument should be just the string of the attributes of the regular usage. Just copy below code into your theme template file and edit <code>$hana_arg</code> colored attributes accordingly.</p>

<div class="wp_syntax"><div class="code"><pre class="php"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #000066;">function_exists</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'hana_flv_player_template_call'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
	<span style="color: #ff0000">$hana_arg</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot; 
video='http://www.neox.net/w/wp-content/plugins/hana-flv-player/babyhana.flv'
player='2'
width='180'
height='150'
more_2=<span style="color: #000099; font-weight: bold;">\&quot;</span>showStopButton: false, showScrubber: false, showVolumeSlider: false,showMuteVolumeButton: false, 
showFullScreenButton: false, showMenu: false, controlsOverVideo: 'locked',controlBarBackgroundColor: -1,
controlBarGloss: 'none', usePlayOverlay:false <span style="color: #000099; font-weight: bold;">\&quot;</span>
&quot;</span><span style="color: #66cc66;">;</span>
	<span style="color: #000066;">echo</span> hana_flv_player_template_call<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000">$hana_arg</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">;</span>	
<span style="color: #66cc66;">&#125;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>And here is the screen capture image showing FLV movie in the sidebar.<br />
<a href='http://www.neox.net/w/wp-content/data/2008/07/insert_theme.jpg' rel='lightbox'><img src="http://www.neox.net/w/wp-content/data/2008/07/insert_theme-300x127.jpg" alt="" title="insert_theme" width="300" height="127" class="alignnone size-medium wp-image-195" /></a></p>
<p>Let me know if you have any question.</p>


<p>Related posts:<ol><li><a href='http://www.neox.net/w/2008/05/25/hana-flv-player-wordpress-plugin/' rel='bookmark' title='Permanent Link: Hana Flv Player WordPress Plugin'>Hana Flv Player WordPress Plugin</a></li><li><a href='http://www.neox.net/w/2008/06/12/hana-code-insert-wordpress-plugin/' rel='bookmark' title='Permanent Link: Hana Code Insert WordPress Plugin'>Hana Code Insert WordPress Plugin</a></li><li><a href='http://www.neox.net/w/2007/05/01/hana-xml-stat/' rel='bookmark' title='Permanent Link: [WP Plugin] HANA-XML-STAT'>[WP Plugin] HANA-XML-STAT</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.neox.net/w/2008/07/11/hana-flv-player-wordpress-plugin-v17/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Sarah flvtools2 Helper for Windows &#8211; embedding Metadata into FLV</title>
		<link>http://www.neox.net/w/2008/06/07/sarah-flvtools2-helper-for-windows/</link>
		<comments>http://www.neox.net/w/2008/06/07/sarah-flvtools2-helper-for-windows/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 18:32:36 +0000</pubDate>
		<dc:creator>HanaDaddy</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[autohotkey]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[MadeByMe]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://www.neox.net/w/?p=180</guid>
		<description><![CDATA[
If you want to provide streaming video service (For example, seeking any position in the video file) using Flash video, you need to embed Metadata in your flv data file. 
The most well-known free tool is &#8216;flvtool2&#8242; which was created by Norman Timmler (http://www.inlet-media.de/flvtool2) .
It&#8217;s pretty easy to use. You just have to type the [...]


Related posts:<ol><li><a href='http://www.neox.net/w/2008/05/18/how-to-add-streaming-video-in-your-website-1-create-a-flash-video-flv/' rel='bookmark' title='Permanent Link: How to add Streaming Video in your website 1 &#8211; create a Flash Video FLV'>How to add Streaming Video in your website 1 &#8211; create a Flash Video FLV</a></li><li><a href='http://www.neox.net/w/2009/05/24/easy-offline-microsoft-windows-and-office-update/' rel='bookmark' title='Permanent Link: Easy Offline Microsoft Windows and Office Update'>Easy Offline Microsoft Windows and Office Update</a></li><li><a href='http://www.neox.net/w/2007/04/12/rocketdock-windows-app-launcher/' rel='bookmark' title='Permanent Link: RocketDock &#8211; Windows App Launcher'>RocketDock &#8211; Windows App Launcher</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.neox.net/w/wp-content/data/2008/06/sarahflvtools1.jpg" alt="" title="sarahflvtools1" width="308" height="227" /><br />
If you want to provide streaming video service (For example, seeking any position in the video file) using Flash video, you need to embed Metadata in your flv data file. </p>
<p>The most well-known free tool is &#8216;flvtool2&#8242; which was created by Norman Timmler (<a href='http://www.inlet-media.de/flvtool2'>http://www.inlet-media.de/flvtool2</a>) .</p>
<p>It&#8217;s pretty easy to use. You just have to type the command with -U option <code>'flvtool2 -U sample.flv'</code> in the Windows command console.<br />
<img src="http://www.neox.net/w/wp-content/data/2008/06/flvtool2_run.jpg" alt="" title="flvtool2_run" width="408" height="68"  /></p>
<p>However, if you have multiple FLV files to work on, this can be rather boring repetitive work. Yes, you may create a batch file and execute them all at once, but still the task requires too much manual typing.</p>
<p>So I decided to create a simple front GUI frontend to embed Metadata for the multiple flv data with few clicks. And, here is my SarahFlvtool2. It is a Windows GUI helper for flvtool2.  </p>
<div style="font-size:2em"><a href='/w/down/SarahFlvtool2.zip'>Download &#8216;Sarah Flvtool2 Helper&#8217;</a></div>
<p><span id="more-180"></span><br />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="hanadaddy@gmail.com">
<input type="hidden" name="item_name" value="HanaDaddy Donation - Thank you!">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="US">

<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form><br />
<strong>How to use.</strong></p>
<ol>
<li> Once you unzip the downloaded file, open the unzipped folder and run &#8217;sarahflvtool2.exe&#8217;</li>
<li> Click the &#8216;Browse Flv&#8217; button. And select .flv files. You can select multiple files by using &#8216;Shift&#8217; or &#8216;Ctrl&#8217; at the same time while clicking.</li>
<li> You can review the list of the flv files to embed Metadata. If you want to remove some from the listview, select the unwanted flv in the listview and right click then select &#8216;remove&#8217;.</li>
<li> Click on the &#8216;Run flvtool2.exe&#8217; button. The embedding process will start and the status will be updated in the listview.</li>
<li> When all tasks are completed, a dialog box will appear to notify you the completion</li>
</ol>
<p><strong>Screen captures</strong></p>
<p><img src="http://www.neox.net/w/wp-content/data/2008/06/multiselect-300x219.jpg" alt="" title="multiselect" width="300" height="219" class="alignnone size-medium wp-image-183" /><br />
Flv File Selection Dialog. You can select multiple files by clicking with &#8216;Shift&#8217; or &#8216;Ctrl&#8217; key pressed.</p>
<p><img src="http://www.neox.net/w/wp-content/data/2008/06/sarahflvtools1.jpg" alt="" title="sarahflvtools1" width="308" height="227" class="alignnone size-full wp-image-184" /><br />
You can remove unwanted item from the listview with right mouse click.</p>
<p><img src="http://www.neox.net/w/wp-content/data/2008/06/sarahflvtools2.jpg" alt="" title="sarahflvtools2" width="446" height="100" class="alignnone size-full wp-image-185" /><br />
Short alert before starting the embedding process.</p>
<p><img src="http://www.neox.net/w/wp-content/data/2008/06/sarahflvtools3.jpg" alt="" title="sarahflvtools3" width="308" height="226" class="alignnone size-full wp-image-186" /><br />
The files are being embedded with Metadata. It is showing the status of each file.</p>
<p><img src="http://www.neox.net/w/wp-content/data/2008/06/sarahflvtools4.jpg" alt="" title="sarahflvtools4" width="191" height="100" class="alignnone size-full wp-image-187" /><br />
Now the whole process is completed and you can upload the files into your webserver. <img src='http://www.neox.net/w/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>SarahFlvtool2 was created using AutoHotKey(Windows Macro Automation software which is free). And it is free to use my SaraFlvtool2. </p>
<p>Enjoy.</p>
<p>I will talk about how to setup streaming service in detail soon. Basically, you need additional software installed which I really didn&#8217;t like (too lazy and worried if I might break anything). But, I did find a somewhat easier way that can be done without installing any extra software.  So come back soon!</p>
<p>Here is the sample of my streaming video! Try to move around the position cursor of the player.<br />

<script type='text/javascript' src='http://www.neox.net/w/wp-content/plugins/hana-flv-player/flowplayer/html/flashembed.min.js'></script>
<div id="flow_movie"></div>

<script type="text/javascript">
    flashembed("flow_movie",
      {  src:'http://www.neox.net/w/wp-content/plugins/hana-flv-player/flowplayer/FlowPlayerDark.swf',
         width: 400, height: 330 },
         {config: {
             autoPlay: false,initialScale: 'fit', loop: false, autoRewind: false  ,
             autoBuffering: false, streamingServer: 'lighttpd', bufferLength:3,
             playList: [ {url: 'http://www.neox.net/w/xmoov.php/large.flv'} ]

          }
      }
    );
</script>
</p>


<p>Related posts:<ol><li><a href='http://www.neox.net/w/2008/05/18/how-to-add-streaming-video-in-your-website-1-create-a-flash-video-flv/' rel='bookmark' title='Permanent Link: How to add Streaming Video in your website 1 &#8211; create a Flash Video FLV'>How to add Streaming Video in your website 1 &#8211; create a Flash Video FLV</a></li><li><a href='http://www.neox.net/w/2009/05/24/easy-offline-microsoft-windows-and-office-update/' rel='bookmark' title='Permanent Link: Easy Offline Microsoft Windows and Office Update'>Easy Offline Microsoft Windows and Office Update</a></li><li><a href='http://www.neox.net/w/2007/04/12/rocketdock-windows-app-launcher/' rel='bookmark' title='Permanent Link: RocketDock &#8211; Windows App Launcher'>RocketDock &#8211; Windows App Launcher</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.neox.net/w/2008/06/07/sarah-flvtools2-helper-for-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.neox.net/w/xmoov.php/large.flv" length="41342177" type="video/x-flv" />
		</item>
		<item>
		<title>Hana Flv Player WordPress Plugin</title>
		<link>http://www.neox.net/w/2008/05/25/hana-flv-player-wordpress-plugin/</link>
		<comments>http://www.neox.net/w/2008/05/25/hana-flv-player-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 26 May 2008 03:21:00 +0000</pubDate>
		<dc:creator>HanaDaddy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[MadeByMe]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wp-plugin]]></category>

		<guid isPermaLink="false">http://www.neox.net/w/?p=170</guid>
		<description><![CDATA[9/17/2009: Please visit the new home for the Hana Flv Player and Hana Flv Player Plugin Forum.
As part of ongoing personal project for creating and embedding Flash Video in my Wordpress, I have decided to create a Wordpress plugin to help me writing embed tags inside the articles. If you are interested on my previous [...]


Related posts:<ol><li><a href='http://www.neox.net/w/2008/07/11/hana-flv-player-wordpress-plugin-v17/' rel='bookmark' title='Permanent Link: Hana Flv Player WordPress Plugin v1.7'>Hana Flv Player WordPress Plugin v1.7</a></li><li><a href='http://www.neox.net/w/2008/06/12/hana-code-insert-wordpress-plugin/' rel='bookmark' title='Permanent Link: Hana Code Insert WordPress Plugin'>Hana Code Insert WordPress Plugin</a></li><li><a href='http://www.neox.net/w/2008/05/25/how-to-add-streaming-video-in-your-website-2-embed-flash-video-player/' rel='bookmark' title='Permanent Link: How to add Streaming Video in your website 2 &#8211; embed Flash Video Player'>How to add Streaming Video in your website 2 &#8211; embed Flash Video Player</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div style='font-size:1.5em;border:2px solid #999; padding:10px;margin-bottom:10px'>9/17/2009: Please visit the new home for the <a href='http://wpmarketing.org/plugins/hana-flv-player/'>Hana Flv Player</a> and <a href='http://wpmarketing.org/forum/forum/wp-plugin-hana-flv-player'>Hana Flv Player Plugin Forum</a>.</div>
<div style="padding:10px;border:1px dotted black;">As part of ongoing personal project for creating and embedding Flash Video in my Wordpress, I have decided to create a Wordpress plugin to help me writing embed tags inside the articles. If you are interested on my previous quests, check out below links.</p>
<ul>
<li><a href='http://www.neox.net/w/2008/05/25/how-to-add-streaming-video-in-your-website-2-embed-flash-video-player/'>How to add Streaming Video in your website 1 &#8211; create a Flash Video FLV</a></li>
<li><a href='http://www.neox.net/w/2008/05/24/the-best-video-format-converter-freeware/'>The best video format converter freewares</a>
<li><a href='http://www.neox.net/w/2008/05/25/how-to-add-streaming-video-in-your-website-2-embed-flash-video-player/'>How to add Streaming Video in your website 2 &#8211; embed Flash Video Player</a>
</ul>
</div>
<div style="font-size:2em">
<a href="/w/plugin_down/hana-flv-player.zip">Download Hana Flv Player Plugin v2.0</a> <a href="http://www.neox.net/w/2008/07/11/hana-flv-player-wordpress-plugin-v17/">(Advanced Samples)</a>
</div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="hanadaddy@gmail.com">
<input type="hidden" name="item_name" value="HanaDaddy Donation - Thank you!">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
<p><strong>Change Log</strong></p>
<ul>
<li><strong>V 2.0 (7/23/2009) :</strong>
<ol>
<li>For easier Hana Flv Video tag creation, new popup dialog is added. You can directly define the values using the form and click OK to create the tag. Please see the screenshot 4 for the example. The buttons in the editor will only appear for WP v2.5+</li>
</ol>
<p>   <a href="http://www.neox.net/w/wp-content/data/2008/05/screenshot-4.jpg" rel="lightbox"><img src="http://www.neox.net/w/wp-content/data/2008/05/screenshot-4-300x234.jpg" alt="screenshot-4" title="screenshot-4" width="300" height="234" class="aligncenter size-medium wp-image-616" /></a>
</li>
<li><strong>v 1.8 (7/21/2009) :</strong>
<ol>
<li>Fixed Minor bug with FlowPlayer v2 . It was not properly showing under IE7.</li>
<li>FlowPlayer v3.1.1 player is added. Originally intended to upgrade the old version, but decided to leave old version due to some minor differences. </li>
</ol>
</li>
<li><strong>v 1.7: </strong>Adding additional attributes for the players more advanced options. Also added a method to show FLV movie within the theme template files (such as sidebar.php)
<li><strong>v 1.5: </strong> Adding <a href='http://flv-player.net/players/maxi/'>FLV Player Maxi</a></li>
<li><strong>v 1.1: </strong> Lots of debuging.
<li><strong>v 1.0: </strong> Initial Release with <a href='http://www.osflv.com/'>OS FLV</a> (GPL) ,  <a href='http://flowplayer.org/'>FlowPlayer</a> (GPL) flv players</li>
</ul>
<p>Now you can easily embed the FLV Flash videos in your WordPress Blog. I have packaged the two GPL FLV Flash player, <a href='http://www.osflv.com/'>OS FLV</a> and <a href='http://flowplayer.org/'>FlowPlayer</a>. So you can use them freely without worries even for the commercial purpose unlike the JW player &#8211; If you have AdSense or display ads showing , you should purchase the player according to its website.</p>
<p><span id="more-170"></span><br />
Flv Player MAXI<br />

<object id='monFlash' type='application/x-shockwave-flash' data='http://www.neox.net/w/wp-content/plugins/hana-flv-player/template_maxi_1.6.0/template_maxi/player_flv_maxi.swf' width='300' height='240'><param name='movie' value='http://www.neox.net/w/wp-content/plugins/hana-flv-player/template_maxi_1.6.0/template_maxi/player_flv_maxi.swf' /><param name='allowFullScreen' value='true' /><param name='wmode' value='transparent'><param name='FlashVars' value='flv=http://www.neox.net/w/wp-content/plugins/hana-flv-player/babyhana.flv&amp;width=300&amp;height=240&amp;autoplay=&amp;autoload=&amp;startimage=http://www.neox.net/w/wp-content/plugins/hana-flv-player/splash.jpg&amp;loop=&amp;onclick=http://www.neox.net/w&amp;showstop=1&amp;showvolume=1&amp;showtime=1&amp;showfullscreen=1&amp;srt=1' />
Unalbe to show flash video

</object></p>
<p>FlowPlayer V2<br />

<div >
<div id='hana_flv_flow_8'></div>
</div>

<script type='text/javascript'>
    flashembed('hana_flv_flow_8',
      { src:'http://www.neox.net/w/wp-content/plugins/hana-flv-player/flowplayer/FlowPlayerDark.swf', wmode: 'transparent', width: 300,  height: 240 },
      { config: {  autoPlay: false ,loop: false, autoRewind: true, autoBuffering: false,
			splashImageFile: 'http://www.neox.net/w/wp-content/plugins/hana-flv-player/splash.jpg', initialScale: 'scale' 
      		,playList: [ { url: 'http://www.neox.net/w/wp-content/plugins/hana-flv-player/babyhana.flv', linkUrl: 'http://www.neox.net/w', linkWindow: '_this' } ]      	                
	    }}
    );
</script></p>
<p>OS FLV<br />

<div >
<script language='javascript'>
 AC_FL_RunContent('codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0', 'width', '300', 'height', '240', 'src',  'http://www.neox.net/w/wp-content/plugins/hana-flv-player/osflv/' + ((!DetectFlashVer(9, 0, 0) && DetectFlashVer(8, 0, 0)) ? 'player8' : 'player'), 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'id', 'flvPlayer', 'allowFullScreen', 'true', 'movie', 'http://www.neox.net/w/wp-content/plugins/hana-flv-player/osflv/' + ((!DetectFlashVer(9, 0, 0) && DetectFlashVer(8, 0, 0)) ? 'player8' : 'player'), 'FlashVars', 'movie=http://www.neox.net/w/wp-content/plugins/hana-flv-player/babyhana.flv&bgcolor=0x051615&fgcolor=0x13ABEC&volume=&autoload=off&autoplay=off&autorewind=on&loop=off&clickurl=http://www.neox.net/w&clicktarget=','wmode','transparent');
</script>
<noscript>
 <object width='300' height='240' id='flvPlayer'><param name='allowFullScreen' value='true'><param name='wmode' value='transparent'><param name='movie' value='http://www.neox.net/w/wp-content/plugins/hana-flv-player/osflv/player.swf?movie=http://www.neox.net/w/wp-content/plugins/hana-flv-player/babyhana.flv&bgcolor=0x051615&fgcolor=0x13ABEC&volume=&autoload=off&autoplay=off&autorewind=on&loop=off&clickurl=http://www.neox.net/w&clicktarget='><embed src='http://www.neox.net/w/wp-content/plugins/hana-flv-player/osflv/player.swf?movie=/video/babayhana.flv&bgcolor=0x051615&fgcolor=0x13ABEC&volume=&autoload=off&autoplay=off&autorewind=on&loop=off&clickurl=http://www.neox.net/w&clicktarget=' width='400' height='300' allowFullScreen='true' type='application/x-shockwave-flash'>
 </object>
</noscript>
</div>

 </p>
<p>Flow Player V3<br />

<div >
<div id='hana_flv_flow3_2' style='display:block;width:300px;height:240px;'><img src="http://www.neox.net/w/wp-content/plugins/hana-flv-player/splash.jpg" style="width:300px; height:240px;border:0;margin:0;padding:0" /></div>
</div>

			<script  type='text/javascript'>
		flowplayer('hana_flv_flow3_2', { src: 'http://www.neox.net/w/wp-content/plugins/hana-flv-player/flowplayer3/flowplayer-3.1.1.swf', wmode: 'transparent' }, { 
    		clip:  { 
    			url: 'http://www.neox.net/w/wp-content/plugins/hana-flv-player/babyhana.flv',
        		scaling: 'scale', autoPlay: false, autoBuffering: false 
				,linkUrl: 'http://www.neox.net/w'  , onFinish : function () { this.seek(0); } 
	        }
		}); 
			</script></p>
<h4>Installation</h4>
<ol>
<li> Download and unzip the zip file. Upload <code>hana-flv-player</code> folder with all of its contents to the <code>/wp-content/plugins/</code> directory</li>
<li> Activate the plugin through the `Plugins` menu in WordPress Admin Interface.</li>
<li>Adjust the default settings in the &#8216;Settings&#8217; menu in the Admin Interface if you want to.</li>
<li>Use &#91;hana-flv-player video=&#8217;&#8230;&#8217; /]in your blog article.  Attribute `video` is the only mandatory  item where you define the video file. It can be full URL or absolute or relatvie path. </li>
</ol>
<p>If you want a quick test and see if it&#8217;s working fine, goto Hana Flv Player settings admin page and copy the example shown in the bottom and paste in your blog article. </p>
<h4>How to use</h4>
<p>When you write an article , you can use <code>&#91;hana-flv-player /]</code> tag to embed the flash  video player. The &#8216;video&#8217; attribute is mandatory to indicate the video file . There are other optional attributes and the default values for the options can be defined in the Admin settings page. See the below for the example.</p>
<p>This is minimum usage format.</p>
<pre style="padding: 10px; border:1px dotted black">
&#91;hana-flv-player video="http://yourwebsite.com/wp-content/plugins/hana-flv-player/babyhana.flv" /]</pre>
<p>This is usage with all attributes defined.</p>
<pre style="padding: 10px; border:1px dotted black">
&#91;hana-flv-player
    video="http://yourwebsite.com/wp-content/plugins/hana-flv-player/babyhana.flv"
    width="400"
    height="320"
    clickurl="http://yourwebsite.com/"
    player="2"
    autoplay="false"
    loop="false"
    autorewind="true"
    splashimage="http://yourwebsite.com/wp-content/plugins/hana-flv-player/splash.jpg"
/]</pre>
<p>Attributes explained:</p>
<ul>
<li><strong>video</strong>: URL of the flv video file. This is mandatory.</li>
<li><strong>width</strong>: Width of the Flash player.</li>
<li><strong>height</strong>: Height of the Flash player.</li>
<li><strong>clickurl</strong>: If you want to open a website when a user clicks on the video, you can define the target website URL here. </li>
<li><strong>player</strong>: If set to &#8220;1&#8243; , <a href='http://www.osflv.com/'>OS FLV</a> will be used. If set to &#8220;2&#8243;, <a href='http://flowplayer.org/'>FlowPlayer V2</a> will be used. &#8220;3&#8243; is for <a href='http://flv-player.net/players/maxi/'>FLV Player Maxi</a>. &#8220;4&#8243; is the new FlowPlayer V3.</li>
<li><strong>autoload</strong>: If true, the movie will be loaded (downloaded). If false, the starting screen will be blank since no video is downloaded.</li>
<li><strong>autoplay</strong>: If true, the movie will play automatically when the page is loaded.</li>
<li><strong>loop</strong>: If Loop is true, the movie will replay itself constantly.</li>
<li><strong>autorewind</strong>: If AutoRewind is true, the cursor will be reset to the start of the movie when the movie is ended.</li>
<li><strong>splashimage</strong>: Only works with FlowPlayer. When autoload is off, this splash image will be shown in the player. It only supports JPEG images.</li>
</ul>
<div><u><strong>Note:</strong> Be careful when you use other website&#8217;s video file as the video source. Since video files are usually large in size, they can consume the bandwidth quickly. So you should ask for the owner&#8217;s permission before using that link to the file.</u></div>
<p>If you want to try the plugin quickly, you can just copy and paste the tag Example showing in the Plugin Setting page. The plugin comes with a small FLV file for testing so you will be able to see it.</p>
<p>Leave comment if you have any questions.</p>
<p>Have a nice day.</p>
<p><a href='http://www.neox.net/w/2008/07/11/hana-flv-player-wordpress-plugin-v17/'>There are more samples for the advanced options.</a></p>
<p>Here are some useful books on Wordpress Plugin and SEO.</p>
<div style="clear:both;margin-top:10px;"><a href="http://www.amazon.com/WordPress-Plugin-Development-Beginners-Guide/dp/1847193595%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dnxblog-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1847193595"><img src="http://ecx.images-amazon.com/images/I/51Ns3okgLLL._SL120_.jpg"  style='float:left;'/></a><a href="http://www.amazon.com/WordPress-Plugin-Development-Beginners-Guide/dp/1847193595%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dnxblog-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1847193595">WordPress Plugin Development (Beginner&#8217;s Guide)</a><br />
From the reader&#8217;s review :<br />
This book talks about the why and how of WordPress plugin development with heavy emphasis on the &#8220;how&#8221;. The book&#8217;s tagline &#8220;Learn by doing: less theory, more results&#8221; describes the book quite well. There is an introductory chapter that talks about the many benefits of learning WordPress plugin development. After that, the book immediately jumps right into showing you how to develop a series of 6 increasingly challenging WordPress plugins from scratch. It then finishes up by talking about plugin localization, promotion, and support tips.
</div>
<div style="clear:both;margin-top:10px;"><a href="http://www.amazon.com/WordPress-Business-Bloggers-analytics-advertising/dp/1847195326%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dnxblog-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1847195326"><img src="http://ecx.images-amazon.com/images/I/41FHGTo8ioL._SL120_.jpg" style='float:left'/></a><a href="http://www.amazon.com/WordPress-Business-Bloggers-analytics-advertising/dp/1847195326%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dnxblog-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1847195326">WordPress for Business Bloggers: Promote and grow your WordPress blog with advanced plug-ins, analytics, advertising, and SEO</a><br />
From the reader&#8217;s review: I have purchased and studied many technical books, this is the first book I felt a need to write a review. I find it well organized and understandable. The information concerning plug ins and the proper process is extremely valuable. I have only read about half way through the book, but I understand more about WordPress than I thought possible. The ability shown how to design the blog on your own computer and then upload it to your host is priceless. I highly recommend this book!
</div>


<p>Related posts:<ol><li><a href='http://www.neox.net/w/2008/07/11/hana-flv-player-wordpress-plugin-v17/' rel='bookmark' title='Permanent Link: Hana Flv Player WordPress Plugin v1.7'>Hana Flv Player WordPress Plugin v1.7</a></li><li><a href='http://www.neox.net/w/2008/06/12/hana-code-insert-wordpress-plugin/' rel='bookmark' title='Permanent Link: Hana Code Insert WordPress Plugin'>Hana Code Insert WordPress Plugin</a></li><li><a href='http://www.neox.net/w/2008/05/25/how-to-add-streaming-video-in-your-website-2-embed-flash-video-player/' rel='bookmark' title='Permanent Link: How to add Streaming Video in your website 2 &#8211; embed Flash Video Player'>How to add Streaming Video in your website 2 &#8211; embed Flash Video Player</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.neox.net/w/2008/05/25/hana-flv-player-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>74</slash:comments>
		</item>
		<item>
		<title>How to add Streaming Video in your website 2 &#8211; embed Flash Video Player</title>
		<link>http://www.neox.net/w/2008/05/25/how-to-add-streaming-video-in-your-website-2-embed-flash-video-player/</link>
		<comments>http://www.neox.net/w/2008/05/25/how-to-add-streaming-video-in-your-website-2-embed-flash-video-player/#comments</comments>
		<pubDate>Sun, 25 May 2008 18:41:24 +0000</pubDate>
		<dc:creator>HanaDaddy</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.neox.net/w/?p=161</guid>
		<description><![CDATA[
Note: This instruction requires you to have basic skills and ideas how to upload data to your website and access them in the browser. And basic knowledge in HTML. I am currently preparing WordPress plugin for FLV player. So come back later if you are interested.

Now that I have converted my old video files into [...]


Related posts:<ol><li><a href='http://www.neox.net/w/2008/05/18/how-to-add-streaming-video-in-your-website-1-create-a-flash-video-flv/' rel='bookmark' title='Permanent Link: How to add Streaming Video in your website 1 &#8211; create a Flash Video FLV'>How to add Streaming Video in your website 1 &#8211; create a Flash Video FLV</a></li><li><a href='http://www.neox.net/w/2008/05/25/hana-flv-player-wordpress-plugin/' rel='bookmark' title='Permanent Link: Hana Flv Player WordPress Plugin'>Hana Flv Player WordPress Plugin</a></li><li><a href='http://www.neox.net/w/2008/07/11/hana-flv-player-wordpress-plugin-v17/' rel='bookmark' title='Permanent Link: Hana Flv Player WordPress Plugin v1.7'>Hana Flv Player WordPress Plugin v1.7</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div style='padding: 10px; border: 1px dotted black'>
Note: This instruction requires you to have basic skills and ideas how to upload data to your website and access them in the browser. And basic knowledge in HTML. I am currently preparing WordPress plugin for FLV player. So come back later if you are interested.
</div>
<p>Now that I have <a href='http://www.neox.net/w/2008/05/18/how-to-add-streaming-video-in-your-website-1-create-a-flash-video-flv/'>converted my old video files into Flash Video files</a>, what do I need to do to add them in my website? I wondered.</p>
<p><strong>The answer:</strong> You will need to have the Flash swf component that will play your FLV video files which  will be embeded in your web page. And install or save it in your website. And add addtional javascript or embed elements in your webpage.  See <a href='http://en.wikipedia.org/wiki/Flash_Video'>Wikipedia</a> page for more information.</p>
<p>So I spent some time googling and tried to find  free or open source (So I can probably improve it after I learn Flash <img src='http://www.neox.net/w/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) FLV flash player. In this Wikipedia Flash Video page, there are several players listed.</p>
<ul>
<li><a href='http://flv-player.web-anatomy.com/'><strong>Web-Anatomy FLV Player</strong></a> : for Web, but Free only for Non-Commercial</li>
<li><a href='http://applian.com/flvplayer/index_nonav.php?src=NoNav'>Applian FLV Player</a> : This is Desktop FLV player which we don&#8217;t need</li>
<li><a href='http://www.martijndevisser.com/blog/flv-player/'>Martijn DeVisser&#8217;s FLV Player</a> : Also desktop player</li>
<li><a href='http://www.sonettic.com/cinema/'><strong>Sonettic Cinema FLV Player</strong></a> : It has a free version . Doesn&#8217;t say anything about non-commercial , so I guess I can use it, but it says something about the latest Flash Player is required to play it. Hmm.</li>
<li><a href='http://www.wimpyplayer.com/products/wimpy_standalone_flv_player.html'>Wimpy Desktop FLV Player</a> : Desktop player</li>
<li><a href='http://flowplayer.org/'><strong>Flowplayer embeddable video player</strong></a> : This is for web. </li>
<li><a href='http://www.osflv.com/'><strong>OS FLV &#8211; the Open Source, embeddable FLV player</strong></a> : This is for web, too</li>
<li><a href='http://www.flvsoft.com/flv_player/'>Moyea Desktop Flash Player</a> : Desktop Player</li>
<li><a href='http://www.zeraha.org/file.41.html'>nFLV Player &#8211; Able to play unrewindable/unforwardable .flv videos</a> : Desktop player</li>
<li><a href='http://mac.eltima.com/freeflashplayer.html'>SWF &#038; FLV Player (Mac OS-X)</a> : Desktop for Mac OS-X</li>
</ul>
<p>Also another player , JW Media Player is well-known but it is also free only for non-commercial. According to the website, you should buy commercial liscence if you have ads in your website such as Adsense or display banners. So basically this is not a solution for me at least. </p>
<p>And I do not like such limitation. Free for all cases is what I would really want. So I choose FlowPlayer and OS FLV as they are under GPL licenses.<br />
<span id="more-161"></span></p>
<h4>Flow Player</h4>
<p>Flow Player is in fact very mature and has very nice advanced features that other players do not have &#8211; such as playing muliple flv vides at once and javascript functions to control the player functions. I haven&#8217;t had the time to check out the advanced features yet, but I will write another article on that when I have the chance.</p>
<p>1. Download <a href='http://flowplayer.org/download.html'> the zip file from here</a>  and unzip and upload the files into your website.</li>
<p>2. I have uploaded directly into the HTML document root path so the URL of the path is <code>http://www.neox.net/flowplayer</code>.</p>
<p>3. Now open the exmple file by accessing <code>http://yourwebsite.com/flowplayer/html/example.html</code>. And view the pages HTML source.<br />
I have restructured the code layout so only absolutely need parts are showing below example.</p>

<div class="wp_syntax"><div class="code"><pre class="javascript"><span style="color: #66cc66;">&lt;</span>script type=<span style="color: #3366CC;">&quot;text/javascript&quot;</span> src=<span style="color: #3366CC;">&quot;http://www.neox.net/flowplayer/html/flashembed.min.js&quot;</span><span style="color: #66cc66;">&gt;&lt;/</span>script<span style="color: #66cc66;">&gt;</span>
&nbsp;
<span style="color: #66cc66;">&lt;</span>div id=<span style="color: #3366CC;">&quot;flow_example&quot;</span><span style="color: #66cc66;">&gt;&lt;/</span>div<span style="color: #66cc66;">&gt;</span>
<span style="color: #66cc66;">&lt;</span>script type=<span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #66cc66;">&gt;</span>
<span style="color: #009900; font-style: italic;">//window.onload = function() {  </span>
    flashembed<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">&quot;flow_example&quot;</span>,
      <span style="color: #66cc66;">&#123;</span>
         src:<span style="color: #3366CC;">'http://www.neox.net/flowplayer/FlowPlayerDark.swf'</span>,
                        width: <span style="color: #CC0000;">400</span>,
                        height: <span style="color: #CC0000;">300</span>
      <span style="color: #66cc66;">&#125;</span>,
      <span style="color: #66cc66;">&#123;</span>config: <span style="color: #66cc66;">&#123;</span>
                        videoFile: <span style="color: #3366CC;">'http://www.neox.net/video/babyhana.flv'</span>,
                        autoPlay: <span style="color: #003366; font-weight: bold;">false</span>,
                        initialScale: <span style="color: #3366CC;">'fit'</span>,
                        loop: <span style="color: #003366; font-weight: bold;">false</span>,
                        autoRewind: <span style="color: #003366; font-weight: bold;">true</span>,
                        autoBuffering: <span style="color: #003366; font-weight: bold;">true</span>
      <span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#125;</span>
   <span style="color: #66cc66;">&#41;</span>;
<span style="color: #009900; font-style: italic;">//}</span>
<span style="color: #66cc66;">&lt;/</span>script<span style="color: #66cc66;">&gt;</span></pre></div></div>

<p>4. As you can see, it is pretty straight forward. You will need to change javascript source file path, flash player path and videoFile path. Additionally, you can play around with various option such width and height of the player. </p>
<p>Some more explanation;</p>
<ul>
<li>autoPlay: Setting true will make the player start to play the movie as soon as the web page is loaded.</li>
<li>loop: Settig true will make the player replay the movie continuously</li>
<li>autoRewind: Move the position back to start after the view</li>
<li>autoBuffering: Setting true will preload the movie file.</li>
</ul>
<p>If you are concerned with your website&#8217;s bandwidth usage , you should not set autoPlay to true. By setting autoPlay to true, whenever a user visits your webpage, the movie file is automatically downloaded to the client&#8217;s computer consuming the bandwidth. Also, you should set autoBuffering to false since it automatically downloads the file to client&#8217; computer too. </p>
<p>But if you want the users to see the still image of the movie file but dont&#8217; want the client to preload or pre-down the whole movie file, there is another option <code>splashImageFile</code>.  You can define URL or absolute or relative path of a JPEG image file. (The website says only JPEG is supported) and when defined only the image file will be downloaded and shown in the player.</p>
<p>See below for the usage example.</p>

<div class="wp_syntax"><div class="code"><pre>  {config: {
                        videoFile: 'http://yourwebsite/video/test.flv',
                        autoPlay: false,
                        initialScale: 'fit',
                        loop: false,
                        autoRewind: true,
                        autoBuffering: true,
                        splashImageFile: 'http://yourwebsite.com/image.jpg'
&nbsp;
      }}</pre></div></div>

<p>If you want simpler way to generate the code, you can use below simple code generator for your conveniences. You can just copy and paste output from the textarea into your html. </p>
<p><strong>FlowPlayer HTML codes generator <img src='http://www.neox.net/w/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </strong><br />
<script type="text/javascript" src="http://www.neox.net/flowplayer/genFlowPlayer.js" ></script></p>
<div style="padding-left: 40px">
<form>
<div>Your flowplayer path : can be URL or absolute or relative path. I would use absolute path.<br />
In the above example, I used <code>http://www.neox.net/flowplayer</code><br />
<input type='text' id='flowform_path' size='50' value='http://www.neox.net/flowplayer' /></div>
<p></p>
<div>The movie file: same as the above. absolute path would be great.<br />
<input type='text' id='flowform_movie' size='50' value='http://www.neox.net/video/babyhana.flv' /></div>
<input type='button' value='generate' onclick='genFlowPlayer();'>
</p>
<p><textarea id='flowform_output' rows='15' cols='60'>Output will be showing here</textarea><br />
</form>
</div>
<p>
<script type="text/javascript" src="http://www.neox.net/flowplayer/html/flashembed.min.js"></script>
<div id="flow_movie"></div>

<script type="text/javascript"> 
//window.onload = function() {  
    flashembed("flow_movie", 
      {  src:'http://www.neox.net/flowplayer/FlowPlayerDark.swf', 
         width: 400, height: 300 }, 
         {config: { 
             videoFile: 'http://www.neox.net/video/babyhana.flv', 
             autoPlay: false, initialScale: 'fit', loop: false, autoRewind: true, autoBuffering: false
          } 
      } 
    ); 
//} 
</script>
</p>
<h4>OS FLV player</h4>
<p>Now, OS FLV is another promissing player. It is under GPL lisence and open source. I admit that this one is not stable as FlowPlayer but it is nice to try other player. </p>
<p>1. Download <a href='http://www.osflv.com/Download.html'> the zip file from here</a>  and unzip and upload the files into your website.</li>
<p>2. I have changed the default folder name &#8216;player2&#8242; to &#8216;flv&#8217; to easy recognize what it is. I uploaded directly into the HTML document root path so the URL of the path is <code>http://www.neox.net/flv</code>.</p>
<p> <img src="http://www.neox.net/w/wp-content/data/2008/05/firefox_code-217x300.jpg" alt="" title="firefox_code" width="217" height="300"  class="left" border="1"/> 3. Now open the exmple file by accessing <code>http://yourwebsite.com/flv/Firefox%20codegenerator.html</code>. It is basically an embed code generator you can start to use it right away. This script only runs with Firefox browser.</p>
<p>But this generator has a little problem. You can not use this script if the calling webpage does not reside within the same folder where the SWF player is located. (For my example, &#8216;/flv&#8217; folder) </p>
<p><a href='http://www.neox.net/flv/firefox.html'>So I have fixed and added a new input field to define the OS FLV folder.</a>  So the embed output can be used with any webpages. </p>
<ul>
<li>Width and Height: width and height of the player</li>
<li>Autoplay: will play the video automatically when the webpage is loaded</li>
<li>Autoload: will preload the flv file</li>
<li>Autorewind: will rewind the video and put the position back to start</li>
<li>Loop: will continuously replay</li>
</ul>
<p>As I mentioned on the bandwidth usage, if you are concerned on too much bandwidth usage, you should not check the autoplay and autoload option. But disable these features make the player&#8217;s initial screen empty black. If you would like to show the still image of the video (just like YouTube) , you will need to enable autoload. But it will make the client to download the full file which will consume the bandwidth. There is no other options to resolve this issue at this moment.</p>
<p>See below for the example embed code output.</p>

<div class="wp_syntax"><div class="code"><pre class="javascript"><span style="color: #66cc66;">&lt;</span>script src=<span style="color: #3366CC;">'/flv/AC_RunActiveContent.js'</span> language=<span style="color: #3366CC;">'javascript'</span><span style="color: #66cc66;">&gt;&lt;/</span>script<span style="color: #66cc66;">&gt;</span>
<span style="color: #66cc66;">&lt;</span>script language=<span style="color: #3366CC;">'javascript'</span><span style="color: #66cc66;">&gt;</span>
 AC_FL_RunContent<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'codebase'</span>, <span style="color: #3366CC;">'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0'</span>, 
 	<span style="color: #3366CC;">'width'</span>, <span style="color: #3366CC;">'400'</span>, <span style="color: #3366CC;">'height'</span>, <span style="color: #3366CC;">'300'</span>, <span style="color: #3366CC;">'src'</span>, <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">!</span>DetectFlashVer<span style="color: #66cc66;">&#40;</span><span style="color: #CC0000;">9</span>, <span style="color: #CC0000;">0</span>, <span style="color: #CC0000;">0</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&amp;&amp;</span> DetectFlashVer<span style="color: #66cc66;">&#40;</span><span style="color: #CC0000;">8</span>, <span style="color: #CC0000;">0</span>, <span style="color: #CC0000;">0</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> ? <span style="color: #3366CC;">'/flv/player8'</span> : <span style="color: #3366CC;">'/flv/player'</span><span style="color: #66cc66;">&#41;</span>,
 	<span style="color: #3366CC;">'pluginspage'</span>, <span style="color: #3366CC;">'http://www.macromedia.com/go/getflashplayer'</span>, <span style="color: #3366CC;">'id'</span>, <span style="color: #3366CC;">'flvPlayer'</span>, <span style="color: #3366CC;">'allowFullScreen'</span>, <span style="color: #3366CC;">'true'</span>, 
 	<span style="color: #3366CC;">'movie'</span>, <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">!</span>DetectFlashVer<span style="color: #66cc66;">&#40;</span><span style="color: #CC0000;">9</span>, <span style="color: #CC0000;">0</span>, <span style="color: #CC0000;">0</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&amp;&amp;</span> DetectFlashVer<span style="color: #66cc66;">&#40;</span><span style="color: #CC0000;">8</span>, <span style="color: #CC0000;">0</span>, <span style="color: #CC0000;">0</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> ? <span style="color: #3366CC;">'/flv/player8'</span> : <span style="color: #3366CC;">'/flv/player'</span><span style="color: #66cc66;">&#41;</span>, <span style="color: #3366CC;">'FlashVars'</span>, 
 	<span style="color: #3366CC;">'movie=/video/babyhana.flv&amp;bgcolor=0x051615&amp;fgcolor=0x13ABEC&amp;volume=&amp;autoload=off&amp;autorewind=on&amp;clickurl=&amp;clicktarget='</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&lt;/</span>script<span style="color: #66cc66;">&gt;</span>
<span style="color: #66cc66;">&lt;</span>noscript<span style="color: #66cc66;">&gt;</span>
 <span style="color: #66cc66;">&lt;</span>object width=<span style="color: #3366CC;">'400'</span> height=<span style="color: #3366CC;">'300'</span> id=<span style="color: #3366CC;">'flvPlayer'</span><span style="color: #66cc66;">&gt;</span>
  <span style="color: #66cc66;">&lt;</span>param <span style="color: #000066;">name</span>=<span style="color: #3366CC;">'allowFullScreen'</span> value=<span style="color: #3366CC;">'true'</span><span style="color: #66cc66;">&gt;</span>
  <span style="color: #66cc66;">&lt;</span>param <span style="color: #000066;">name</span>=<span style="color: #3366CC;">'movie'</span> value=<span style="color: #3366CC;">'/flv/player.swf?movie=/video/babayhana.flv&amp;bgcolor=0x051615&amp;fgcolor=0x13ABEC&amp;volume=&amp;autoload=on&amp;autorewind=on&amp;clickurl=&amp;clicktarget='</span><span style="color: #66cc66;">&gt;</span>
  <span style="color: #66cc66;">&lt;</span>embed src=<span style="color: #3366CC;">'/flv/player.swf?movie=/video/babayhana.flv&amp;bgcolor=0x051615&amp;fgcolor=0x13ABEC&amp;volume=&amp;autoload=on&amp;autorewind=on&amp;clickurl=&amp;clicktarget='</span> width=<span style="color: #3366CC;">'400'</span> height=<span style="color: #3366CC;">'300'</span> allowFullScreen=<span style="color: #3366CC;">'true'</span> type=<span style="color: #3366CC;">'application/x-shockwave-flash'</span><span style="color: #66cc66;">&gt;</span>
 <span style="color: #66cc66;">&lt;/</span>object<span style="color: #66cc66;">&gt;</span>
<span style="color: #66cc66;">&lt;/</span>noscript<span style="color: #66cc66;">&gt;</span></pre></div></div>

<p>
<script src='/flv/AC_RunActiveContent.js' language='javascript'></script>
<script language='javascript'>
 AC_FL_RunContent('codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0', 
 	'width', '400', 'height', '300', 'src', ((!DetectFlashVer(9, 0, 0) && DetectFlashVer(8, 0, 0)) ? '/flv/player8' : '/flv/player'),
 	'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'id', 'flvPlayer', 'allowFullScreen', 'true', 
 	'movie', ((!DetectFlashVer(9, 0, 0) && DetectFlashVer(8, 0, 0)) ? '/flv/player8' : '/flv/player'), 'FlashVars', 
 	'movie=/video/babyhana.flv&bgcolor=0x051615&fgcolor=0x13ABEC&volume=&autoload=off&autorewind=on&clickurl=&clicktarget=');
</script>
<noscript>
 <object width='400' height='300' id='flvPlayer'><param name='allowFullScreen' value='true'><param name='movie' value='/flv/player.swf?movie=/video/babayhana.flv&bgcolor=0x051615&fgcolor=0x13ABEC&volume=&autoload=on&autorewind=on&clickurl=&clicktarget='><embed src='/flv/player.swf?movie=/video/babayhana.flv&bgcolor=0x051615&fgcolor=0x13ABEC&volume=&autoload=on&autorewind=on&clickurl=&clicktarget=' width='400' height='300' allowFullScreen='true' type='application/x-shockwave-flash'>
 </object>
</noscript>
 </p>
<h4>Conclusion</h4>
<p>There are many Flash embedable player out there, but I introduced only the GPL license and opensource ones for you can use for any purpose non-commercial or commercial. Flowplayer is stable and feature rich player and OSFLV player is simple and comes with an easy-to-use embed code generator. But you can also create the embed codes for Flowplayer using my simple form above, too.</p>
<p>Personally I like FlowPlayer and will spend some more time finding out the advanced features.</p>
<p>Have a nice day. </p>
<p>Previous: <a href='http://www.neox.net/w/2008/05/18/how-to-add-streaming-video-in-your-website-1-create-a-flash-video-flv/'>How to add Streaming Video in your website 1 &#8211; create a Flash Video FLV</a></p>


<p>Related posts:<ol><li><a href='http://www.neox.net/w/2008/05/18/how-to-add-streaming-video-in-your-website-1-create-a-flash-video-flv/' rel='bookmark' title='Permanent Link: How to add Streaming Video in your website 1 &#8211; create a Flash Video FLV'>How to add Streaming Video in your website 1 &#8211; create a Flash Video FLV</a></li><li><a href='http://www.neox.net/w/2008/05/25/hana-flv-player-wordpress-plugin/' rel='bookmark' title='Permanent Link: Hana Flv Player WordPress Plugin'>Hana Flv Player WordPress Plugin</a></li><li><a href='http://www.neox.net/w/2008/07/11/hana-flv-player-wordpress-plugin-v17/' rel='bookmark' title='Permanent Link: Hana Flv Player WordPress Plugin v1.7'>Hana Flv Player WordPress Plugin v1.7</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.neox.net/w/2008/05/25/how-to-add-streaming-video-in-your-website-2-embed-flash-video-player/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>The best video format converter freewares</title>
		<link>http://www.neox.net/w/2008/05/24/the-best-video-format-converter-freeware/</link>
		<comments>http://www.neox.net/w/2008/05/24/the-best-video-format-converter-freeware/#comments</comments>
		<pubDate>Sat, 24 May 2008 18:39:12 +0000</pubDate>
		<dc:creator>HanaDaddy</dc:creator>
				<category><![CDATA[Multi Media & Graphics]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.neox.net/w/?p=165</guid>
		<description><![CDATA[I have been searching for some good free video format converters for a while. I have actually installed and tried in my desktop PC. The results were astonishing! Some of them do work better than the commercial ones. 
Most of them are based on the FFmpeg LGPL software and other open source utilities. FFmpeg is [...]


Related posts:<ol><li><a href='http://www.neox.net/w/2008/05/18/how-to-add-streaming-video-in-your-website-1-create-a-flash-video-flv/' rel='bookmark' title='Permanent Link: How to add Streaming Video in your website 1 &#8211; create a Flash Video FLV'>How to add Streaming Video in your website 1 &#8211; create a Flash Video FLV</a></li><li><a href='http://www.neox.net/w/2008/05/25/how-to-add-streaming-video-in-your-website-2-embed-flash-video-player/' rel='bookmark' title='Permanent Link: How to add Streaming Video in your website 2 &#8211; embed Flash Video Player'>How to add Streaming Video in your website 2 &#8211; embed Flash Video Player</a></li><li><a href='http://www.neox.net/w/2007/04/13/primopdf-free-pdf-converter/' rel='bookmark' title='Permanent Link: PrimoPDF &#8211; Free PDF converter'>PrimoPDF &#8211; Free PDF converter</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>I have been searching for some good free video format converters for a while. I have actually installed and tried in my desktop PC. The results were astonishing! Some of them do work better than the commercial ones. </p>
<p>Most of them are based on the <a href='http://ffmpeg.mplayerhq.hu/'>FFmpeg</a> LGPL software and other open source utilities. FFmpeg is a great piece of software, but it contains only console commands and does not come with any fancy Graphical User Interfaces (GUI). Basically these freewares that I will initroduce act as a the front GUI for FFmpeg. So FFmpeg is not for a casual innocent PC user. </p>
<p>I tried several freewares. Some are worthless to mention and some are very nice. There are the three finalists.</p>
<ul>
<li><a href='http://mediacoder.sourceforge.net/'>MediaCoder</a></li>
<li><a href='http://www.any-video-converter.com/products/for_video_free/'>Any Video Converter</a></li>
<li><a href='http://www.erightsoft.com/SUPER.html'>Super</a></li>
</ul>
<h4>MediaCoder</h4>
<p><a href='http://www.neox.net/w/wp-content/data/2008/05/mediacoder1.jpg' rel="lightbox"><img src="http://www.neox.net/w/wp-content/data/2008/05/mediacoder1-300x279.jpg" alt="" title="mediacoder1" width="300" height="279" class="left" /></a><br />
This is probaly the most powerful video format converter with the every options that you will ever need.<br />
You can drag and drop the source files just like Any Video Converter. And you can play around with the option contol in the lower pane. Note that it shows nice little summery of the output file format and expected size if you click on the &#8216;Summery&#8217; tab. When you&#8217;re done with changing the options, you click on the &#8216;Start&#8217; Button to execute the conversion. The output file will be created in the same folder where the original source file is located by default.</p>
<p>Here is the description from the website.</p>
<blockquote><p>
MediaCoder is a free universal batch media transcoder, which nicely integrates most popular audio/video codecs and tools into an all-in-one solution. With a flexible and extendable architecture, new codecs and tools are added in constantly as well as supports for new devices. MediaCoder intends to be the swiss army knife for media transcoding in all time and at this moment, it already has millions of users from 170+ countries all over the planet.
</p></blockquote>
<p>And Here are the supported formats ( * supported as input only)</p>
<blockquote><p>
MP3, Vorbis, AAC, AAC+, AAC+v2, MusePack, Speex, AMR, WMA, RealAudio, mp3PRO*<br />
FLAC, WavPack, Monkey&#8217;s Audio, OptimFrog, AAC Lossless, TTA, WAV/PCM, Waveform<br />
H.264, XviD, DivX, MPEG 1/2/4, Theora, Flash Video, Dirac, 3ivx*, RealVideo*, Windows Media Video<br />
AVI, MPEG/VOB, Matroska, MP4, PMP, RealMedia*, ASF, Quicktime*, OGM*<br />
CD, DVD, VCD, SVCD, CUESheet*, HTTP*, FTP*, RTSP*, UDP*
</p></blockquote>
<p>When I tried to convert wmv to avi, it did work fine. But when I tried wmv to flv conversion. ffmpeg.exe has crashed and MediaCoder did not respond properly so I had to close it.</p>
<ul>
<li>Interface: 7 of 10</li>
<li>Easy to use: 5 of 10</li>
<li>Available functions/options: 10 of 10</li>
<li>Stability: 6 of 10</li>
<li>To Flv conversion: Didn&#8217;t work</li>
<li><strong><span style='color:#f00'>Final Verdict</span></strong>: It&#8217;s OK if you want to control all the details of the output video.</li>
</ul>
<p><span id="more-165"></span></p>
<h4>Any Video Converter</h4>
<p><img src="http://www.neox.net/w/wp-content/data/2008/05/anyvideo2.jpg" alt="" title="anyvideo2" width="186" height="250" class="left" /> As I metioned in my <a href='http://www.neox.net/w/2008/05/18/how-to-add-streaming-video-in-your-website-1-create-a-flash-video-flv/'> article on creating a flv file</a>, Any Video Coverter has pretty and easy to use interface. It says to support DVD (mpg), MPEG-I (mpg), MPEG-II (mpg), Flash Video(flv), mobile MPEG-4 (mp4), AVI, and WMV. You can cross convert any way you want among the mentioned endodings. You can just drag and drop source files into the left large pane and select the target encoding types and optinally video and audio options (such as resolution and framerates) and click on the Encode button. Viola! and your done.<br />
Also it has a capability to convert video from YouTube directly and store it in to local hard drive in the format you want.</p>
<p>When you first run the software, make sure to set the output folder by click on &#8216;File&#8217; and &#8216;Set Output Folder&#8217; menus. Whenever you convert the videos, the output files will be stored in this default Output Folder you define here.</p>
<p>Make sure you check the output options everytime you run the software. These settings are memorized and loaded by Any Video Converter and will be used as default options. So when you set the output resolution very low the last time then you will end up with the low resolution again if you don&#8217;t change them properly.</p>
<p>One thing I hated about this software is that whenever the conversion is completed, you get a popup dialog asking you to try pro version.  But hey I can live with that.</p>
<ul>
<li>Interface: 10 of 10</li>
<li>Easy to use: 9 of 10</li>
<li>Available functions/options: 5 of 10</li>
<li>Stability: 9 of 10</li>
<li>To Flv conversion: works great.</li>
<li><strong><span style='color:#f00'>Final Verdict</span></strong>: Very Good!</li>
</ul>
<h4>Super</h4>
<p><a href='http://www.neox.net/w/wp-content/data/2008/05/super1.jpg' rel="lightbox"><img src="http://www.neox.net/w/wp-content/data/2008/05/super1-278x300.jpg" alt="" title="super1" width="278" height="300" class="right" /></a><br />
When you run the app, you will most like to see this warning popup messages. It may say that few requirements do not meet. I got this impression that I may not be able to use this software, but please try . It usually works even it you see this warning messages. However, it seems that SUPER does use some large amount of computer memory during the conversion. The warning message says 176 additional free memory is required.</p>
<p>SUPER supports lot of converting options , more than Any Video Converter, but less than MediaCoder.  It supports various types of format including ususal WMV, MPEG, MP4, AVI, FLV, ASF, and so on. But this one supports output format of unusual ones such as MOV, OGG, 3GP,and more. Also , it has automode that you can convert files for iPod, Zune, Nintendo DS, and Sony PS3! That&#8217;s a great help! But unfortuantely I do not have any of those devices. If I had one, I could have done the testings.</p>
<p>You should first select the output folder by right clicking and selecting &#8216;Output File Saving Management&#8217;. All the converted output files will be stored this default output folder. Now you are ready to convert some video files.</p>
<p>First select the output file format you want. And optinally change the Video and Audio options. They fairly easy to change. Then drag and drop the source files in the lower pane. And finally click on the Encode Button.</p>
<p>It appears little unstable even though it does the work. It seems that the SUPER uses up too much system resources during the conversion because I had hard time working with other softwares. Also the output data quality seems a little lower than what I defined in the options  panel. I am not really sure.</p>
<p>Some notes. I am telling you that I had difficult time to find the download link. I guess the creator wanted you to read what he has to say about the software and the introductions. When you visit the website, search for &#8220;downloading&#8221; keyword and it will bring you to the download link directly.</p>
<p>Also, the main window automatically moved into the center of the screen whenever I changed the option or click buttons. That bugged me a lot.</p>
<ul>
<li>Interface: 8 of 10</li>
<li>Easy to use: 7 of 10</li>
<li>Available functions/options: 8 of 10</li>
<li>Stability: 7 of 10</li>
<li>To Flv conversion: did work</li>
<li><strong><span style='color:#f00'>Final Verdict</span></strong>: Nice if you want support for uncommon formats or easy conversion for the other media divces.</li>
</ul>
<h4>Conclusion</h4>
<p>In conclusion, if you want something easy to use for just simple format conversion, such as AVI or WMV to FLV , then use Any Video Converter. If you want to find out detailed specification abou the video files and want to have all the access to the options, MediaCoder is your solution. If you want non common video conversion for handheld devices such as iPod or Sony PSP, probably SUPER is the best option. (I think you can also do the conversion for handheld devices with MediaCoder through the presets.)</p>
<p>My favorite is Any Video Converter for I am a simple minded person <img src='http://www.neox.net/w/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I hope this information helps you to end your quest for the free video conversion software , too.</p>


<p>Related posts:<ol><li><a href='http://www.neox.net/w/2008/05/18/how-to-add-streaming-video-in-your-website-1-create-a-flash-video-flv/' rel='bookmark' title='Permanent Link: How to add Streaming Video in your website 1 &#8211; create a Flash Video FLV'>How to add Streaming Video in your website 1 &#8211; create a Flash Video FLV</a></li><li><a href='http://www.neox.net/w/2008/05/25/how-to-add-streaming-video-in-your-website-2-embed-flash-video-player/' rel='bookmark' title='Permanent Link: How to add Streaming Video in your website 2 &#8211; embed Flash Video Player'>How to add Streaming Video in your website 2 &#8211; embed Flash Video Player</a></li><li><a href='http://www.neox.net/w/2007/04/13/primopdf-free-pdf-converter/' rel='bookmark' title='Permanent Link: PrimoPDF &#8211; Free PDF converter'>PrimoPDF &#8211; Free PDF converter</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.neox.net/w/2008/05/24/the-best-video-format-converter-freeware/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to add Streaming Video in your website 1 &#8211; create a Flash Video FLV</title>
		<link>http://www.neox.net/w/2008/05/18/how-to-add-streaming-video-in-your-website-1-create-a-flash-video-flv/</link>
		<comments>http://www.neox.net/w/2008/05/18/how-to-add-streaming-video-in-your-website-1-create-a-flash-video-flv/#comments</comments>
		<pubDate>Sun, 18 May 2008 14:42:25 +0000</pubDate>
		<dc:creator>HanaDaddy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webtech]]></category>

		<guid isPermaLink="false">http://www.neox.net/w/?p=157</guid>
		<description><![CDATA[Few years ago, I was looking for some free streaming video service solutions for my website, but couldn&#8217;t find any. There was Media Streaming Server from Microsoft, but I am using LINUX. Eventually I gave up searching that I lost interest.
But now that many movie sharing web sites are using Flash Video ( files extension [...]


Related posts:<ol><li><a href='http://www.neox.net/w/2008/05/25/how-to-add-streaming-video-in-your-website-2-embed-flash-video-player/' rel='bookmark' title='Permanent Link: How to add Streaming Video in your website 2 &#8211; embed Flash Video Player'>How to add Streaming Video in your website 2 &#8211; embed Flash Video Player</a></li><li><a href='http://www.neox.net/w/2008/05/24/the-best-video-format-converter-freeware/' rel='bookmark' title='Permanent Link: The best video format converter freewares'>The best video format converter freewares</a></li><li><a href='http://www.neox.net/w/2007/04/19/flash-tag-cloud/' rel='bookmark' title='Permanent Link: Flash Tag Cloud'>Flash Tag Cloud</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.neox.net/w/wp-content/data/2008/05/anyvideo.jpg' rel="lightbox"><img src="http://www.neox.net/w/wp-content/data/2008/05/anyvideo-300x180.jpg" alt="" title="anyvideo" width="300" height="180" class="left"/></a>Few years ago, I was looking for some free streaming video service solutions for my website, but couldn&#8217;t find any. There was Media Streaming Server from Microsoft, but I am using LINUX. Eventually I gave up searching that I lost interest.</p>
<p>But now that many movie sharing web sites are using Flash Video ( files extension .flv)  I decided to take some time to learn how to embed streaming video to a website using Freewares.</p>
<p>Flash Video is a technology that supports streaming video naturally using Adobe Flash Player. You do not need to buy that expensive streaming media server for this. Users do require to install Adobe Flash Player in their computer in order to view this Flash videos. But most of the casual users already have the Flash installed so don&#8217;t worry. You can learn all about the Flash Video technology at <a href='http://en.wikipedia.org/wiki/Flash_Video'>Flash Video Wikipedia</a>.</p>
<p>Note that if you are looking for an easy solution, you should think about utilizing sharing services such as <a href='http://www.youtube.com'>YouTube</a>. It&#8217;s a great service that you can upload regular movie files &#8211; such as .avi, .wmv &#8211; and it will be automatically converted to flash video. Once you upload your movie, you will get little html &lt;embed&gt; code snippets that you can insert to your web page.<br />
<span id="more-157"></span><br />
This approach is probably more common and better if you just need to add some videos with out too much hassle. <strong>Also, this is important.  The streaming data is directly coming from the YouTube server to the users&#8217; web browser, therefore it does not consume your web server&#8217;s bandwitdh at all!</strong> That&#8217;s a big relief if you are using cheap hosting service with very small bandwidth limit.</p>
<p>However, YouTube&#8217;s video quality is low(320X240). Even if your original video data is high quality , it will be converted to low quality during the data upload. Of course, this is to save some bandwidth for YouTube and I do understand. (By the way, I heard that there is a little hack that you can see higher resolution from YouTube. <a href='http://lifehacker.com/362922/get-higher+resolution-youtube-videos-with-a-url-hack'>See here for the details</a>)</p>
<p>If you want better resolution than 320X240 and/or if you do not want to &#8220;YouTube&#8221; logo showing in the  flash player, you can continue reading my article. </p>
<p>So my instruction is how to create and add Flash video to your website. And note that this will result high bandwidth usage charge from your ISP since the Stream data will be coming from your web server to the users&#8217; web browser. If your hosting service package&#8217;s bandwidth usage is unlimited, you can go head and set this up happily. <img src='http://www.neox.net/w/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>Now there will be two tasks involved in my instruction.</p>
<ol>
<li> How to create a FLV file.</li>
<li> How to setting up Streaming Flash Video Player in your web server and WordPress.</li>
</ol>
<h3>1. How to create a Flash video file?</h3>
<p>First, you will need to convert your existing video file to Flash Video format (.flv extension)<br />
There are virtually too many video related softwares out there in the Internet. Most of them are shareware and probably there would be limitations. So I searched for the Freeware version of this AVI , WMV to FLV conversion software.</p>
<p>I have tried several to-FLV conversion softwares, but this I guess this software does it for me.</p>
<p><a href='http://www.neox.net/w/wp-content/data/2008/05/anyvideo.jpg' rel="lightbox"><img src="http://www.neox.net/w/wp-content/data/2008/05/anyvideo-300x180.jpg" alt="" title="anyvideo" width="300" height="180" class="alignnone size-medium wp-image-158" /></a></p>
<p><a href='http://www.any-video-converter.com/products/for_video_free/'>Any Video Converter</a> has a very slick interface for a Freeware. In fact , it is very powerful that not even AVI, WMV to FLV conversion, you can do almost any convertion interchangably between DVD, AVI, WMV, MPEG, MP4 and FLV. I would not ask for more. Also it has a capability to convert video from YouTube directly and store it in to local hard drive in the format you want.</p>
<p>Anyway, I am going to explain how to convert a video file to FLV.</p>
<p><img src="http://www.neox.net/w/wp-content/data/2008/05/anyvideo1.jpg" alt="" title="anyvideo1" width="200" height="197" class="alignnone size-full wp-image-159" /></p>
<p>After you first install the software, the first thing you want to do is to set the default output folder.<br />
Click on the File menu and select &#8216;Set Output Folder&#8230;&#8217; menu to set it up. This is important folder because otherwise Any Video Converter  does not alert the output file information whenever you convert the files. So when the conversion is completed , you just know that the output files are located in this output folder.</p>
<p><img src="http://www.neox.net/w/wp-content/data/2008/05/anyvideo2.jpg" alt="" title="anyvideo2" width="186" height="250" class="alignnone size-full wp-image-160" /></p>
<ol>
<li>Drag and Drop Source data. Then the file will be listed in the screen. Select the video file by clicking on it.</li>
<li>Select the output video format. You can also select the specific length to convert , and data quality and size of the output video. However the function to define the range is kind of unstable. When I tried it, the output file contained different portion of the video from what I defined.</li>
<li>Click on the ENCODE button and wait for the conversion to be finished.</li>
<li>Check the default output folder you defined for the converted output files. </li>
</ol>
<p>That is pretty easy right? I like the software. I give 8 out of 10 because , it asks a question to try pro version whenever you complete a conversion. </p>
<p>Also please see my other <a href='http://www.neox.net/w/2008/05/24/the-best-video-format-converter-freeware/'>article on the Video format converter</a>, if you are looking for more options.</p>
<p>This is getting long , so I will come back later to finish the &#8220;How to setting up Streaming Flash Video Player in your web server and WordPress&#8221; part.</p>
<p>Before I let you go, see below for the resolution comparison. </p>
<p>This is FLV Flash Movie file in my server converted from WMV format. The original resolution remains the same. 600X480 and the video quality is much better than YouTube which is 320X240.<br />
<showamp><br />
<script src='/flv/AC_RunActiveContent.js' language='javascript'></script><br />
<script language='javascript'>
 AC_FL_RunContent('codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0', 'width', '400', 'height', '300', 'src', ((!DetectFlashVer(9, 0, 0) &#038;&#038; DetectFlashVer(8, 0, 0)) ? '/flv/player8' : '/flv/player'), 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'id', 'flvPlayer', 'allowFullScreen', 'true', 'movie', ((!DetectFlashVer(9, 0, 0) &#038;&#038; DetectFlashVer(8, 0, 0)) ? '/flv/player8' : '/flv/player'), 'FlashVars', 'movie=/video/babyhana.flv&#038;bgcolor=0x051615&#038;fgcolor=0x13ABEC&#038;volume=&#038;autoload=off&#038;autorewind=on&#038;clickurl=&#038;clicktarget=');
</script><br />
<noscript><br />
 <object width='400' height='300' id='flvPlayer'><param name='allowFullScreen' value='true'><param name='movie' value='/flv/player.swf?movie=/video/babayhana.flv&#038;bgcolor=0x051615&#038;fgcolor=0x13ABEC&#038;volume=&#038;autoload=on&#038;autorewind=on&#038;clickurl=&#038;clicktarget='><embed src='/flv/player.swf?movie=/video/babayhana.flv&#038;bgcolor=0x051615&#038;fgcolor=0x13ABEC&#038;volume=&#038;autoload=on&#038;autorewind=on&#038;clickurl=&#038;clicktarget=' width='400' height='300' allowFullScreen='true' type='application/x-shockwave-flash'><br />
 </object><br />
</noscript><br />
</showamp></p>
<p>This is YouTube.<br />
<object width="400" height="300"><param name="movie" value="http://www.youtube.com/v/xmyZkQ9xMXA&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/xmyZkQ9xMXA&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="400" height="300"></embed></object></p>
<p>Thank you for reading my blog. Please come back for more on &#8220;How to add Streaming Video in your website&#8221; later.</p>
<p>Have a good one.</p>
<p>Next : <a href="http://www.neox.net/w/2008/05/25/how-to-add-streaming-video-in-your-website-2-embed-flash-video-player/">How to add Streaming Video in your website 2 &#8211; embed Flash Video Player</a></p>


<p>Related posts:<ol><li><a href='http://www.neox.net/w/2008/05/25/how-to-add-streaming-video-in-your-website-2-embed-flash-video-player/' rel='bookmark' title='Permanent Link: How to add Streaming Video in your website 2 &#8211; embed Flash Video Player'>How to add Streaming Video in your website 2 &#8211; embed Flash Video Player</a></li><li><a href='http://www.neox.net/w/2008/05/24/the-best-video-format-converter-freeware/' rel='bookmark' title='Permanent Link: The best video format converter freewares'>The best video format converter freewares</a></li><li><a href='http://www.neox.net/w/2007/04/19/flash-tag-cloud/' rel='bookmark' title='Permanent Link: Flash Tag Cloud'>Flash Tag Cloud</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.neox.net/w/2008/05/18/how-to-add-streaming-video-in-your-website-1-create-a-flash-video-flv/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->