<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: FLVPlayback with FLVPlaybackCaptioning</title>
	<atom:link href="http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/feed/" rel="self" type="application/rss+xml" />
	<link>http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/</link>
	<description>Interaction Design &#38; Flash/Flex Development</description>
	<lastBuildDate>Tue, 08 Jun 2010 17:47:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Julian Calzada</title>
		<link>http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/#comment-306</link>
		<dc:creator>Julian Calzada</dc:creator>
		<pubDate>Tue, 26 Jan 2010 16:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/#comment-306</guid>
		<description>Has anyone corrected the captions from jumping around in fullscreen? I tried the code above, but it simply makes the jump worse and more noticeable. Any help would be appreciated.

Flash Player 10, CS4</description>
		<content:encoded><![CDATA[<p>Has anyone corrected the captions from jumping around in fullscreen? I tried the code above, but it simply makes the jump worse and more noticeable. Any help would be appreciated.</p>
<p>Flash Player 10, CS4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TM</title>
		<link>http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/#comment-55</link>
		<dc:creator>TM</dc:creator>
		<pubDate>Mon, 10 Nov 2008 17:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/#comment-55</guid>
		<description>Many thanks,T</description>
		<content:encoded><![CDATA[<p>Many thanks,T</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: headwinds</title>
		<link>http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/#comment-54</link>
		<dc:creator>headwinds</dc:creator>
		<pubDate>Mon, 10 Nov 2008 17:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/#comment-54</guid>
		<description>I recreated the fla and included the caurina tweener package in this zip:

&lt;a href=&quot;http://www.headwinds.net/lab/posts/FLVPlayback/player.zip&quot; rel=&quot;nofollow&quot;&gt;download new source&lt;/a&gt;

there are also a couple custom buttons and movieclips that you can easily skin by finding them in the library.</description>
		<content:encoded><![CDATA[<p>I recreated the fla and included the caurina tweener package in this zip:</p>
<p><a href="http://www.headwinds.net/lab/posts/FLVPlayback/player.zip" rel="nofollow">download new source</a></p>
<p>there are also a couple custom buttons and movieclips that you can easily skin by finding them in the library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TM</title>
		<link>http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/#comment-53</link>
		<dc:creator>TM</dc:creator>
		<pubDate>Mon, 10 Nov 2008 12:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/#comment-53</guid>
		<description>Hi There,

I was wondering if you could please post the Fla you implement the above mentioned class with?  I&#039;m just getting my head around AS3 and this player configuration is almost exactly what I&#039;m trying to implement.  The videos I have to display use Captionate injected captions, so my old AS2 captioning method is no good in this instance.
Many thanks, Tom</description>
		<content:encoded><![CDATA[<p>Hi There,</p>
<p>I was wondering if you could please post the Fla you implement the above mentioned class with?  I&#8217;m just getting my head around AS3 and this player configuration is almost exactly what I&#8217;m trying to implement.  The videos I have to display use Captionate injected captions, so my old AS2 captioning method is no good in this instance.<br />
Many thanks, Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: headwinds</title>
		<link>http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/#comment-8</link>
		<dc:creator>headwinds</dc:creator>
		<pubDate>Thu, 31 Jan 2008 14:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/#comment-8</guid>
		<description>the components do not resize if scale made is set N0_scale...  are you sure you have the scale mode set to:

stage.scaleMode = StageScaleMode.NO_SCALE;

there is a well-documented full screen event that you can listen for, and then set the components to whatever size you wish... but I&#039;d recommend not resizing them at all.</description>
		<content:encoded><![CDATA[<p>the components do not resize if scale made is set N0_scale&#8230;  are you sure you have the scale mode set to:</p>
<p>stage.scaleMode = StageScaleMode.NO_SCALE;</p>
<p>there is a well-documented full screen event that you can listen for, and then set the components to whatever size you wish&#8230; but I&#8217;d recommend not resizing them at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lance</title>
		<link>http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/#comment-7</link>
		<dc:creator>Lance</dc:creator>
		<pubDate>Tue, 29 Jan 2008 02:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/#comment-7</guid>
		<description>I need help in keeping the control components of FLVPlayback from resizing in FULLSCREEN mode.

Example:  http://asilance.com/web/PETE_03.html

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I need help in keeping the control components of FLVPlayback from resizing in FULLSCREEN mode.</p>
<p>Example:  <a href="http://asilance.com/web/PETE_03.html" rel="nofollow">http://asilance.com/web/PETE_03.html</a></p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlo Alducente &#187; Blog Archive &#187; Caption timing for FLVs</title>
		<link>http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/#comment-3</link>
		<dc:creator>Carlo Alducente &#187; Blog Archive &#187; Caption timing for FLVs</dc:creator>
		<pubDate>Mon, 03 Dec 2007 07:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/#comment-3</guid>
		<description>[...] can use the FLVPlaybackCaptioning component that Brandon Flowers mentioned in his blog post to do the rest if you [...]</description>
		<content:encoded><![CDATA[<p>[...] can use the FLVPlaybackCaptioning component that Brandon Flowers mentioned in his blog post to do the rest if you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caption timing for FLVs &#171; Carlo Alducente</title>
		<link>http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/#comment-2</link>
		<dc:creator>Caption timing for FLVs &#171; Carlo Alducente</dc:creator>
		<pubDate>Tue, 06 Nov 2007 02:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://headwindslab.net/2007/10/29/flvplayback-with-flvplaybackcaptioning/#comment-2</guid>
		<description>[...] can use the FLVPlaybackCaptioning component that Brandon Flowers mentioned in his blog post to do the rest if you [...]</description>
		<content:encoded><![CDATA[<p>[...] can use the FLVPlaybackCaptioning component that Brandon Flowers mentioned in his blog post to do the rest if you [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
