<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: HDflix an AS2 FLV Player For Custom Skins</title>
	<atom:link href="http://www.taterboy.com/blog/2009/05/hdflix-an-as2-flv-player-for-custom-skins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.taterboy.com/blog/2009/05/hdflix-an-as2-flv-player-for-custom-skins/</link>
	<description>FLASH :: FLEX :: AIR :: ILLUSTRATION :: ANIMATION :: WEB DEVELOPMENT</description>
	<pubDate>Fri, 30 Jul 2010 06:51:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Flv Player</title>
		<link>http://www.taterboy.com/blog/2009/05/hdflix-an-as2-flv-player-for-custom-skins/comment-page-1/#comment-334</link>
		<dc:creator>Flv Player</dc:creator>
		<pubDate>Fri, 30 Oct 2009 13:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=61#comment-334</guid>
		<description>Thanks for the info and coding....</description>
		<content:encoded><![CDATA[<p>Thanks for the info and coding&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taterboy</title>
		<link>http://www.taterboy.com/blog/2009/05/hdflix-an-as2-flv-player-for-custom-skins/comment-page-1/#comment-332</link>
		<dc:creator>taterboy</dc:creator>
		<pubDate>Wed, 28 Oct 2009 18:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=61#comment-332</guid>
		<description>The code for the video player will just play video, but you can add the gallery functionality to your application that runs HDflix. There are a few ways to approach it based on how you have things set up.

Here are three scenarios:
HTML video links 1 - If you have html links for each video file, then you can reload your video player using a query string and/or FlashVars. Once the new video path is in your swf, set the [filename] variable.

[instName]FN = file url of video to load // default is “video.flv”

HTML video links 2 - Use External Interface and javascript to pass in the new video file path. once the flash function from javascript is called you can call the following methods to stop the current video and load the next video file.

[instName].killVid();
[instName].LF(new file path, title, loop[true or false] );

The same goes if you have all your video links in flash, just stop the current video and load the new path.</description>
		<content:encoded><![CDATA[<p>The code for the video player will just play video, but you can add the gallery functionality to your application that runs HDflix. There are a few ways to approach it based on how you have things set up.</p>
<p>Here are three scenarios:<br />
HTML video links 1 - If you have html links for each video file, then you can reload your video player using a query string and/or FlashVars. Once the new video path is in your swf, set the [filename] variable.</p>
<p>[instName]FN = file url of video to load // default is “video.flv”</p>
<p>HTML video links 2 - Use External Interface and javascript to pass in the new video file path. once the flash function from javascript is called you can call the following methods to stop the current video and load the next video file.</p>
<p>[instName].killVid();<br />
[instName].LF(new file path, title, loop[true or false] );</p>
<p>The same goes if you have all your video links in flash, just stop the current video and load the new path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nebion</title>
		<link>http://www.taterboy.com/blog/2009/05/hdflix-an-as2-flv-player-for-custom-skins/comment-page-1/#comment-331</link>
		<dc:creator>Nebion</dc:creator>
		<pubDate>Wed, 28 Oct 2009 18:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=61#comment-331</guid>
		<description>If i am making a video gallery (like flv's of ppts), will this be able to do it?

because i tried doing myself one from scratch, and works fine with one, but when i have 2nd, it fails</description>
		<content:encoded><![CDATA[<p>If i am making a video gallery (like flv&#8217;s of ppts), will this be able to do it?</p>
<p>because i tried doing myself one from scratch, and works fine with one, but when i have 2nd, it fails</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jam</title>
		<link>http://www.taterboy.com/blog/2009/05/hdflix-an-as2-flv-player-for-custom-skins/comment-page-1/#comment-325</link>
		<dc:creator>jam</dc:creator>
		<pubDate>Fri, 09 Oct 2009 10:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=61#comment-325</guid>
		<description>thank you for your effort and help

i am going to check this</description>
		<content:encoded><![CDATA[<p>thank you for your effort and help</p>
<p>i am going to check this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taterboy</title>
		<link>http://www.taterboy.com/blog/2009/05/hdflix-an-as2-flv-player-for-custom-skins/comment-page-1/#comment-324</link>
		<dc:creator>taterboy</dc:creator>
		<pubDate>Thu, 08 Oct 2009 15:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=61#comment-324</guid>
		<description>this will take a little work, but it is not too bad.

You can ether put the subtitles in your video or build an xml file with subtitles.

Here is one or many ways to do it with xml files

First the xml file:
I saved this with the name "cue.xml"

&lt;pre lang="xml"&gt;
&lt;xml&gt;
	&lt;cue time="0:2:0"&gt;This is cue ONE&lt;/cue&gt;
	&lt;cue time="0:6:0"&gt;This is cue TWO&lt;/cue&gt;
	&lt;cue time="0:12:0"&gt;This is cue THREE&lt;/cue&gt;
	&lt;cue time="0:20:0"&gt;This is cue FOUR&lt;/cue&gt;
&lt;/xml&gt;

&lt;/pre&gt;

&lt;pre lang="actionscript"&gt;
//start a new xml instance and load in xml file
var xml:XML = new XML();
xml.ignoreWhite = true;
xml.onLoad = xmlLoaded;
xml.load("cue.xml");

//onload of xml file start a frame event.
//set cueIndex to 0 (first index of xml file)
var cueIndex:Number = 0;
function xmlLoaded(success){
	onEnterFrame = function(){
                //set old index to cue index, will use this to compare later.
		var oldIndex:Number = cueIndex;
		
		//set cueIndex using the findIndex utility below - returns index of xml, based on countdown textField.
		cueIndex = findIndex(countDown.text, xml);
		
		// not interested in index comes back as 0 or less
		if(cueIndex &lt;= 0 ){
			return;
		}
		
		//get the text form the xml file using the current cueIndex, based on current time in countdown TextField
		var cueTxt:String = xml.childNodes[0].childNodes[cueIndex-1].firstChild.toString();

		//only update the text field if something changes
		if(cueIndex != oldIndex  &amp;&amp; parseTime(countDown.text) &gt; 1000){
			//trace(cueIndex + " / " + oldIndex);

		        // place reference to TextField you want to display the subtitles.
			trace(cueTxt);
		}
	}
}

// loops through xml file until it finds the correct index based on current time, returns index
//this allows things to work even if we rewind or fast forward
// if you change the format of the xml, you may have to update the code to match
function findIndex(curTime:String, src:XML){
	if(src.childNodes[0].childNodes.length &gt; 0 &amp;&amp; src.childNodes[0].childNodes.length != undefined){
		var index:Number = 0;
		for(i = 0; i &lt; src.childNodes[0].childNodes.length; i++){
			var cueTime:Number = parseTime(src.childNodes[0].childNodes[i].attributes.time.toString());
			var cueCheck:Number = parseTime(curTime);
			if(cueCheck &gt; 1000){
				if(cueTime &gt;= cueCheck){
					index = i;
					break;
				}
			}
			else{
				break;
			}
		}
		return(i);
	}
	else{
		return(0);
	}
}

//takes a string in 00:00:00 format and converts to milliseconds
function parseTime(str:String){
	var arr:Array = str.split(":");
	var time:Number = ((Number(arr[0]) * 60) * 1000) + (Number(arr[1])*1000) + Number(arr[2]);
	time == NaN ? time = 0: null;
	return(time);
}

&lt;/pre&gt;


Hope this helps,</description>
		<content:encoded><![CDATA[<p>this will take a little work, but it is not too bad.</p>
<p>You can ether put the subtitles in your video or build an xml file with subtitles.</p>
<p>Here is one or many ways to do it with xml files</p>
<p>First the xml file:<br />
I saved this with the name &#8220;cue.xml&#8221;</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p61code1'); return false;">View Code</a> XML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p611"><td class="code" id="p61code1"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;xml<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;cue</span> <span style="color: #000066;">time</span>=<span style="color: #ff0000;">&quot;0:2:0&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>This is cue ONE<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/cue<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;cue</span> <span style="color: #000066;">time</span>=<span style="color: #ff0000;">&quot;0:6:0&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>This is cue TWO<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/cue<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;cue</span> <span style="color: #000066;">time</span>=<span style="color: #ff0000;">&quot;0:12:0&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>This is cue THREE<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/cue<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;cue</span> <span style="color: #000066;">time</span>=<span style="color: #ff0000;">&quot;0:20:0&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>This is cue FOUR<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/cue<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/xml<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>


<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p61code2'); return false;">View Code</a> ACTIONSCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p612"><td class="code" id="p61code2"><pre class="actionscript" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">//start a new xml instance and load in xml file</span>
<span style="color: #000000; font-weight: bold;">var</span> <span style="color: #0066CC;">xml</span>:<span style="color: #0066CC;">XML</span> = <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">XML</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #0066CC;">xml</span>.<span style="color: #0066CC;">ignoreWhite</span> = <span style="color: #000000; font-weight: bold;">true</span>;
<span style="color: #0066CC;">xml</span>.<span style="color: #0066CC;">onLoad</span> = xmlLoaded;
<span style="color: #0066CC;">xml</span>.<span style="color: #0066CC;">load</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;cue.xml&quot;</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;
<span style="color: #808080; font-style: italic;">//onload of xml file start a frame event.</span>
<span style="color: #808080; font-style: italic;">//set cueIndex to 0 (first index of xml file)</span>
<span style="color: #000000; font-weight: bold;">var</span> cueIndex:<span style="color: #0066CC;">Number</span> = <span style="color: #cc66cc;">0</span>;
<span style="color: #000000; font-weight: bold;">function</span> xmlLoaded<span style="color: #66cc66;">&#40;</span>success<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
	<span style="color: #0066CC;">onEnterFrame</span> = <span style="color: #000000; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
                <span style="color: #808080; font-style: italic;">//set old index to cue index, will use this to compare later.</span>
		<span style="color: #000000; font-weight: bold;">var</span> oldIndex:<span style="color: #0066CC;">Number</span> = cueIndex;
&nbsp;
		<span style="color: #808080; font-style: italic;">//set cueIndex using the findIndex utility below - returns index of xml, based on countdown textField.</span>
		cueIndex = findIndex<span style="color: #66cc66;">&#40;</span>countDown.<span style="color: #0066CC;">text</span>, <span style="color: #0066CC;">xml</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;
		<span style="color: #808080; font-style: italic;">// not interested in index comes back as 0 or less</span>
		<span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span>cueIndex <span style="color: #66cc66;">&lt;</span>= <span style="color: #cc66cc;">0</span> <span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
			<span style="color: #b1b100;">return</span>;
		<span style="color: #66cc66;">&#125;</span>
&nbsp;
		<span style="color: #808080; font-style: italic;">//get the text form the xml file using the current cueIndex, based on current time in countdown TextField</span>
		<span style="color: #000000; font-weight: bold;">var</span> cueTxt:<span style="color: #0066CC;">String</span> = <span style="color: #0066CC;">xml</span>.<span style="color: #0066CC;">childNodes</span><span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#93;</span>.<span style="color: #0066CC;">childNodes</span><span style="color: #66cc66;">&#91;</span>cueIndex-<span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#93;</span>.<span style="color: #0066CC;">firstChild</span>.<span style="color: #0066CC;">toString</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;
		<span style="color: #808080; font-style: italic;">//only update the text field if something changes</span>
		<span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span>cueIndex <span style="color: #66cc66;">!</span>= oldIndex  <span style="color: #66cc66;">&amp;&amp;</span> parseTime<span style="color: #66cc66;">&#40;</span>countDown.<span style="color: #0066CC;">text</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&gt;</span> <span style="color: #cc66cc;">1000</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
			<span style="color: #808080; font-style: italic;">//trace(cueIndex + &quot; / &quot; + oldIndex);</span>
&nbsp;
		        <span style="color: #808080; font-style: italic;">// place reference to TextField you want to display the subtitles.</span>
			<span style="color: #0066CC;">trace</span><span style="color: #66cc66;">&#40;</span>cueTxt<span style="color: #66cc66;">&#41;</span>;
		<span style="color: #66cc66;">&#125;</span>
	<span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">// loops through xml file until it finds the correct index based on current time, returns index</span>
<span style="color: #808080; font-style: italic;">//this allows things to work even if we rewind or fast forward</span>
<span style="color: #808080; font-style: italic;">// if you change the format of the xml, you may have to update the code to match</span>
<span style="color: #000000; font-weight: bold;">function</span> findIndex<span style="color: #66cc66;">&#40;</span>curTime:<span style="color: #0066CC;">String</span>, src:<span style="color: #0066CC;">XML</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
	<span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span>src.<span style="color: #0066CC;">childNodes</span><span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#93;</span>.<span style="color: #0066CC;">childNodes</span>.<span style="color: #0066CC;">length</span> <span style="color: #66cc66;">&gt;</span> <span style="color: #cc66cc;">0</span> <span style="color: #66cc66;">&amp;&amp;</span> src.<span style="color: #0066CC;">childNodes</span><span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#93;</span>.<span style="color: #0066CC;">childNodes</span>.<span style="color: #0066CC;">length</span> <span style="color: #66cc66;">!</span>= <span style="color: #0066CC;">undefined</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">var</span> <span style="color: #0066CC;">index</span>:<span style="color: #0066CC;">Number</span> = <span style="color: #cc66cc;">0</span>;
		<span style="color: #b1b100;">for</span><span style="color: #66cc66;">&#40;</span>i = <span style="color: #cc66cc;">0</span>; i <span style="color: #66cc66;">&lt;</span> src.<span style="color: #0066CC;">childNodes</span><span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#93;</span>.<span style="color: #0066CC;">childNodes</span>.<span style="color: #0066CC;">length</span>; i++<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
			<span style="color: #000000; font-weight: bold;">var</span> cueTime:<span style="color: #0066CC;">Number</span> = parseTime<span style="color: #66cc66;">&#40;</span>src.<span style="color: #0066CC;">childNodes</span><span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#93;</span>.<span style="color: #0066CC;">childNodes</span><span style="color: #66cc66;">&#91;</span>i<span style="color: #66cc66;">&#93;</span>.<span style="color: #0066CC;">attributes</span>.<span style="color: #0066CC;">time</span>.<span style="color: #0066CC;">toString</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>;
			<span style="color: #000000; font-weight: bold;">var</span> cueCheck:<span style="color: #0066CC;">Number</span> = parseTime<span style="color: #66cc66;">&#40;</span>curTime<span style="color: #66cc66;">&#41;</span>;
			<span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span>cueCheck <span style="color: #66cc66;">&gt;</span> <span style="color: #cc66cc;">1000</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
				<span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span>cueTime <span style="color: #66cc66;">&gt;</span>= cueCheck<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
					<span style="color: #0066CC;">index</span> = i;
					<span style="color: #b1b100;">break</span>;
				<span style="color: #66cc66;">&#125;</span>
			<span style="color: #66cc66;">&#125;</span>
			<span style="color: #b1b100;">else</span><span style="color: #66cc66;">&#123;</span>
				<span style="color: #b1b100;">break</span>;
			<span style="color: #66cc66;">&#125;</span>
		<span style="color: #66cc66;">&#125;</span>
		<span style="color: #b1b100;">return</span><span style="color: #66cc66;">&#40;</span>i<span style="color: #66cc66;">&#41;</span>;
	<span style="color: #66cc66;">&#125;</span>
	<span style="color: #b1b100;">else</span><span style="color: #66cc66;">&#123;</span>
		<span style="color: #b1b100;">return</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#41;</span>;
	<span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">//takes a string in 00:00:00 format and converts to milliseconds</span>
<span style="color: #000000; font-weight: bold;">function</span> parseTime<span style="color: #66cc66;">&#40;</span>str:<span style="color: #0066CC;">String</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">var</span> arr:<span style="color: #0066CC;">Array</span> = str.<span style="color: #0066CC;">split</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;:&quot;</span><span style="color: #66cc66;">&#41;</span>;
	<span style="color: #000000; font-weight: bold;">var</span> <span style="color: #0066CC;">time</span>:<span style="color: #0066CC;">Number</span> = <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">Number</span><span style="color: #66cc66;">&#40;</span>arr<span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">*</span> <span style="color: #cc66cc;">60</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">*</span> <span style="color: #cc66cc;">1000</span><span style="color: #66cc66;">&#41;</span> + <span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">Number</span><span style="color: #66cc66;">&#40;</span>arr<span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">*</span><span style="color: #cc66cc;">1000</span><span style="color: #66cc66;">&#41;</span> + <span style="color: #0066CC;">Number</span><span style="color: #66cc66;">&#40;</span>arr<span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">2</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;
	<span style="color: #0066CC;">time</span> == <span style="color: #0066CC;">NaN</span> ? <span style="color: #0066CC;">time</span> = <span style="color: #cc66cc;">0</span>: <span style="color: #000000; font-weight: bold;">null</span>;
	<span style="color: #b1b100;">return</span><span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">time</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span></pre></td></tr></table></div>

<p>Hope this helps,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jam</title>
		<link>http://www.taterboy.com/blog/2009/05/hdflix-an-as2-flv-player-for-custom-skins/comment-page-1/#comment-323</link>
		<dc:creator>jam</dc:creator>
		<pubDate>Thu, 08 Oct 2009 11:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=61#comment-323</guid>
		<description>One more Question 
How i attach captions / sutitles to the video ?</description>
		<content:encoded><![CDATA[<p>One more Question<br />
How i attach captions / sutitles to the video ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jam</title>
		<link>http://www.taterboy.com/blog/2009/05/hdflix-an-as2-flv-player-for-custom-skins/comment-page-1/#comment-316</link>
		<dc:creator>jam</dc:creator>
		<pubDate>Mon, 28 Sep 2009 14:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=61#comment-316</guid>
		<description>thank you for your the guide</description>
		<content:encoded><![CDATA[<p>thank you for your the guide</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taterboy</title>
		<link>http://www.taterboy.com/blog/2009/05/hdflix-an-as2-flv-player-for-custom-skins/comment-page-1/#comment-315</link>
		<dc:creator>taterboy</dc:creator>
		<pubDate>Sat, 26 Sep 2009 19:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=61#comment-315</guid>
		<description>You can add fullscreen functionality to your skin. Here is some code I found online.
http://www.funky-monkey.nl/blog/2007/09/10/fullscreen-mode-in-as2/</description>
		<content:encoded><![CDATA[<p>You can add fullscreen functionality to your skin. Here is some code I found online.<br />
<a href="http://www.funky-monkey.nl/blog/2007/09/10/fullscreen-mode-in-as2/" rel="nofollow">http://www.funky-monkey.nl/blog/2007/09/10/fullscreen-mode-in-as2/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jam</title>
		<link>http://www.taterboy.com/blog/2009/05/hdflix-an-as2-flv-player-for-custom-skins/comment-page-1/#comment-314</link>
		<dc:creator>jam</dc:creator>
		<pubDate>Sat, 26 Sep 2009 16:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=61#comment-314</guid>
		<description>how to add " FULL-SCREEN " functionality to this ??</description>
		<content:encoded><![CDATA[<p>how to add &#8221; FULL-SCREEN &#8221; functionality to this ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taterboy</title>
		<link>http://www.taterboy.com/blog/2009/05/hdflix-an-as2-flv-player-for-custom-skins/comment-page-1/#comment-295</link>
		<dc:creator>taterboy</dc:creator>
		<pubDate>Tue, 25 Aug 2009 22:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=61#comment-295</guid>
		<description>It is about one line of code away from working with rtmp. Unfortunately I do not have an fms server running right now to test it on. I can send you the source if you want to work on it. It is pretty old code, so if you can excuse the mess.</description>
		<content:encoded><![CDATA[<p>It is about one line of code away from working with rtmp. Unfortunately I do not have an fms server running right now to test it on. I can send you the source if you want to work on it. It is pretty old code, so if you can excuse the mess.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
