<?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>ForDevs &#187; Flash</title>
	<atom:link href="http://www.fordevs.com/category/designing/flash/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Fri, 25 Nov 2011 18:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to Get the Base URL in Flash ActionScript 2 and ActionScript 3?</title>
		<link>http://www.fordevs.com/2009/10/how-to-get-the-base-url-in-flash-actionscript-2-and-actionscript-3.html</link>
		<comments>http://www.fordevs.com/2009/10/how-to-get-the-base-url-in-flash-actionscript-2-and-actionscript-3.html#comments</comments>
		<pubDate>Wed, 21 Oct 2009 16:12:57 +0000</pubDate>
		<dc:creator>praveen</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[Base url]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=594</guid>
		<description><![CDATA[Step 1 Create a flash project and set the Publish Settings’ ActionScript version as 2. Step 2 Create two dynamic texts, named as txtFullUrl and txtBaseUrl. Step 3 Create another layer; in first frame of that layer write the following ActionScript code. Action Script 2 Code function GetTheBaseUrl&#40;&#41; &#123; var RootFullUrl = _root._url; txtFullUrl.text = [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/10/how-to-get-the-base-url-in-flash-actionscript-2-and-actionscript-3.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Embed a Flash File into C# Window Form?</title>
		<link>http://www.fordevs.com/2008/10/how-to-embed-flash-file-into-c-window_30.html</link>
		<comments>http://www.fordevs.com/2008/10/how-to-embed-flash-file-into-c-window_30.html#comments</comments>
		<pubDate>Fri, 31 Oct 2008 00:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[File]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/10/how-to-embed-a-flash-file-into-c-window-form.html</guid>
		<description><![CDATA[To embed a flash file in C# Windows .Net Application we can use Shockwave Flash Object ActiveX Control. Follow the Steps to embed flash file: Step 1: In Tool box right click and select the menu “Choose Items”. Step 2: From Choose Toolbox Items window select “Com component” tab. Step 3: Scroll down and make [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/10/how-to-embed-flash-file-into-c-window_30.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Text Over a SWF?</title>
		<link>http://www.fordevs.com/2008/10/how-to-text-over-swf.html</link>
		<comments>http://www.fordevs.com/2008/10/how-to-text-over-swf.html#comments</comments>
		<pubDate>Mon, 06 Oct 2008 12:20:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/10/how-to-text-over-a-swf.html</guid>
		<description><![CDATA[To text over a SWF,we should use the &#8220;wmode&#8221; in object embed tab as &#8220;opaque&#8221;.By doing this we get the html text overlapping the swf content in the page at same position. Coding : &#60;object classid=&#8221;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&#8243; codebase=&#8221;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0&#8243; width=&#8221;300&#8243; height=&#8221;150&#8243; id=&#8221;s&#8221; align=&#8221;middle&#8221;&#62; &#60;param name=&#8221;allowScriptAccess&#8221; value=&#8221;sameDomain&#8221; /&#62; &#60;param name=&#8221;allowFullScreen&#8221; value=&#8221;false&#8221; /&#62; &#60;param name=&#8221;movie&#8221; value=&#8221;s.swf&#8221; /&#62; &#60;param name=&#8221;quality&#8221; [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/10/how-to-text-over-swf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

