<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Flash CS3 &#8211; Play H.264 video using the FLVPlayback component</title>
	<atom:link href="http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.six4rty.ch</link>
	<description>Code &#38; Technology Aficionado - Come for the Flash, stay for more!</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:32:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: technologiez</title>
		<link>http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/comment-page-2/#comment-68466</link>
		<dc:creator>technologiez</dc:creator>
		<pubDate>Wed, 30 Jun 2010 17:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/#comment-68466</guid>
		<description>a good work keep growing :smile:</description>
		<content:encoded><![CDATA[<p>a good work keep growing <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago</title>
		<link>http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/comment-page-2/#comment-62439</link>
		<dc:creator>Tiago</dc:creator>
		<pubDate>Tue, 01 Dec 2009 15:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/#comment-62439</guid>
		<description>Hi Don, you probably have to set your minimum player version to 9.0.115 or 9.0.124 as the option was only available from that flash player version, otherwise you can also follow this tutorial for setting it up. &lt;a href=&quot;http://www.adobe.com/devnet/flashplayer/articles/hd_video_flash_player.html&quot; rel=&quot;nofollow&quot;&gt;http://www.adobe.com/devnet/flashplayer/articles/hd_video_flash_player.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi Don, you probably have to set your minimum player version to 9.0.115 or 9.0.124 as the option was only available from that flash player version, otherwise you can also follow this tutorial for setting it up. <a href="http://www.adobe.com/devnet/flashplayer/articles/hd_video_flash_player.html" rel="nofollow">http://www.adobe.com/devnet/flashplayer/articles/hd_video_flash_player.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Howe</title>
		<link>http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/comment-page-2/#comment-62438</link>
		<dc:creator>Don Howe</dc:creator>
		<pubDate>Tue, 01 Dec 2009 13:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/#comment-62438</guid>
		<description>I&#039;m using flash CS3 and I recently had to reinstall. Now applications I made using the FLV component and AS3 wont work. I am not able to play mp4 movie clips. When I test my movie I get a video error telling me, I need to use an FLV extension or that the video must be an FLV. Has anyone ever run across this? I have posted this on several forums, but thought I would ask here as well.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using flash CS3 and I recently had to reinstall. Now applications I made using the FLV component and AS3 wont work. I am not able to play mp4 movie clips. When I test my movie I get a video error telling me, I need to use an FLV extension or that the video must be an FLV. Has anyone ever run across this? I have posted this on several forums, but thought I would ask here as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Walt</title>
		<link>http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/comment-page-2/#comment-59045</link>
		<dc:creator>Tony Walt</dc:creator>
		<pubDate>Wed, 05 Aug 2009 18:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/#comment-59045</guid>
		<description>&lt;a href=&quot;#comment-30913&quot; rel=&quot;nofollow&quot;&gt;@Jamie&lt;/a&gt; 
It&#039;s most likely an ATOM issue. The ATOM stores all of the information about your video (like the length for example). In order to begin playback before the whole video downloads you need to access that ATOM. Typically video software puts the ATOM at the end of a video file because it isn&#039;t necessary for typical playback. For the Web you need that Atom at the front of your video file. The easiest way to do this is to open the MOV file in Quicktime Pro and resave it.</description>
		<content:encoded><![CDATA[<p><a href="#comment-30913" rel="nofollow">@Jamie</a><br />
It&#8217;s most likely an ATOM issue. The ATOM stores all of the information about your video (like the length for example). In order to begin playback before the whole video downloads you need to access that ATOM. Typically video software puts the ATOM at the end of a video file because it isn&#8217;t necessary for typical playback. For the Web you need that Atom at the front of your video file. The easiest way to do this is to open the MOV file in Quicktime Pro and resave it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/comment-page-2/#comment-58865</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 01 Aug 2009 03:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/#comment-58865</guid>
		<description>Thanks for the info, some other pages were saying that you had to write Action script. I use Adobe Premiere Pro CS4 and Adobe Media Encoder. I have videos on the website in both Flash and Windows media.</description>
		<content:encoded><![CDATA[<p>Thanks for the info, some other pages were saying that you had to write Action script. I use Adobe Premiere Pro CS4 and Adobe Media Encoder. I have videos on the website in both Flash and Windows media.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/comment-page-2/#comment-58864</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 01 Aug 2009 03:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/#comment-58864</guid>
		<description>Thanks for the info, some other pages were saying that you had to write Action script. I use Adobe Premiere Pro and Adobe Media Encoder. I have videos on the website in both Flash and Windows media.</description>
		<content:encoded><![CDATA[<p>Thanks for the info, some other pages were saying that you had to write Action script. I use Adobe Premiere Pro and Adobe Media Encoder. I have videos on the website in both Flash and Windows media.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajiv</title>
		<link>http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/comment-page-2/#comment-58429</link>
		<dc:creator>Rajiv</dc:creator>
		<pubDate>Mon, 20 Jul 2009 09:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/#comment-58429</guid>
		<description>Helloo...
I have tried it in Flash CS3 by using AS3.0
Still it&#039;s not working.
Any clue.</description>
		<content:encoded><![CDATA[<p>Helloo&#8230;<br />
I have tried it in Flash CS3 by using AS3.0<br />
Still it&#8217;s not working.<br />
Any clue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/comment-page-2/#comment-54305</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 05 May 2009 00:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/#comment-54305</guid>
		<description>Looked for 5 days. Finally I got it thanks to you!! Cudos</description>
		<content:encoded><![CDATA[<p>Looked for 5 days. Finally I got it thanks to you!! Cudos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hudey</title>
		<link>http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/comment-page-2/#comment-52138</link>
		<dc:creator>Hudey</dc:creator>
		<pubDate>Fri, 27 Mar 2009 18:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/#comment-52138</guid>
		<description>Thanks for the tips Tiago... used your method and it worked like a charm.</description>
		<content:encoded><![CDATA[<p>Thanks for the tips Tiago&#8230; used your method and it worked like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timo</title>
		<link>http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/comment-page-2/#comment-50562</link>
		<dc:creator>Timo</dc:creator>
		<pubDate>Sun, 22 Feb 2009 22:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/#comment-50562</guid>
		<description>Hi Tomo, nope. I did not figure it out on my Mac. Used PC instead.</description>
		<content:encoded><![CDATA[<p>Hi Tomo, nope. I did not figure it out on my Mac. Used PC instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomo</title>
		<link>http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/comment-page-2/#comment-50560</link>
		<dc:creator>Tomo</dc:creator>
		<pubDate>Sun, 22 Feb 2009 19:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/#comment-50560</guid>
		<description>&lt;a href=&quot;#comment-48901&quot; rel=&quot;nofollow&quot;&gt;@Timo&lt;/a&gt; Timo, forgot e-mail embed.  same question, any answers come about the error 1005 for macs?  Thanks for anything</description>
		<content:encoded><![CDATA[<p><a href="#comment-48901" rel="nofollow">@Timo</a> Timo, forgot e-mail embed.  same question, any answers come about the error 1005 for macs?  Thanks for anything</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/comment-page-2/#comment-50559</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 22 Feb 2009 19:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-cs3-play-h264-video-using-the-flvplayback-component/#comment-50559</guid>
		<description>&lt;a href=&quot;#comment-48901&quot; rel=&quot;nofollow&quot;&gt;@Timo&lt;/a&gt; Hey Timo... wondered if you ever found the work around for the Error 1005 problem on you Mac.  I&#039;ve got the same issue on a mac and pulling hair out.</description>
		<content:encoded><![CDATA[<p><a href="#comment-48901" rel="nofollow">@Timo</a> Hey Timo&#8230; wondered if you ever found the work around for the Error 1005 problem on you Mac.  I&#8217;ve got the same issue on a mac and pulling hair out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
