<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>DAN FOLKES &#187; FLVPlayer</title>
	<atom:link href="http://danfolkes.com/index.php/tag/flvplayer/feed/" rel="self" type="application/rss+xml" />
	<link>http://danfolkes.com</link>
	<description>programmers blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:58:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel="next" href="http://danfolkes.com/index.php/tag/flvplayer/feed/?page=2" />

		<item>
		<title>DanFolkes FLVPlayer &#8211; Create your own FLVPlayer (like jw-flv-player) with no branding</title>
		<link>http://danfolkes.com/2009/10/02/danfolkes-flvplayer-create-your-own-flvplayer-like-jw-flv-player-with-no-branding/</link>
		<comments>http://danfolkes.com/2009/10/02/danfolkes-flvplayer-create-your-own-flvplayer-like-jw-flv-player-with-no-branding/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 21:17:21 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Create your own]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[fla]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[FLVPlayback]]></category>
		<category><![CDATA[FLVPlayer]]></category>
		<category><![CDATA[no branding]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://danfolkes.com/?p=341</guid>
		<description><![CDATA[Using Flash CS4: Open File New Import Video Setup Video: Import -> Import Video &#8211; > Already Deployed&#8230; -> Put in some random text. Select the overlay you like. Finish Name the instance of FLVPlayback in the &#8220;Properties&#8221; window. Click on the white space in the background and go to the Actions frame. Paste this [...]


Related posts:<ol><li><a href='http://danfolkes.com/2010/02/08/for-anyone-that-has-been-snowed-out-of-church-video/' rel='bookmark' title='Permanent Link: For anyone that has been snowed out of church. (Video)'>For anyone that has been snowed out of church. (Video)</a></li>
<li><a href='http://danfolkes.com/2008/02/06/torrent-search/' rel='bookmark' title='Permanent Link: Python Torrent Search and Download (TPB)'>Python Torrent Search and Download (TPB)</a></li>
<li><a href='http://danfolkes.com/2008/05/20/netflix-player-by-roku-runs-linux/' rel='bookmark' title='Permanent Link: Netflix Player by Roku Runs Linux'>Netflix Player by Roku Runs Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://danfolkes.com/index.php/2009/10/02/danfolkes-flvplayer-create-your-own-flvplayer-like-jw-flv-player-with-no-branding/"><img src="http://danfolkes.com/wp-content/uploads/2009/10/DanFolkes-FLVPlayer.gif" alt="DanFolkes-FLVPlayer" title="DanFolkes-FLVPlayer" width="603" height="360" class="alignnone size-full wp-image-348" /></a></p>
<p>Using Flash CS4:<span id="more-341"></span></p>
<ul>
<li>Open</li>
<li>File New</li>
<li>Import Video</li>
<li>Setup Video:
<ul>
<li>Import -> Import Video &#8211; > </li>
<li>Already Deployed&#8230; -> Put in some random text.</li>
<li>Select the overlay you like. </li>
<li>Finish</li>
</ul>
</li>
<li>Name the instance of FLVPlayback in the &#8220;Properties&#8221; window.</li>
<li>Click on the white space in the background and go to the <strong>Actions</strong> frame.</li>
<li>Paste this code:

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="python" style="font-family:monospace;">vid.<span style="color: black;">load</span><span style="color: black;">&#40;</span><span style="color: #483d8b;">&quot;/Videos/&quot;</span> +  LoaderInfo<span style="color: black;">&#40;</span>this.<span style="color: black;">root</span>.<span style="color: black;">loaderInfo</span><span style="color: black;">&#41;</span>.<span style="color: black;">parameters</span>.<span style="color: black;">one</span><span style="color: black;">&#41;</span><span style="color: #66cc66;">;</span></pre></td></tr></table></div>

</li>
<li>In your HTML do this:

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
</pre></td><td class="code"><pre class="python" style="font-family:monospace;">	<span style="color: #66cc66;">&lt;</span>object classid=<span style="color: #483d8b;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span>
        codebase=<span style="color: #483d8b;">&quot;http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0&quot;</span>
        width=<span style="color: #483d8b;">&quot;550&quot;</span>
        height=<span style="color: #483d8b;">&quot;400&quot;</span>
        align=<span style="color: #483d8b;">&quot;middle&quot;</span>
        <span style="color: #008000;">id</span>=<span style="color: #483d8b;">&quot;main&quot;</span><span style="color: #66cc66;">&gt;</span>
    <span style="color: #66cc66;">&lt;</span>param name=<span style="color: #483d8b;">&quot;allowScriptAccess&quot;</span> value=<span style="color: #483d8b;">&quot;sameDomain&quot;</span> /<span style="color: #66cc66;">&gt;</span>
    <span style="color: #66cc66;">&lt;</span>param name=<span style="color: #483d8b;">&quot;movie&quot;</span> value=<span style="color: #483d8b;">&quot;PlayVid.swf&quot;</span> /<span style="color: #66cc66;">&gt;</span>
    <span style="color: #66cc66;">&lt;</span>param name=<span style="color: #483d8b;">&quot;quality&quot;</span> value=<span style="color: #483d8b;">&quot;high&quot;</span> /<span style="color: #66cc66;">&gt;</span>
    <span style="color: #66cc66;">&lt;</span>param name=<span style="color: #483d8b;">&quot;bgcolor&quot;</span> value=<span style="color: #483d8b;">&quot;#ffffff&quot;</span> /<span style="color: #66cc66;">&gt;</span>
    <span style="color: #66cc66;">&lt;</span>param name=<span style="color: #483d8b;">&quot;FlashVars&quot;</span> value=<span style="color: #483d8b;">&quot;one=FLVVideoFileName.flv&quot;</span> /<span style="color: #66cc66;">&gt;</span>
    <span style="color: #66cc66;">&lt;</span>embed src=<span style="color: #483d8b;">&quot;PlayVid.swf&quot;</span>
           width=<span style="color: #483d8b;">&quot;550&quot;</span>
           height=<span style="color: #483d8b;">&quot;400&quot;</span>
           autostart=<span style="color: #483d8b;">&quot;false&quot;</span>
           quality=<span style="color: #483d8b;">&quot;high&quot;</span>
           bgcolor=<span style="color: #483d8b;">&quot;#ffffff&quot;</span>
           FlashVars=<span style="color: #483d8b;">&quot;one=FLVVideoFileName.flv&quot;</span>
           name=<span style="color: #483d8b;">&quot;main&quot;</span>
           align=<span style="color: #483d8b;">&quot;middle&quot;</span>
           allowScriptAccess=<span style="color: #483d8b;">&quot;sameDomain&quot;</span>
           <span style="color: #008000;">type</span>=<span style="color: #483d8b;">&quot;application/x-shockwave-flash&quot;</span>
           pluginspage=<span style="color: #483d8b;">&quot;http://www.macromedia.com/go/getflashplayer&quot;</span> /<span style="color: #66cc66;">&gt;</span>
<span style="color: #66cc66;">&lt;</span>/object<span style="color: #66cc66;">&gt;</span></pre></td></tr></table></div>

</li>
<li>Notice the FlashVars parameters (2 places). That is where we will be passing in the FLV name</li>
</ul>
<p><br/><br />
<br/><br />
<strong>Download</strong> the <strong><a href='http://danfolkes.com/wp-content/uploads/2009/10/PlayVid.fla'>DanFolkesFLVPlayer</a> </strong>and <strong><a href='http://danfolkes.com/wp-content/uploads/2009/10/DanFolkesFLVPlayer.zip'>PlayVid</a></strong>.</p>


<p>Related posts:<ol><li><a href='http://danfolkes.com/2010/02/08/for-anyone-that-has-been-snowed-out-of-church-video/' rel='bookmark' title='Permanent Link: For anyone that has been snowed out of church. (Video)'>For anyone that has been snowed out of church. (Video)</a></li>
<li><a href='http://danfolkes.com/2008/02/06/torrent-search/' rel='bookmark' title='Permanent Link: Python Torrent Search and Download (TPB)'>Python Torrent Search and Download (TPB)</a></li>
<li><a href='http://danfolkes.com/2008/05/20/netflix-player-by-roku-runs-linux/' rel='bookmark' title='Permanent Link: Netflix Player by Roku Runs Linux'>Netflix Player by Roku Runs Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://danfolkes.com/2009/10/02/danfolkes-flvplayer-create-your-own-flvplayer-like-jw-flv-player-with-no-branding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://danfolkes.com/wp-content/uploads/2009/10/DanFolkes-FLVPlayer-150x150.gif" />
		<media:content url="http://danfolkes.com/wp-content/uploads/2009/10/DanFolkes-FLVPlayer.gif" medium="image">
			<media:title type="html">DanFolkes-FLVPlayer</media:title>
			<media:thumbnail url="http://danfolkes.com/wp-content/uploads/2009/10/DanFolkes-FLVPlayer-150x150.gif" />
		</media:content>
	</item>
	</channel>
</rss>

