<?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: Let&#8217;s explore the new Flex 4 features building a full screen XML-driven VideoPlayer gallery</title>
	<atom:link href="http://www.fabiobiondi.com/blog/2009/12/lets-explore-the-new-flex-4-features-building-a-full-screen-xml-driven-videoplayer-gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fabiobiondi.com/blog/2009/12/lets-explore-the-new-flex-4-features-building-a-full-screen-xml-driven-videoplayer-gallery/</link>
	<description>Adobe, Actionscript, Flex, Flash, Air, FlashLite, scripts and tutorial</description>
	<pubDate>Sun, 05 Feb 2012 10:06:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike030</title>
		<link>http://www.fabiobiondi.com/blog/2009/12/lets-explore-the-new-flex-4-features-building-a-full-screen-xml-driven-videoplayer-gallery/comment-page-1/#comment-1394</link>
		<dc:creator>Mike030</dc:creator>
		<pubDate>Mon, 21 Feb 2011 17:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.fabiobiondi.com/blog/?p=1090#comment-1394</guid>
		<description>Hi Fabio,
This is really good stuff. Do you have copyright on this or can anyone use it for things like putting on websites?

I did notice one small glich. When a user clicks on the fullscreen button, it goes to fullscreen. But when a user clicks on the button again, it goes to the actual video size and not how it was prior to clicking the fullscreen button the first time. To overcome this problem I removed this button. It leaves the control bar a little short though.
Regards
Mike</description>
		<content:encoded><![CDATA[<p>Hi Fabio,<br />
This is really good stuff. Do you have copyright on this or can anyone use it for things like putting on websites?</p>
<p>I did notice one small glich. When a user clicks on the fullscreen button, it goes to fullscreen. But when a user clicks on the button again, it goes to the actual video size and not how it was prior to clicking the fullscreen button the first time. To overcome this problem I removed this button. It leaves the control bar a little short though.<br />
Regards<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio Biondi</title>
		<link>http://www.fabiobiondi.com/blog/2009/12/lets-explore-the-new-flex-4-features-building-a-full-screen-xml-driven-videoplayer-gallery/comment-page-1/#comment-976</link>
		<dc:creator>Fabio Biondi</dc:creator>
		<pubDate>Sat, 16 Oct 2010 15:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.fabiobiondi.com/blog/?p=1090#comment-976</guid>
		<description>When you create AIR apps in FX you should use the root tag &lt;s:WindowedApplication instead of &lt;s:Application



Hope it's useful</description>
		<content:encoded><![CDATA[<p>When you create AIR apps in FX you should use the root tag &lt;s:WindowedApplication instead of &lt;s:Application</p>
<p>Hope it&#8217;s useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poornima</title>
		<link>http://www.fabiobiondi.com/blog/2009/12/lets-explore-the-new-flex-4-features-building-a-full-screen-xml-driven-videoplayer-gallery/comment-page-1/#comment-975</link>
		<dc:creator>Poornima</dc:creator>
		<pubDate>Fri, 15 Oct 2010 12:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fabiobiondi.com/blog/?p=1090#comment-975</guid>
		<description>Hi,
i used the same code in flex4 Air application i.e. Desktop application
but iam getting the below error................

ArgumentError: Error #2015: Invalid BitmapData.
	at flash.display::DisplayObject/set filters()
	at mx.core::UIComponent/set filters()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:3296]
	at spark.effects::AnimateTransitionShader/getValueFromTarget()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\effects\AnimateTransitionShader.as:290]
	at mx.effects::Effect/http://www.adobe.com/2006/flex/mx/internal::captureValues()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\effects\Effect.as:1462]
	at mx.effects::CompositeEffect/http://www.adobe.com/2006/flex/mx/internal::captureValues()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\effects\CompositeEffect.as:377]
	at mx.effects::Effect/play()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\effects\Effect.as:1190]
	at mx.core::UIComponent/commitCurrentState()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9828]
	at mx.core::UIComponent/setCurrentState()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9701]
	at spark.components.supportClasses::ItemRenderer/set hovered()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\supportClasses\ItemRenderer.as:178]
	at spark.components.supportClasses::ItemRenderer/itemRenderer_rollOutHandler()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\supportClasses\ItemRenderer.as:607]

please provide me the solution ASAP....</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i used the same code in flex4 Air application i.e. Desktop application<br />
but iam getting the below error&#8230;&#8230;&#8230;&#8230;&#8230;.</p>
<p>ArgumentError: Error #2015: Invalid BitmapData.<br />
	at flash.display::DisplayObject/set filters()<br />
	at mx.core::UIComponent/set filters()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:3296]<br />
	at spark.effects::AnimateTransitionShader/getValueFromTarget()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\effects\AnimateTransitionShader.as:290]<br />
	at mx.effects::Effect/http://www.adobe.com/2006/flex/mx/internal::captureValues()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\effects\Effect.as:1462]<br />
	at mx.effects::CompositeEffect/http://www.adobe.com/2006/flex/mx/internal::captureValues()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\effects\CompositeEffect.as:377]<br />
	at mx.effects::Effect/play()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\effects\Effect.as:1190]<br />
	at mx.core::UIComponent/commitCurrentState()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9828]<br />
	at mx.core::UIComponent/setCurrentState()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9701]<br />
	at spark.components.supportClasses::ItemRenderer/set hovered()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\supportClasses\ItemRenderer.as:178]<br />
	at spark.components.supportClasses::ItemRenderer/itemRenderer_rollOutHandler()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\supportClasses\ItemRenderer.as:607]</p>
<p>please provide me the solution ASAP&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

