<?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: New Adobe video component for Flex</title>
	<atom:link href="http://www.ashorten.com/2009/01/15/new-adobe-video-component-for-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ashorten.com/2009/01/15/new-adobe-video-component-for-flex/</link>
	<description>News and information about Flash Builder, Flash Catalyst and Flex</description>
	<lastBuildDate>Sat, 19 Dec 2009 18:15:56 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew Shorten</title>
		<link>http://www.ashorten.com/2009/01/15/new-adobe-video-component-for-flex/comment-page-1/#comment-5971</link>
		<dc:creator>Andrew Shorten</dc:creator>
		<pubDate>Tue, 03 Feb 2009 13:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashorten.com/?p=211#comment-5971</guid>
		<description>Joeflash - I think it is fair to say that it is compatible, but I completely agree that we need to do more and make this a first-class component within the Flex framework. Hopefully the team will have time to do that work as part of the Flex Gumbo release.</description>
		<content:encoded><![CDATA[<p>Joeflash &#8211; I think it is fair to say that it is compatible, but I completely agree that we need to do more and make this a first-class component within the Flex framework. Hopefully the team will have time to do that work as part of the Flex Gumbo release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joeflash</title>
		<link>http://www.ashorten.com/2009/01/15/new-adobe-video-component-for-flex/comment-page-1/#comment-5964</link>
		<dc:creator>Joeflash</dc:creator>
		<pubDate>Tue, 03 Feb 2009 04:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashorten.com/?p=211#comment-5964</guid>
		<description>I think that claiming that this version of the FLVPlayback component is Flex-compatible is a bit of a misnomer, if not a borderline falsehood. Since you cannot instantiate the component directly in Flex, but need to wrap it in a UIComponent and instantiate it dynamically, versus instantiating it in MXML (because it does not implement the IMXMLObject interface and others), means that it is not wholly compatible with Flex, and requires a hack to implement it. How different is the code above than &lt;a href=&quot;http://blog.flexexamples.com/2008/12/11/using-the-flash-flvplayback-control-in-flex/&quot; rel=&quot;nofollow&quot;&gt;this implementation of the Flash CS3 or Flash CS4 FLVPlayback component in Flex&lt;/a&gt;?

I think Adobe needs to be clear: the featureset has been improved for Flash 10 compatibility, but a Flex-compatible video component it is not.</description>
		<content:encoded><![CDATA[<p>I think that claiming that this version of the FLVPlayback component is Flex-compatible is a bit of a misnomer, if not a borderline falsehood. Since you cannot instantiate the component directly in Flex, but need to wrap it in a UIComponent and instantiate it dynamically, versus instantiating it in MXML (because it does not implement the IMXMLObject interface and others), means that it is not wholly compatible with Flex, and requires a hack to implement it. How different is the code above than <a href="http://blog.flexexamples.com/2008/12/11/using-the-flash-flvplayback-control-in-flex/" rel="nofollow">this implementation of the Flash CS3 or Flash CS4 FLVPlayback component in Flex</a>?</p>
<p>I think Adobe needs to be clear: the featureset has been improved for Flash 10 compatibility, but a Flex-compatible video component it is not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaia</title>
		<link>http://www.ashorten.com/2009/01/15/new-adobe-video-component-for-flex/comment-page-1/#comment-5896</link>
		<dc:creator>jaia</dc:creator>
		<pubDate>Sat, 31 Jan 2009 18:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashorten.com/?p=211#comment-5896</guid>
		<description>Hi, Never did find the reasons why I had 1119 problems - but  the code on Stefan&#039;s post worked for me.  Yay!!  (Actually I&#039;d already built my own by then... but hey! solved - should anyone else encounter such weirdness.)</description>
		<content:encoded><![CDATA[<p>Hi, Never did find the reasons why I had 1119 problems &#8211; but  the code on Stefan&#8217;s post worked for me.  Yay!!  (Actually I&#8217;d already built my own by then&#8230; but hey! solved &#8211; should anyone else encounter such weirdness.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CmlCPT</title>
		<link>http://www.ashorten.com/2009/01/15/new-adobe-video-component-for-flex/comment-page-1/#comment-5655</link>
		<dc:creator>CmlCPT</dc:creator>
		<pubDate>Wed, 21 Jan 2009 16:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashorten.com/?p=211#comment-5655</guid>
		<description>Jaia,
I was getting the same type of errors, what eventually fixed it is under properties/flex compiler/html wrapper require flash player version must be 10.0.0. Also the above code needed the following to render in IE7:  video.width = 480;</description>
		<content:encoded><![CDATA[<p>Jaia,<br />
I was getting the same type of errors, what eventually fixed it is under properties/flex compiler/html wrapper require flash player version must be 10.0.0. Also the above code needed the following to render in IE7:  video.width = 480;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Shorten</title>
		<link>http://www.ashorten.com/2009/01/15/new-adobe-video-component-for-flex/comment-page-1/#comment-5648</link>
		<dc:creator>Andrew Shorten</dc:creator>
		<pubDate>Wed, 21 Jan 2009 10:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashorten.com/?p=211#comment-5648</guid>
		<description>Jaia - not quite sure what is going on there. One suggestion, based on an experience one of my colleagues was having - try looking for the mm.cfg file on your system and deleting it. There can sometimes be issues when that file gets corrupted and it can cause problems in both Flex Builder and Flash Professional.</description>
		<content:encoded><![CDATA[<p>Jaia &#8211; not quite sure what is going on there. One suggestion, based on an experience one of my colleagues was having &#8211; try looking for the mm.cfg file on your system and deleting it. There can sometimes be issues when that file gets corrupted and it can cause problems in both Flex Builder and Flash Professional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaia</title>
		<link>http://www.ashorten.com/2009/01/15/new-adobe-video-component-for-flex/comment-page-1/#comment-5627</link>
		<dc:creator>jaia</dc:creator>
		<pubDate>Tue, 20 Jan 2009 14:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashorten.com/?p=211#comment-5627</guid>
		<description>Thanks for the reply. Yup, 3.2.  I don&#039;t understand it - though I have read of some bugs logged for a similar error under both 3.1 and Gumbo. And a few mystified posts saying that the error suddenly simply vanished... Plus on Flexcoders a few people have spoken about strange behaviour with UIComponent... Or maybe there is something up with my configuration? Hmm... what now? Do you have any expert tips on how I might be able to discover more supporting evidence about what is going on?</description>
		<content:encoded><![CDATA[<p>Thanks for the reply. Yup, 3.2.  I don&#8217;t understand it &#8211; though I have read of some bugs logged for a similar error under both 3.1 and Gumbo. And a few mystified posts saying that the error suddenly simply vanished&#8230; Plus on Flexcoders a few people have spoken about strange behaviour with UIComponent&#8230; Or maybe there is something up with my configuration? Hmm&#8230; what now? Do you have any expert tips on how I might be able to discover more supporting evidence about what is going on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Shorten</title>
		<link>http://www.ashorten.com/2009/01/15/new-adobe-video-component-for-flex/comment-page-1/#comment-5620</link>
		<dc:creator>Andrew Shorten</dc:creator>
		<pubDate>Tue, 20 Jan 2009 10:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashorten.com/?p=211#comment-5620</guid>
		<description>Jaia - are you definately using Flex SDK 3.2? Check under Properties &gt; Flex Compiler to verify the version you&#039;re using. It&#039;s definately working OK for me with Flex SDK 3.2, Flash Player 10 and strict typing enabled.</description>
		<content:encoded><![CDATA[<p>Jaia &#8211; are you definately using Flex SDK 3.2? Check under Properties > Flex Compiler to verify the version you&#8217;re using. It&#8217;s definately working OK for me with Flex SDK 3.2, Flash Player 10 and strict typing enabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Shorten</title>
		<link>http://www.ashorten.com/2009/01/15/new-adobe-video-component-for-flex/comment-page-1/#comment-5619</link>
		<dc:creator>Andrew Shorten</dc:creator>
		<pubDate>Tue, 20 Jan 2009 10:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashorten.com/?p=211#comment-5619</guid>
		<description>Bjorn - I agree that there is room for improvement, although I think the first priority was getting something that worked for both Flash Professional and Flex. Given that we&#039;re currently working on Gumbo, I&#039;m hopeful that we&#039;ll have an opportunity to provide an enhanced Flex component that builds on the work done here to provide a full MXML-compatible implementation.

If I get any more information from the product team I&#039;ll post it here.</description>
		<content:encoded><![CDATA[<p>Bjorn &#8211; I agree that there is room for improvement, although I think the first priority was getting something that worked for both Flash Professional and Flex. Given that we&#8217;re currently working on Gumbo, I&#8217;m hopeful that we&#8217;ll have an opportunity to provide an enhanced Flex component that builds on the work done here to provide a full MXML-compatible implementation.</p>
<p>If I get any more information from the product team I&#8217;ll post it here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaia</title>
		<link>http://www.ashorten.com/2009/01/15/new-adobe-video-component-for-flex/comment-page-1/#comment-5615</link>
		<dc:creator>jaia</dc:creator>
		<pubDate>Tue, 20 Jan 2009 03:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashorten.com/?p=211#comment-5615</guid>
		<description>Further to my last post, I am definitely using FlashPlayer 10. The errors go away in Flex if I turn off strict typing - but then I get a #1056 error in Flash Player.  It seems as if the 1119 errors are claiming that the source, skin, skinBackgroundColor and skinAutoHide properties of FLVPlayback don&#039;t exist. Is thsi something to do with strangeness in the UIComponent?</description>
		<content:encoded><![CDATA[<p>Further to my last post, I am definitely using FlashPlayer 10. The errors go away in Flex if I turn off strict typing &#8211; but then I get a #1056 error in Flash Player.  It seems as if the 1119 errors are claiming that the source, skin, skinBackgroundColor and skinAutoHide properties of FLVPlayback don&#8217;t exist. Is thsi something to do with strangeness in the UIComponent?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjorn Schultheiss</title>
		<link>http://www.ashorten.com/2009/01/15/new-adobe-video-component-for-flex/comment-page-1/#comment-5613</link>
		<dc:creator>Bjorn Schultheiss</dc:creator>
		<pubDate>Tue, 20 Jan 2009 02:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashorten.com/?p=211#comment-5613</guid>
		<description>Would it not be difficult to write a wrapper so that i can be used with mxml?

Its pretty lame Adobe hasn&#039;t released a version for its flex devs and expects us to be happy using that ugly script block.


excuse me for the rant ; )</description>
		<content:encoded><![CDATA[<p>Would it not be difficult to write a wrapper so that i can be used with mxml?</p>
<p>Its pretty lame Adobe hasn&#8217;t released a version for its flex devs and expects us to be happy using that ugly script block.</p>
<p>excuse me for the rant ; )</p>
]]></content:encoded>
	</item>
</channel>
</rss>
