<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adnan Doric &#187; Flash</title>
	<atom:link href="http://www.adnandoric.com/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adnandoric.com</link>
	<description>Flex, Flash, AIR, RIA</description>
	<lastBuildDate>Thu, 02 Jun 2011 08:34:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Scaleform brings Flash to games &#8211; 3D Interface (3Di)</title>
		<link>http://www.adnandoric.com/2010/04/17/scaleform-brings-flash-to-games-3d-interface-3di/</link>
		<comments>http://www.adnandoric.com/2010/04/17/scaleform-brings-flash-to-games-3d-interface-3di/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 10:32:00 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[unreal tournament 3]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=282</guid>
		<description><![CDATA[This is some really impressive stuff, Flash 3D replaces native user interface in Unreal Tournament 3 game. Visit their site for more information : http://www.scaleform.com/ Enjoy.]]></description>
			<content:encoded><![CDATA[<p>This is some really impressive stuff, Flash 3D replaces native user interface in Unreal Tournament 3 game.</p>
<p><a href="http://www.adnandoric.com/2010/04/17/scaleform-brings-flash-to-games-3d-interface-3di/"><em>Click here to view the embedded video.</em></a></p>
<p>Visit their site for more information : <a href="http://www.scaleform.com/" target="_blank">http://www.scaleform.com/</a></p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2010/04/17/scaleform-brings-flash-to-games-3d-interface-3di/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preloader deep linking bug still not resolved</title>
		<link>http://www.adnandoric.com/2009/02/11/preloader-deep-linking-bug-still-not-resolved/</link>
		<comments>http://www.adnandoric.com/2009/02/11/preloader-deep-linking-bug-still-not-resolved/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 11:41:46 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=114</guid>
		<description><![CDATA[If you try to implement the deep linking for flash/flex using SWFAddress or similar technology, you will notice the &#8220;#&#8221; character (anchor) somewhere in the URL, this is the delimiter for the interpreted URL string by the browser. If the string following the anchor change in the address bar, the browser will not change (nor [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a id="top" name="top"></a>If you try to implement the <a title="Deep linking on Wikipedia" href="http://en.wikipedia.org/wiki/Deep_linking" target="_blank">deep linking</a> for flash/flex using <a title="SWFAddress" href="http://www.asual.com/swfaddress/" target="_blank">SWFAddress</a> or similar technology, you will notice the &#8220;#&#8221; character (anchor) somewhere in the URL, this is the delimiter for the interpreted URL string by the browser. If the string following the anchor change in the <a title="Address bar" href="http://en.wikipedia.org/wiki/Address_bar" target="_blank">address bar</a>, the browser will not change (nor refresh) the currently displayed page, instead it will try to find that anchor in it&#8217;s body. In the ordinary HTML based pages, the browser simply scrolls to the anchor somewhere in the page. For example, on this page I defined two anchors: <a href="#top">top anchor</a> and <a href="#bottom">bottom anchor</a>. If you click on those links, you&#8217;ll notice that the browser only scrolls the page.</p>
<p style="text-align: justify;">Whatever, long story short, this feature can be used to navigate inside flash content as flash can read the URL and act accordingly, just by changing the URL string after the anchor. That&#8217;s great, really. The problem is that there is an issue in flash player or Flex (not quite sure) <a title="Preloader deep linking bug on Adobe JIRA" href="http://bugs.adobe.com/jira/browse/SDK-14162" target="_blank">filled more than a year ago</a> preventing the Flex preloader to show. This is not very important if your application&#8217;s SWF size is small enough, but when you have moderately large application, not seeing the feedback while preloading can actually be a real problem for your customers.</p>
<p style="text-align: justify;">But hey, you can do something about it if it bothers you as much as it bothers me: vote for it <img src='http://www.adnandoric.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>More votes means more chances this bug will be fixed soon.</p>
<p><a title="Preloader deep linking bug on Adobe JIRA" href="http://bugs.adobe.com/jira/browse/SDK-14162" target="_blank">Please vote for this bug to be resolved.</a></p>
<p>If you are not familiar with flash based deep linking, take a look at this page :</p>
<p><a title="SWFAddress flex deep linking" href="http://www.asual.com/swfaddress/samples/flex/" target="_blank">Flex deep linking based on SWFAddress example</a><br />
<a id="bottom" name="bottom"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2009/02/11/preloader-deep-linking-bug-still-not-resolved/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

