<?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: FLVPlayback directly in Flex</title>
	<atom:link href="http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/</link>
	<description>lulz</description>
	<lastBuildDate>Sat, 07 Jan 2012 17:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: HDR</title>
		<link>http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/comment-page-1/#comment-1970</link>
		<dc:creator>HDR</dc:creator>
		<pubDate>Thu, 09 Sep 2010 03:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/#comment-1970</guid>
		<description>It Works
Thank You  Very Much</description>
		<content:encoded><![CDATA[<p>It Works<br />
Thank You  Very Much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patricio</title>
		<link>http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/comment-page-1/#comment-1904</link>
		<dc:creator>Patricio</dc:creator>
		<pubDate>Sat, 28 Nov 2009 00:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/#comment-1904</guid>
		<description>Your bes bet is to use the Flex compenent kit from flash. It resolves all the IUIComponent issues with using this directly in flex. 

The other option would be to edit the FLVplayback source and implement the IUIComponent interface...but that would be pretty long. If you do it Let me know.</description>
		<content:encoded><![CDATA[<p>Your bes bet is to use the Flex compenent kit from flash. It resolves all the IUIComponent issues with using this directly in flex. </p>
<p>The other option would be to edit the FLVplayback source and implement the IUIComponent interface&#8230;but that would be pretty long. If you do it Let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zproxy</title>
		<link>http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/comment-page-1/#comment-1755</link>
		<dc:creator>zproxy</dc:creator>
		<pubDate>Fri, 17 Jul 2009 11:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/#comment-1755</guid>
		<description>It doesn&#039;t seem to work for me :(

Could you provide a zip file of your project so i could try to get it working?</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t seem to work for me <img src='http://yourpalmark.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Could you provide a zip file of your project so i could try to get it working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeta</title>
		<link>http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/comment-page-1/#comment-1506</link>
		<dc:creator>zeta</dc:creator>
		<pubDate>Thu, 16 Apr 2009 20:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/#comment-1506</guid>
		<description>It&#039;s weird that a one liner doesn&#039;t work:

container.addChild((new UIComponent()).addChild(playback));

instead of:

var spriteWrapper:UIComponent = new UIComponent(); container.addChild(spriteWrapper); spriteWrapper.addChild(playback);</description>
		<content:encoded><![CDATA[<p>It&#8217;s weird that a one liner doesn&#8217;t work:</p>
<p>container.addChild((new UIComponent()).addChild(playback));</p>
<p>instead of:</p>
<p>var spriteWrapper:UIComponent = new UIComponent(); container.addChild(spriteWrapper); spriteWrapper.addChild(playback);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marce</title>
		<link>http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/comment-page-1/#comment-382</link>
		<dc:creator>marce</dc:creator>
		<pubDate>Thu, 02 Oct 2008 02:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/#comment-382</guid>
		<description>this is not working , you should try it before posting
</description>
		<content:encoded><![CDATA[<p>this is not working , you should try it before posting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marce</title>
		<link>http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/comment-page-1/#comment-381</link>
		<dc:creator>marce</dc:creator>
		<pubDate>Thu, 02 Oct 2008 02:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/#comment-381</guid>
		<description>aweonao
</description>
		<content:encoded><![CDATA[<p>aweonao</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason_gardner</title>
		<link>http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/comment-page-1/#comment-380</link>
		<dc:creator>jason_gardner</dc:creator>
		<pubDate>Sat, 30 Aug 2008 00:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/#comment-380</guid>
		<description>hey rain_jr,

use the following to get around the type coercion problem:

var spriteWrapper:UIComponent = new UIComponent();                container.addChild(spriteWrapper);                spriteWrapper.addChild(playback);

-JG
</description>
		<content:encoded><![CDATA[<p>hey rain_jr,</p>
<p>use the following to get around the type coercion problem:</p>
<p>var spriteWrapper:UIComponent = new UIComponent();                container.addChild(spriteWrapper);                spriteWrapper.addChild(playback);</p>
<p>-JG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/comment-page-1/#comment-379</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 16 Jul 2008 01:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/#comment-379</guid>
		<description>I found the answer to my question on defining the swf size.
Apparently you can define the size,background color and framerate of the swf by adding a meta tag like so

package {

import fl.video.*;
import flash.display.*;
import flash.events.*;
[SWF(width=856,height=512,backgroundColor=&quot;#333333&quot;,framrate=30)]
public class player extends MovieClip{ class constructor ...

Still one question though, how did you figure out you needed an Icon class and the bounding box fix? Just so I can import other classes directly and track down the errors
</description>
		<content:encoded><![CDATA[<p>I found the answer to my question on defining the swf size.<br />
Apparently you can define the size,background color and framerate of the swf by adding a meta tag like so</p>
<p>package {</p>
<p>import fl.video.*;<br />
import flash.display.*;<br />
import flash.events.*;<br />
[SWF(width=856,height=512,backgroundColor="#333333",framrate=30)]<br />
public class player extends MovieClip{ class constructor &#8230;</p>
<p>Still one question though, how did you figure out you needed an Icon class and the bounding box fix? Just so I can import other classes directly and track down the errors</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/comment-page-1/#comment-378</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 15 Jul 2008 02:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/#comment-378</guid>
		<description>Thank you for the thorough advice. I have tried various methods of bringing the FLVPlayback component into a flex 3 Actionscript only project. The Copy the fl package from your Flash CS3 directory method is the best one yet.  It compiled and played perfectly.  I still have some size issues with defining the player size and scale as my content is 16:9 or wide screen. Flex seems to compile all swfs to 100% of the HTML wrapper. If you have advice on that it would just be like frosting on the cake
</description>
		<content:encoded><![CDATA[<p>Thank you for the thorough advice. I have tried various methods of bringing the FLVPlayback component into a flex 3 Actionscript only project. The Copy the fl package from your Flash CS3 directory method is the best one yet.  It compiled and played perfectly.  I still have some size issues with defining the player size and scale as my content is 16:9 or wide screen. Flex seems to compile all swfs to 100% of the HTML wrapper. If you have advice on that it would just be like frosting on the cake</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rain_jr</title>
		<link>http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/comment-page-1/#comment-377</link>
		<dc:creator>rain_jr</dc:creator>
		<pubDate>Sun, 08 Jun 2008 03:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2008/04/30/flvplayback-directly-in-flex/#comment-377</guid>
		<description>Followed procedure 1 for using swc exactly and got:

Error #1034: Type Coercion failed: cannot convert fl.video::FLVPlayback@74e7221 to mx.core.IUIComponent.
</description>
		<content:encoded><![CDATA[<p>Followed procedure 1 for using swc exactly and got:</p>
<p>Error #1034: Type Coercion failed: cannot convert fl.video::FLVPlayback@74e7221 to mx.core.IUIComponent.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

