<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Flash Speaks Actionscript</title>
	
	<link>http://flashspeaksactionscript.com</link>
	<description>Learn and Speak Actionscript</description>
	<lastBuildDate>Wed, 28 Oct 2009 11:06:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/flashspeaksactionscript/tmgY" type="application/rss+xml" /><feedburner:emailServiceId>flashspeaksactionscript/tmgY</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>How To: Reverse Any Given String Using AS3</title>
		<link>http://feedproxy.google.com/~r/flashspeaksactionscript/tmgY/~3/zR0l0D9Yqu4/</link>
		<comments>http://flashspeaksactionscript.com/reverse-any-given-string-using-as3/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 12:00:42 +0000</pubDate>
		<dc:creator>Angel</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[String]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3976</guid>
		<description><![CDATA[Reversing a string is not something you might implement on a daily basis, however, having a handy way of doing so is always a great go to option. Here is a function that allows you to input a string of any length and it will then be outputted being reversed. This is definitely one function to add to your Flash utilities.


<h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/creating-a-button-using-flasheff-2/' rel='bookmark' title='Permanent Link: Creating a Button Using FlashEff 2'>Creating a Button Using FlashEff 2</a></li><li><a href='http://flashspeaksactionscript.com/smart-swf-optimization-with-custom-framerates/' rel='bookmark' title='Permanent Link: Smart SWF Optimization with Custom Framerates'>Smart SWF Optimization with Custom Framerates</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-3964" title="Reverse A String" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/10/reverse-string.png" alt="Reverse A String" width="120" height="120" />Reversing a string is not something you might implement on a daily basis, however, having a handy way of doing so is always a great go to option.  Here is a function that allows you to input a string of any length and it will then be outputted being reversed.  This is definitely one function to add to your Flash utilities.</p>
<p>Enjoy!</p>
<h2>Reverse Any Given String</h2>
<p><code>function reverseString(tString:String):String {<br />
var tmp_array:Array=tString.split("");<br />
tmp_array.reverse();<br />
var tmpString:String=tmp_array.join("");<br />
return tmpString;<br />
}</code></p>
<h2>Source Demonstration</h2>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_ReverseString_699692718"
			class="flashmovie"
			width="510"
			height="160">
	<param name="movie" value="http://flashspeaksactionscript.com/files/reverse-string/ReverseString.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://flashspeaksactionscript.com/files/reverse-string/ReverseString.swf"
			name="fm_ReverseString_699692718"
			width="510"
			height="160">
	<!--<![endif]-->
		<a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<h3><a title="Download Source" href="http://flashspeaksactionscript.com/files/reverse-string/ReverseString.fla" target="_blank">Download source</a></h3>


<p><h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/creating-a-button-using-flasheff-2/' rel='bookmark' title='Permanent Link: Creating a Button Using FlashEff 2'>Creating a Button Using FlashEff 2</a></li><li><a href='http://flashspeaksactionscript.com/smart-swf-optimization-with-custom-framerates/' rel='bookmark' title='Permanent Link: Smart SWF Optimization with Custom Framerates'>Smart SWF Optimization with Custom Framerates</a></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/afxZlQSMy2pTKQSSzsEGD798AeQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/afxZlQSMy2pTKQSSzsEGD798AeQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/afxZlQSMy2pTKQSSzsEGD798AeQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/afxZlQSMy2pTKQSSzsEGD798AeQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=zR0l0D9Yqu4:0VsMkJOSYcw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=zR0l0D9Yqu4:0VsMkJOSYcw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=zR0l0D9Yqu4:0VsMkJOSYcw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=zR0l0D9Yqu4:0VsMkJOSYcw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=zR0l0D9Yqu4:0VsMkJOSYcw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=zR0l0D9Yqu4:0VsMkJOSYcw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=zR0l0D9Yqu4:0VsMkJOSYcw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=zR0l0D9Yqu4:0VsMkJOSYcw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=zR0l0D9Yqu4:0VsMkJOSYcw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=zR0l0D9Yqu4:0VsMkJOSYcw:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/flashspeaksactionscript/tmgY/~4/zR0l0D9Yqu4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/reverse-any-given-string-using-as3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://flashspeaksactionscript.com/reverse-any-given-string-using-as3/</feedburner:origLink></item>
		<item>
		<title>Adobe Wave: A Wave of Content Right On Your Desktop</title>
		<link>http://feedproxy.google.com/~r/flashspeaksactionscript/tmgY/~3/XiojNTXR7Yg/</link>
		<comments>http://flashspeaksactionscript.com/adobe-wave-on-your-desktop/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 12:00:30 +0000</pubDate>
		<dc:creator>Angel</dc:creator>
				<category><![CDATA[Adobe AIR Applications]]></category>
		<category><![CDATA[Latest Adobe AIR News]]></category>
		<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Adobe Labs]]></category>
		<category><![CDATA[Adobe Max]]></category>
		<category><![CDATA[Adobe Wave]]></category>
		<category><![CDATA[Notifications]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3674</guid>
		<description><![CDATA[At last year's Max conference, a new Adobe technology called Adobe Wave was revealed that demonstrated how web content publishers could easily publish notification to their user's desktops.  The Adobe Wave client is built on Adobe AIR allowing users to receive near real time notifications of new content, a new social interaction, or another notification that the publisher would like to let you know about.


<h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/as3growl-adobe-air-learns-to-growl/' rel='bookmark' title='Permanent Link: As3Growl: Adobe AIR Learns To Growl'>As3Growl: Adobe AIR Learns To Growl</a></li><li><a href='http://flashspeaksactionscript.com/air-iphone-gets-call-notifications/' rel='bookmark' title='Permanent Link: AIR iPhone Gets Call Notifications'>AIR iPhone Gets Call Notifications</a></li><li><a href='http://flashspeaksactionscript.com/flairbuilder-an-adobe-air-based-rapid-prototyping-tool/' rel='bookmark' title='Permanent Link: FlairBuilder: An Adobe AIR Based Rapid Prototyping Tool'>FlairBuilder: An Adobe AIR Based Rapid Prototyping Tool</a></li><li><a href='http://flashspeaksactionscript.com/xmp-library-for-actionscript-released-on-labs/' rel='bookmark' title='Permanent Link: XMP Library For ActionScript Released On Labs'>XMP Library For ActionScript Released On Labs</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-3925" title="Adobe Wave Logo" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/07/adobe-wave-logo.png" alt="Adobe Wave Logo" width="200" height="200" />At last year&#8217;s <a title="Max conference" href="http://max.adobe.com/">Max conference</a>, a new Adobe technology called Adobe Wave was revealed that demonstrated how web content publishers could easily publish notification to their user&#8217;s desktops.  The Adobe Wave client is built on Adobe AIR allowing users to receive near real time notifications of new content, a new social interaction, or another notification that the publisher would like to let you know about.</p>
<p>Earlier this summer, this previewed technology was added to Adobe Labs for both users and publishers.  For those of you that have ever used <a title="Growl notifications" href="http://growl.info/screenshots.php">Growl notifications</a> for Mac OS X, the style of notifications is very similar.</p>
<h2><img class="alignright size-full wp-image-3928" title="Adobe Wave Screenshot" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/10/adobe-wave-screenshot.png" alt="Adobe Wave Screenshot" width="250" height="236" />The Potential of Adobe Wave</h2>
<p>Personally, I feel that Adobe Wave has some legs and if widely adopted can provide a streamlined connection with the content publisher and user.  As web users, we are always looking for a way to stay on top of the web&#8217;s content.  Adobe Wave simply provides content publishers the right tool to do just that in almost real time.</p>
<p>Overall, I think this is an exciting technology and indicates that our needs of how we receive our content are evolving.  This is definitely something I will be keeping a close eye on.  Don&#8217;t forget to check out, the video overview for both <a title="publishers" href="http://labs.adobe.com/technologies/wave/videos/publisher/">publishers</a> and <a title="consumers" href="http://labs.adobe.com/technologies/wave/videos/consumer/">consumers</a>.  Also, for more information, visit <a title="Adobe Wave on Adobe Labs" href="http://labs.adobe.com/technologies/wave/">Adobe Wave on Adobe Labs</a>.</p>


<p><h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/as3growl-adobe-air-learns-to-growl/' rel='bookmark' title='Permanent Link: As3Growl: Adobe AIR Learns To Growl'>As3Growl: Adobe AIR Learns To Growl</a></li><li><a href='http://flashspeaksactionscript.com/air-iphone-gets-call-notifications/' rel='bookmark' title='Permanent Link: AIR iPhone Gets Call Notifications'>AIR iPhone Gets Call Notifications</a></li><li><a href='http://flashspeaksactionscript.com/flairbuilder-an-adobe-air-based-rapid-prototyping-tool/' rel='bookmark' title='Permanent Link: FlairBuilder: An Adobe AIR Based Rapid Prototyping Tool'>FlairBuilder: An Adobe AIR Based Rapid Prototyping Tool</a></li><li><a href='http://flashspeaksactionscript.com/xmp-library-for-actionscript-released-on-labs/' rel='bookmark' title='Permanent Link: XMP Library For ActionScript Released On Labs'>XMP Library For ActionScript Released On Labs</a></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/gzTS4rC1svmR_3JHgpaDFD38lb0/0/da"><img src="http://feedads.g.doubleclick.net/~a/gzTS4rC1svmR_3JHgpaDFD38lb0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gzTS4rC1svmR_3JHgpaDFD38lb0/1/da"><img src="http://feedads.g.doubleclick.net/~a/gzTS4rC1svmR_3JHgpaDFD38lb0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=XiojNTXR7Yg:pZYL2c2Bloo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=XiojNTXR7Yg:pZYL2c2Bloo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=XiojNTXR7Yg:pZYL2c2Bloo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=XiojNTXR7Yg:pZYL2c2Bloo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=XiojNTXR7Yg:pZYL2c2Bloo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=XiojNTXR7Yg:pZYL2c2Bloo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=XiojNTXR7Yg:pZYL2c2Bloo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=XiojNTXR7Yg:pZYL2c2Bloo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=XiojNTXR7Yg:pZYL2c2Bloo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=XiojNTXR7Yg:pZYL2c2Bloo:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/flashspeaksactionscript/tmgY/~4/XiojNTXR7Yg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/adobe-wave-on-your-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://flashspeaksactionscript.com/adobe-wave-on-your-desktop/</feedburner:origLink></item>
		<item>
		<title>Flash Making Its Way To The iPhone?</title>
		<link>http://feedproxy.google.com/~r/flashspeaksactionscript/tmgY/~3/LE4rIQ8Kjbw/</link>
		<comments>http://flashspeaksactionscript.com/flash-making-its-way-to-the-iphone/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 11:00:14 +0000</pubDate>
		<dc:creator>Angel</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Adobe Max]]></category>
		<category><![CDATA[Flash CS5]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Max 2009]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3903</guid>
		<description><![CDATA[The day that many Flash Developers/Designers have been waiting for is finally approaching.  Well...not quite exactly.  Earlier this week at Adobe Max 2009, Adobe provided a sneek-peek to some of the new features that Flash CS5 will be shipping with.  The one feature that is getting many excited(and for good reason) is the ability to export your Flash applications into Apple iPhone applications.


<h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/air-iphone-gets-call-notifications/' rel='bookmark' title='Permanent Link: AIR iPhone Gets Call Notifications'>AIR iPhone Gets Call Notifications</a></li><li><a href='http://flashspeaksactionscript.com/as3-reference-meets-the-iphone/' rel='bookmark' title='Permanent Link: AS3 Reference Meets The iPhone!'>AS3 Reference Meets The iPhone!</a></li><li><a href='http://flashspeaksactionscript.com/falling-balls-watch-out-for-them/' rel='bookmark' title='Permanent Link: Falling Balls: Watch Out For Them!'>Falling Balls: Watch Out For Them!</a></li><li><a href='http://flashspeaksactionscript.com/debugging-your-flash-applications-with-de-monsterdebugger/' rel='bookmark' title='Permanent Link: Debugging Your Flash Applications With De MonsterDebugger'>Debugging Your Flash Applications With De MonsterDebugger</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p><strong> </strong><img class="size-full wp-image-3909 alignnone" title="Flash iPhone Applications" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/10/flash-iphone-applications.png" alt="Flash iPhone Applications" width="500" height="181" /></p>
<p>The day that many Flash Developers/Designers have been waiting for is finally approaching.  Well&#8230;not quite exactly.  Earlier this week at Adobe Max 2009, Adobe provided a sneek-peek to some of the new features that Flash CS5 will be shipping with.  The one feature that is getting many excited(and for good reason) is the ability to export your Flash applications into Apple iPhone applications.</p>
<h3><span id="__end">Export to iPhone</span></h3>
<p><a title="Flash Professional CS5" href="http://labs.adobe.com/technologies/flashcs5/" target="_blank">Flash Professional CS5</a> will allow you to set your publish settings to &#8220;iPhone&#8221;. This will compile your movie as a native iPhone application that can be submitted to the Apple AppStore.</p>
<h3><span id="__end">A New Door Has Opened</span></h3>
<p>This opens a whole new door for Flash Developers/Designers. The ability to get your content displayed to an already trendmously large iPhone user base.  Hey, if this is the compromise of not having a Flash Player based within Safari on the iPhone, then I can definitely live with that.  Quite honestly, this might turn out to be even a better solution.</p>
<h3>Additonal New Features Shipping With Flash CS5</h3>
<p>Along with being able to create iPhone applications, Flash CS5 provides some other sorely needed features like:</p>
<ul>
<li>Improved ActionScript editor</li>
<li>Code Snippets panel</li>
<li>Flash Builder integration</li>
<li>XML based FLA files</li>
</ul>
<h2><strong>Resources:</strong></h2>
<h3>Article: Developing for the Apple iPhone using Flash</h3>
<p><a id="ewl9" title="Aditya Bansodof of Adobe" href="http://www.adobe.com/devnet/logged_in/abansod_iphone.html">Aditya Bansodof of Adobe</a> breaks down how this all came about.  He gives a breakdown on the technology behind this conversion and how to go about creating/submitting a Flash generated iPhone application.</p>
<h3><strong>Video: Building Applications For iPhone With Flash Professional CS5</strong></h3>
<p>Learn how Adobe is working to bring Adobe technologies out of the desktop and onto a the iPhone. Learn how Flash Professional and the Flash platform will add capabilities to help developers iPhone enable, test, and publish their content.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="256" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="FlashVars" value="fileID=2421&amp;context=162&amp;embeded=true&amp;environment=production" /><param name="src" value="http://images.tv.adobe.com//swf/player.swf" /><param name="flashvars" value="fileID=2421&amp;context=162&amp;embeded=true&amp;environment=production" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="256" src="http://images.tv.adobe.com//swf/player.swf" flashvars="fileID=2421&amp;context=162&amp;embeded=true&amp;environment=production" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3>Current Flash Apps Already Available via the Apple App Store</h3>
<p><img class="alignleft size-full wp-image-3904" title="Fickleblox Flash iPhone Game" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/10/fickleblox-flash-iphone.png" alt="Fickleblox Flash iPhone Game" width="150" height="150" />Loving the hype!  You can already check out a <a title="Handful of Flash generated iPhone applications" href="http://labs.adobe.com/technologies/flashcs5/appsfor_iphone/#examples">handful of Flash generated iPhone applications</a> via the Apple App Store.  The list of Applications include <a title="Chroma Circuit" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=331078068&amp;mt=8">Chroma Circuit</a>, <a title="Trading Stuff" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=331031044&amp;mt=8">Trading Stuff</a>, <a title="Fickleblox" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=330996323&amp;mt=8">Fickleblox</a>, <a title="Just Letters" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=331034020&amp;mt=8">Just Letters</a>, <a title="South Park" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=331751052&amp;mt=8">South Park</a>, <a title="That Roach Game" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=331141362&amp;mt=8">That Roach Game</a>, and <a title="Red Hood" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=331140070&amp;mt=8">Red Hood</a>. Enjoy!</p>
<p>For more additional resources and an update on release of Flash CS5, check out <a title="Adobe Flash Professional CS5" href="http://labs.adobe.com/technologies/flashcs5/" target="_blank">Flash CS5 on Adobe Labs</a>.  Also, Flash CS5 beta is expected to be released prior to year&#8217;s end so be sure to <a title="Sign up to be notified when the beta starts. " href="http://www.adobe.com/go/flashprobetanotify" target="_blank">sign up to get notified</a> when that does happen.</p>


<p><h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/air-iphone-gets-call-notifications/' rel='bookmark' title='Permanent Link: AIR iPhone Gets Call Notifications'>AIR iPhone Gets Call Notifications</a></li><li><a href='http://flashspeaksactionscript.com/as3-reference-meets-the-iphone/' rel='bookmark' title='Permanent Link: AS3 Reference Meets The iPhone!'>AS3 Reference Meets The iPhone!</a></li><li><a href='http://flashspeaksactionscript.com/falling-balls-watch-out-for-them/' rel='bookmark' title='Permanent Link: Falling Balls: Watch Out For Them!'>Falling Balls: Watch Out For Them!</a></li><li><a href='http://flashspeaksactionscript.com/debugging-your-flash-applications-with-de-monsterdebugger/' rel='bookmark' title='Permanent Link: Debugging Your Flash Applications With De MonsterDebugger'>Debugging Your Flash Applications With De MonsterDebugger</a></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/HU3zTIFz9L3S4L9CWU_pFeISm2s/0/da"><img src="http://feedads.g.doubleclick.net/~a/HU3zTIFz9L3S4L9CWU_pFeISm2s/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/HU3zTIFz9L3S4L9CWU_pFeISm2s/1/da"><img src="http://feedads.g.doubleclick.net/~a/HU3zTIFz9L3S4L9CWU_pFeISm2s/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=LE4rIQ8Kjbw:akUyXlDqT4o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=LE4rIQ8Kjbw:akUyXlDqT4o:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=LE4rIQ8Kjbw:akUyXlDqT4o:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=LE4rIQ8Kjbw:akUyXlDqT4o:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=LE4rIQ8Kjbw:akUyXlDqT4o:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=LE4rIQ8Kjbw:akUyXlDqT4o:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=LE4rIQ8Kjbw:akUyXlDqT4o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=LE4rIQ8Kjbw:akUyXlDqT4o:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=LE4rIQ8Kjbw:akUyXlDqT4o:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=LE4rIQ8Kjbw:akUyXlDqT4o:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/flashspeaksactionscript/tmgY/~4/LE4rIQ8Kjbw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/flash-making-its-way-to-the-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://flashspeaksactionscript.com/flash-making-its-way-to-the-iphone/</feedburner:origLink></item>
		<item>
		<title>Adobe TV Redesigned and Looking Fine!</title>
		<link>http://feedproxy.google.com/~r/flashspeaksactionscript/tmgY/~3/Iwv9Knxaia4/</link>
		<comments>http://flashspeaksactionscript.com/adobe-tv-redesigned-and-looking-fine/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 14:00:58 +0000</pubDate>
		<dc:creator>Angel</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Adobe TV]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3892</guid>
		<description><![CDATA[Adobe TV gets a long awaited redesign that I am sure all users will come to love and appreciate.  While the original Adobe TV got the job done, it simply was not up to par in comparison to other popular video sharing sites.  I personally feel these new features add so much more value to Adobe TV.  It now feels more natural of an experience.


<h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/redesigned-flashtv-gets-a-new-do/' rel='bookmark' title='Permanent Link: Redesigned &#8211; FlashTV Gets A New Do'>Redesigned &#8211; FlashTV Gets A New Do</a></li><li><a href='http://flashspeaksactionscript.com/adobe-releases-the-new-as3-facebook-api/' rel='bookmark' title='Permanent Link: Adobe Releases the New AS3 Facebook API'>Adobe Releases the New AS3 Facebook API</a></li><li><a href='http://flashspeaksactionscript.com/share-adobe-max-2009-widget-win-free-pass/' rel='bookmark' title='Permanent Link: Share Adobe Max 2009 Widget, Win Free Pass'>Share Adobe Max 2009 Widget, Win Free Pass</a></li><li><a href='http://flashspeaksactionscript.com/video-hive-is-now-live/' rel='bookmark' title='Permanent Link: Video Hive Is Now Live!'>Video Hive Is Now Live!</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p><a href="http://tv.adobe.com/"><img class="size-full wp-image-3894 alignnone" title="Adobe TV Redesign" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/09/adobe-tv-redesign.png" alt="Adobe TV Redesign" width="500" height="352" /></a></p>
<p>Adobe TV gets a long awaited redesign that I am sure all users will come to love and appreciate.  While the original Adobe TV got the job done, it simply was not up to par in comparison to other popular video sharing sites.  I personally feel these new features add so much more value to Adobe TV.  It now feels more natural of an experience.</p>
<h2><strong>New Features Added to Adobe TV are:</strong></h2>
<ul>
<li>Loading speeds vastly improved</li>
<li>Easier/faster search capabilities</li>
<li>Customizable home pages</li>
<li>Save your favorite videos to a personal library</li>
<li>Post videos directly to your favorite social network</li>
</ul>
<h2><strong>Video: Adobe TV Wasn&#8217;t Built in a Day</strong></h2>
<p>Check out this video and let the Adobe ones break down these new feature upgrades.  Also, don&#8217;t forget to visit Adobe TV to experience these new features yourself.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="301" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="FlashVars" value="fileID=2183&amp;context=2&amp;embeded=true&amp;environment=production" /><param name="src" value="http://images.tv.adobe.com//swf/player.swf" /><param name="flashvars" value="fileID=2183&amp;context=2&amp;embeded=true&amp;environment=production" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="301" src="http://images.tv.adobe.com//swf/player.swf" flashvars="fileID=2183&amp;context=2&amp;embeded=true&amp;environment=production" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>


<p><h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/redesigned-flashtv-gets-a-new-do/' rel='bookmark' title='Permanent Link: Redesigned &#8211; FlashTV Gets A New Do'>Redesigned &#8211; FlashTV Gets A New Do</a></li><li><a href='http://flashspeaksactionscript.com/adobe-releases-the-new-as3-facebook-api/' rel='bookmark' title='Permanent Link: Adobe Releases the New AS3 Facebook API'>Adobe Releases the New AS3 Facebook API</a></li><li><a href='http://flashspeaksactionscript.com/share-adobe-max-2009-widget-win-free-pass/' rel='bookmark' title='Permanent Link: Share Adobe Max 2009 Widget, Win Free Pass'>Share Adobe Max 2009 Widget, Win Free Pass</a></li><li><a href='http://flashspeaksactionscript.com/video-hive-is-now-live/' rel='bookmark' title='Permanent Link: Video Hive Is Now Live!'>Video Hive Is Now Live!</a></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/Ru2zNynPF-DFAwqAdLDeohbIsps/0/da"><img src="http://feedads.g.doubleclick.net/~a/Ru2zNynPF-DFAwqAdLDeohbIsps/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Ru2zNynPF-DFAwqAdLDeohbIsps/1/da"><img src="http://feedads.g.doubleclick.net/~a/Ru2zNynPF-DFAwqAdLDeohbIsps/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=Iwv9Knxaia4:Vc8oLvpk3XE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=Iwv9Knxaia4:Vc8oLvpk3XE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=Iwv9Knxaia4:Vc8oLvpk3XE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=Iwv9Knxaia4:Vc8oLvpk3XE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=Iwv9Knxaia4:Vc8oLvpk3XE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=Iwv9Knxaia4:Vc8oLvpk3XE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=Iwv9Knxaia4:Vc8oLvpk3XE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=Iwv9Knxaia4:Vc8oLvpk3XE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=Iwv9Knxaia4:Vc8oLvpk3XE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=Iwv9Knxaia4:Vc8oLvpk3XE:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/flashspeaksactionscript/tmgY/~4/Iwv9Knxaia4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/adobe-tv-redesigned-and-looking-fine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://flashspeaksactionscript.com/adobe-tv-redesigned-and-looking-fine/</feedburner:origLink></item>
		<item>
		<title>Having Fun Promoting Adobe MAX!</title>
		<link>http://feedproxy.google.com/~r/flashspeaksactionscript/tmgY/~3/mwQwpki3Kus/</link>
		<comments>http://flashspeaksactionscript.com/having-fun-promoting-adobe-max/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 12:00:27 +0000</pubDate>
		<dc:creator>Angel</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Adobe Max]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Viral]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3881</guid>
		<description><![CDATA[With Adobe Max 2009 slowly approaching, there is nothing like a little promotional humor.  With all the personalities in the industry, it is always nice to catch them in a moment of humor.  Check out this promotional Adobe Max video starring Lee Brimelow, Phillip Kerman and the PR guy.  Funny!


<h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/adobe-tv-redesigned-and-looking-fine/' rel='bookmark' title='Permanent Link: Adobe TV Redesigned and Looking Fine!'>Adobe TV Redesigned and Looking Fine!</a></li><li><a href='http://flashspeaksactionscript.com/create-3d-flash-video-without-any-code/' rel='bookmark' title='Permanent Link: Create 3D Flash Video Without Any Code'>Create 3D Flash Video Without Any Code</a></li><li><a href='http://flashspeaksactionscript.com/adobe-releases-the-new-as3-facebook-api/' rel='bookmark' title='Permanent Link: Adobe Releases the New AS3 Facebook API'>Adobe Releases the New AS3 Facebook API</a></li><li><a href='http://flashspeaksactionscript.com/grab-the-flasher-magazine-video-player/' rel='bookmark' title='Permanent Link: Grab the Flasher Magazine Video Player'>Grab the Flasher Magazine Video Player</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p>With <a title="Welcome to Adobe Max " href="http://max.adobe.com/" target="_blank">Adobe Max 2009</a> slowly approaching, there is nothing like a little promotional humor.  With all the personalities in the industry, it is always nice to catch them in a moment of humor.  Check out this promotional Adobe Max video starring <a title="The Flash Blog" href="http://theflashblog.com/" target="_blank">Lee Brimelow</a>, <a title="Work and life of a contract programmer..." href="http://phillipkerman.com/blog/" target="_blank">Phillip Kerman</a> and the PR guy.  Funny!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ENTDi_9VIzg&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/ENTDi_9VIzg&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>


<p><h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/adobe-tv-redesigned-and-looking-fine/' rel='bookmark' title='Permanent Link: Adobe TV Redesigned and Looking Fine!'>Adobe TV Redesigned and Looking Fine!</a></li><li><a href='http://flashspeaksactionscript.com/create-3d-flash-video-without-any-code/' rel='bookmark' title='Permanent Link: Create 3D Flash Video Without Any Code'>Create 3D Flash Video Without Any Code</a></li><li><a href='http://flashspeaksactionscript.com/adobe-releases-the-new-as3-facebook-api/' rel='bookmark' title='Permanent Link: Adobe Releases the New AS3 Facebook API'>Adobe Releases the New AS3 Facebook API</a></li><li><a href='http://flashspeaksactionscript.com/grab-the-flasher-magazine-video-player/' rel='bookmark' title='Permanent Link: Grab the Flasher Magazine Video Player'>Grab the Flasher Magazine Video Player</a></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/zNKdvXBU2zeSxd3EX2B15p1iBJ0/0/da"><img src="http://feedads.g.doubleclick.net/~a/zNKdvXBU2zeSxd3EX2B15p1iBJ0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/zNKdvXBU2zeSxd3EX2B15p1iBJ0/1/da"><img src="http://feedads.g.doubleclick.net/~a/zNKdvXBU2zeSxd3EX2B15p1iBJ0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=mwQwpki3Kus:FJwy48wBBws:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=mwQwpki3Kus:FJwy48wBBws:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=mwQwpki3Kus:FJwy48wBBws:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=mwQwpki3Kus:FJwy48wBBws:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=mwQwpki3Kus:FJwy48wBBws:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=mwQwpki3Kus:FJwy48wBBws:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=mwQwpki3Kus:FJwy48wBBws:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=mwQwpki3Kus:FJwy48wBBws:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=mwQwpki3Kus:FJwy48wBBws:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=mwQwpki3Kus:FJwy48wBBws:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/flashspeaksactionscript/tmgY/~4/mwQwpki3Kus" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/having-fun-promoting-adobe-max/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://flashspeaksactionscript.com/having-fun-promoting-adobe-max/</feedburner:origLink></item>
		<item>
		<title>FluidHTML: A Markup Language That Generates Flash Content</title>
		<link>http://feedproxy.google.com/~r/flashspeaksactionscript/tmgY/~3/11ZZyz_QAUY/</link>
		<comments>http://flashspeaksactionscript.com/fluidhtml-a-markup-language-that-generates-flash-content/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 12:00:35 +0000</pubDate>
		<dc:creator>Angel</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FluidHTML]]></category>
		<category><![CDATA[SEO + Flash]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3872</guid>
		<description><![CDATA[FluidHtml is a text-based markup language (like HTML) that lets you dynamically generate Flash  content. This is an extraordinarily powerful idea.  It means that anyone can build highly animated websites, ads, media players and 3D animations quickly and easily.


<h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/googles-vision-of-flash-content/' rel='bookmark' title='Permanent Link: Google&#8217;s Vision of Flash Content Gets a Little Clearer'>Google&#8217;s Vision of Flash Content Gets a Little Clearer</a></li><li><a href='http://flashspeaksactionscript.com/as3-texteditor-lite-an-open-source-as3-text-editor/' rel='bookmark' title='Permanent Link: AS3 TextEditor Lite: An Open-Source AS3 Text Editor'>AS3 TextEditor Lite: An Open-Source AS3 Text Editor</a></li><li><a href='http://flashspeaksactionscript.com/smart-swf-optimization-with-custom-framerates/' rel='bookmark' title='Permanent Link: Smart SWF Optimization with Custom Framerates'>Smart SWF Optimization with Custom Framerates</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p><strong> </strong><img class="alignleft size-full wp-image-3873" title="FluidHTML" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/09/fluid-html-flash.png" alt="FluidHTML" width="200" height="200" />&#8220;FluidHtml is a text-based markup language (like HTML) that lets you dynamically generate Flash  content. This is an extraordinarily powerful idea.  It means that anyone can build highly animated websites, ads, media players and 3D animations quickly and easily.&#8221;</p>
<p><a title="A Markup Language That Generates Flash" href="http://www.fluidhtml.com" target="_blank">FluidHTML</a> looks to be an innovative concept and may address current issues related to Flash content on the web.  However, I believe web designers/developers who currently use HTML/CSS might find this much more attractive than Flash designers/developers.</p>
<p>I really like the concept of offering an extensible API and opening it up to developers, but is this going to be a viable markup language 5 years from now or is it just a phase.  As ActionScript libraries that support browser-like functionality improve and as Google and Yahoo&#8217;s search engine&#8217;s begin to recognize the text within Flash files, does FluidHTML really fix anything that isn&#8217;t already steadily improving.</p>
<p>I believe FluidHTML does have potential however, I am not sure if Flash designers/developers will buy into the concept.  Check out the introductory video below on FluidHTML.  I&#8217;d love to hear how you guys feel about FluidHTML after viewing the video.  <em><strong>Would you consider using it?</strong></em><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="386" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="loc=%2F&amp;autoplay=false&amp;vid=2162267" /><param name="src" value="http://www.ustream.tv/flash/video/2162267" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="386" src="http://www.ustream.tv/flash/video/2162267" allowfullscreen="true" flashvars="loc=%2F&amp;autoplay=false&amp;vid=2162267"></embed></object></p>


<p><h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/googles-vision-of-flash-content/' rel='bookmark' title='Permanent Link: Google&#8217;s Vision of Flash Content Gets a Little Clearer'>Google&#8217;s Vision of Flash Content Gets a Little Clearer</a></li><li><a href='http://flashspeaksactionscript.com/as3-texteditor-lite-an-open-source-as3-text-editor/' rel='bookmark' title='Permanent Link: AS3 TextEditor Lite: An Open-Source AS3 Text Editor'>AS3 TextEditor Lite: An Open-Source AS3 Text Editor</a></li><li><a href='http://flashspeaksactionscript.com/smart-swf-optimization-with-custom-framerates/' rel='bookmark' title='Permanent Link: Smart SWF Optimization with Custom Framerates'>Smart SWF Optimization with Custom Framerates</a></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/zohz8Aor1QXHf8YZ8uYEd4JHskY/0/da"><img src="http://feedads.g.doubleclick.net/~a/zohz8Aor1QXHf8YZ8uYEd4JHskY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/zohz8Aor1QXHf8YZ8uYEd4JHskY/1/da"><img src="http://feedads.g.doubleclick.net/~a/zohz8Aor1QXHf8YZ8uYEd4JHskY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=11ZZyz_QAUY:aLd-fAfhvHs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=11ZZyz_QAUY:aLd-fAfhvHs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=11ZZyz_QAUY:aLd-fAfhvHs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=11ZZyz_QAUY:aLd-fAfhvHs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=11ZZyz_QAUY:aLd-fAfhvHs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=11ZZyz_QAUY:aLd-fAfhvHs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=11ZZyz_QAUY:aLd-fAfhvHs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=11ZZyz_QAUY:aLd-fAfhvHs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=11ZZyz_QAUY:aLd-fAfhvHs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=11ZZyz_QAUY:aLd-fAfhvHs:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/flashspeaksactionscript/tmgY/~4/11ZZyz_QAUY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/fluidhtml-a-markup-language-that-generates-flash-content/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://flashspeaksactionscript.com/fluidhtml-a-markup-language-that-generates-flash-content/</feedburner:origLink></item>
		<item>
		<title>Flash and Flex Developer’s Magazine</title>
		<link>http://feedproxy.google.com/~r/flashspeaksactionscript/tmgY/~3/Bl5Pd3HO2PA/</link>
		<comments>http://flashspeaksactionscript.com/flash-and-flex-developers-magazine/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 12:00:54 +0000</pubDate>
		<dc:creator>Angel</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Free]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3853</guid>
		<description><![CDATA[Flash and Flex Developer's Magazine is one of few magazines that target Flash and Flex development.   They recently decided to digital and completely free, so download your copy now!


<h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/flasher-magazine-is-now-live/' rel='bookmark' title='Permanent Link: Flasher Magazine Is Now Live!'>Flasher Magazine Is Now Live!</a></li><li><a href='http://flashspeaksactionscript.com/grab-the-flasher-magazine-video-player/' rel='bookmark' title='Permanent Link: Grab the Flasher Magazine Video Player'>Grab the Flasher Magazine Video Player</a></li><li><a href='http://flashspeaksactionscript.com/becoming-an-experienced-flash-developer/' rel='bookmark' title='Permanent Link: Becoming An Experienced Flash Developer'>Becoming An Experienced Flash Developer</a></li><li><a href='http://flashspeaksactionscript.com/flash-making-its-way-to-the-iphone/' rel='bookmark' title='Permanent Link: Flash Making Its Way To The iPhone?'>Flash Making Its Way To The iPhone?</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-3858" title="Study of Flash Media Server" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/09/flash-flex-mag-05-09.png" alt="Study of Flash Media Server" width="200" height="200" /><a title="Flash &amp; Flex Developer's Magazine" href="http://ffdmag.com/" target="_blank">Flash and Flex Developer&#8217;s Magazine</a> is one of few magazines that target Flash and Flex development.  It offers tutorials, product reviews, and articles from the industry&#8217;s talent.  Recently, this up and coming magazine subscription has gone digital and completely FREE!</p>
<p>September marks the first month of this free digital publication.  They are also, providing downloads from previous months.</p>
<p><a title="Download the current version" href="http://ffdmag.com/prt/view/about-the-mag/issue/1066.html" target="_blank">Download your copy now!</a></p>
<h2>Current Issue: <span><strong>Study of Flash Media Server</strong></span></h2>
<p><a href="http://ffdmag.com/prt/view/about-the-mag/issue/1066.html"><img class="alignleft size-full wp-image-3855" title="Flash &amp; Flex Magazine 05 2009" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/09/flash-flex-magazine-05-2009.jpg" alt="Flash &amp; Flex Magazine 05 2009" width="120" height="173" /></a></p>
<ul>
<li><span>Putting “Brains” into Flash Apps&#8230;</span></li>
<li><span>News Digital Media Toyota Tarago Campaign Driving a Difference&#8230;</span></li>
<li><span>Working with MySQL Database from Flash Media Server Server-Side<br />
</span></li>
<li><span>Adobe Flash Media Server 3.5&#8230;</span></li>
<li><span>Streaming to Flash and iPhone with Wowza Media Server 2 Advanced&#8230;</span></li>
<li><span>Wowza Media Server&#8230;</span></li>
<li><span>Options When Planning a Video Application With FMS&#8230;</span></li>
</ul>
<h2>Previous Issue: <span>Branding for Developers</span></h2>
<p><a href="http://ffdmag.com/prt/view/about-the-mag/issue/1048.html"><img class="alignleft size-full wp-image-3854" title="Flash &amp; Flex Magazine 04 2009" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/09/flash-flex-magazine-04-2009.jpg" alt="Flash &amp; Flex Magazine 04 2009" width="120" height="173" /></a></p>
<ul>
<li><span>Creating a game using WOW-Engine&#8230;</span></li>
<li><span>How to monetize your game?&#8230;</span></li>
<li><span>So you&#8217;ve written your AIR application, now what?</span></li>
<li><span>Five Reasons Enterprise Developers Learn Flex&#8230;</span></li>
<li><span>Bring Flash content into the social realm of Facebook&#8230;</span></li>
<li><span>Rich Components with Flash and Flex&#8230;</span></li>
<li><span>ActionScript 3.0 programming paradigms, and code organization Through OOP</span></li>
</ul>


<p><h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/flasher-magazine-is-now-live/' rel='bookmark' title='Permanent Link: Flasher Magazine Is Now Live!'>Flasher Magazine Is Now Live!</a></li><li><a href='http://flashspeaksactionscript.com/grab-the-flasher-magazine-video-player/' rel='bookmark' title='Permanent Link: Grab the Flasher Magazine Video Player'>Grab the Flasher Magazine Video Player</a></li><li><a href='http://flashspeaksactionscript.com/becoming-an-experienced-flash-developer/' rel='bookmark' title='Permanent Link: Becoming An Experienced Flash Developer'>Becoming An Experienced Flash Developer</a></li><li><a href='http://flashspeaksactionscript.com/flash-making-its-way-to-the-iphone/' rel='bookmark' title='Permanent Link: Flash Making Its Way To The iPhone?'>Flash Making Its Way To The iPhone?</a></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/RkqBHbbiMXkuKr6MC_NxsxaTJTM/0/da"><img src="http://feedads.g.doubleclick.net/~a/RkqBHbbiMXkuKr6MC_NxsxaTJTM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/RkqBHbbiMXkuKr6MC_NxsxaTJTM/1/da"><img src="http://feedads.g.doubleclick.net/~a/RkqBHbbiMXkuKr6MC_NxsxaTJTM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=Bl5Pd3HO2PA:zlaXoKI1e4E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=Bl5Pd3HO2PA:zlaXoKI1e4E:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=Bl5Pd3HO2PA:zlaXoKI1e4E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=Bl5Pd3HO2PA:zlaXoKI1e4E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=Bl5Pd3HO2PA:zlaXoKI1e4E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=Bl5Pd3HO2PA:zlaXoKI1e4E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=Bl5Pd3HO2PA:zlaXoKI1e4E:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=Bl5Pd3HO2PA:zlaXoKI1e4E:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=Bl5Pd3HO2PA:zlaXoKI1e4E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=Bl5Pd3HO2PA:zlaXoKI1e4E:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/flashspeaksactionscript/tmgY/~4/Bl5Pd3HO2PA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/flash-and-flex-developers-magazine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://flashspeaksactionscript.com/flash-and-flex-developers-magazine/</feedburner:origLink></item>
		<item>
		<title>FlashEff 2 Giveaway: Win a Premium Unlimited License</title>
		<link>http://feedproxy.google.com/~r/flashspeaksactionscript/tmgY/~3/-c23I327Hcc/</link>
		<comments>http://flashspeaksactionscript.com/flasheff-2-giveaway-win-a-premium-unlimited-license/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 12:00:29 +0000</pubDate>
		<dc:creator>Angel</dc:creator>
				<category><![CDATA[Contest Giveaways]]></category>
		<category><![CDATA[FlashEff]]></category>
		<category><![CDATA[giveaway]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3845</guid>
		<description><![CDATA[Thanks to the guys over at Jumpeye, I have two premium unlimited licenses(valued at $99) that I will be distributing to two lucky users.  To win a license, be sure to provide a comment stating how FlashEff can be useful to you.  There must be an unlimited amount of ways to integrate FlashEff into your project workflow, let's hear yours.


<h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/multiple-flairbuilder-license-giveaway/' rel='bookmark' title='Permanent Link: Multiple FlairBuilder License Giveaway'>Multiple FlairBuilder License Giveaway</a></li><li><a href='http://flashspeaksactionscript.com/creating-a-button-using-flasheff-2/' rel='bookmark' title='Permanent Link: Creating a Button Using FlashEff 2'>Creating a Button Using FlashEff 2</a></li><li><a href='http://flashspeaksactionscript.com/flasheff-2-still-the-most-innovative-flash-animation-tool/' rel='bookmark' title='Permanent Link: FlashEff 2: Still The Most Innovative Flash Animation Tool'>FlashEff 2: Still The Most Innovative Flash Animation Tool</a></li><li><a href='http://flashspeaksactionscript.com/txeff2-an-improved-update-to-an-already-impresive-tool/' rel='bookmark' title='Permanent Link: TxEff2: An Improved Update To An Already Impresive Tool'>TxEff2: An Improved Update To An Already Impresive Tool</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="FlashEff" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/08/flasheff-2-banner-2.png" alt="" width="200" height="200" />Thanks to the guys over at <a title="Jumpeye Flash Components" href="http://www.jumpeyecomponents.com/?ref=1246956ad5r623" target="_blank"><span>Jumpeye</span></a>, I have two<strong> premium </strong><strong>unlimited</strong><strong> licenses</strong>(valued at $99) that I will be distributing to two lucky users.  To win a <span>license</span>, be sure to provide a comment stating how <span>FlashEff</span> can be useful to you.  There must be an unlimited amount of ways to integrate <span>FlashEff</span> into your project <span>workflow</span>, let&#8217;s hear yours.</p>
<p>Comments entry will be closed next Friday, September 18<span>th</span>.  Users will be notified the following Monday.  Good luck!</p>
<h2>Update:</h2>
<p>Two winners, <strong>Nicolas</strong> and  <strong>Paulo Figueiredo</strong>, were selected with the ‘true random’ number generator at <a href="http://random.org/">random.org</a> and have been notified via email.  Thanks to those that commented.</p>
<div id="evernote_clip_form" style="display: none;">
<form action="http://www.evernote.com/clip.action" accept-charset="UTF-8" enctype="application/x-www-form-urlencoded" method="POST">
<input name="url" type="text" />
<input name="format" type="text" /><textarea name="body"></textarea></p>
<input name="title" type="text" /></form>
</div>


<p><h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/multiple-flairbuilder-license-giveaway/' rel='bookmark' title='Permanent Link: Multiple FlairBuilder License Giveaway'>Multiple FlairBuilder License Giveaway</a></li><li><a href='http://flashspeaksactionscript.com/creating-a-button-using-flasheff-2/' rel='bookmark' title='Permanent Link: Creating a Button Using FlashEff 2'>Creating a Button Using FlashEff 2</a></li><li><a href='http://flashspeaksactionscript.com/flasheff-2-still-the-most-innovative-flash-animation-tool/' rel='bookmark' title='Permanent Link: FlashEff 2: Still The Most Innovative Flash Animation Tool'>FlashEff 2: Still The Most Innovative Flash Animation Tool</a></li><li><a href='http://flashspeaksactionscript.com/txeff2-an-improved-update-to-an-already-impresive-tool/' rel='bookmark' title='Permanent Link: TxEff2: An Improved Update To An Already Impresive Tool'>TxEff2: An Improved Update To An Already Impresive Tool</a></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/XNX-rGv2uZ-sr_2UbKhU1PzwrE0/0/da"><img src="http://feedads.g.doubleclick.net/~a/XNX-rGv2uZ-sr_2UbKhU1PzwrE0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/XNX-rGv2uZ-sr_2UbKhU1PzwrE0/1/da"><img src="http://feedads.g.doubleclick.net/~a/XNX-rGv2uZ-sr_2UbKhU1PzwrE0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=-c23I327Hcc:7pksdV4L9SI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=-c23I327Hcc:7pksdV4L9SI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=-c23I327Hcc:7pksdV4L9SI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=-c23I327Hcc:7pksdV4L9SI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=-c23I327Hcc:7pksdV4L9SI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=-c23I327Hcc:7pksdV4L9SI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=-c23I327Hcc:7pksdV4L9SI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=-c23I327Hcc:7pksdV4L9SI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=-c23I327Hcc:7pksdV4L9SI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=-c23I327Hcc:7pksdV4L9SI:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/flashspeaksactionscript/tmgY/~4/-c23I327Hcc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/flasheff-2-giveaway-win-a-premium-unlimited-license/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://flashspeaksactionscript.com/flasheff-2-giveaway-win-a-premium-unlimited-license/</feedburner:origLink></item>
		<item>
		<title>Creating a Button Using FlashEff 2</title>
		<link>http://feedproxy.google.com/~r/flashspeaksactionscript/tmgY/~3/93O6qu3fMtU/</link>
		<comments>http://flashspeaksactionscript.com/creating-a-button-using-flasheff-2/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 12:00:20 +0000</pubDate>
		<dc:creator>Angel</dc:creator>
				<category><![CDATA[Flash Tools]]></category>
		<category><![CDATA[Flash Tutorials]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[Flash Component]]></category>
		<category><![CDATA[Flash CS4]]></category>
		<category><![CDATA[FlashEff]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3821</guid>
		<description><![CDATA[In a previous post, I introduced the release of FlashEff 2 as an innovative Flash animation tool. In an attempt to prove my point, I am going to demonstrate how you can use FlashEff2 to create a button using a MovieClip object.  While FlashEff can handle so much more, see how streamlined this process becomes with the use of FlashEff.


<h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/flasheff-2-still-the-most-innovative-flash-animation-tool/' rel='bookmark' title='Permanent Link: FlashEff 2: Still The Most Innovative Flash Animation Tool'>FlashEff 2: Still The Most Innovative Flash Animation Tool</a></li><li><a href='http://flashspeaksactionscript.com/moving-from-flash-as2-to-flash-as3-dynamic-movieclip-creation/' rel='bookmark' title='Permanent Link: Moving From Flash AS2 to Flash AS3: Dynamic MovieClip Creation'>Moving From Flash AS2 to Flash AS3: Dynamic MovieClip Creation</a></li><li><a href='http://flashspeaksactionscript.com/keyboard-interactivity-within-as3/' rel='bookmark' title='Permanent Link: Keyboard Interactivity Within AS3'>Keyboard Interactivity Within AS3</a></li><li><a href='http://flashspeaksactionscript.com/moving-from-as2-to-as3-creating-dynamic-masks/' rel='bookmark' title='Permanent Link: Moving From AS2 to AS3: Creating Dynamic Masks'>Moving From AS2 to AS3: Creating Dynamic Masks</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-3829" title="FlashEff: Button Mode" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/09/flasheff-button-mode.png" alt="FlashEff: Button Mode" width="200" height="200" />In a previous post, I introduced the <a title="FlashEff 2: Still The Most Innovative Flash Animation Tool" href="http://flashspeaksactionscript.com/flasheff-2-still-the-most-innovative-flash-animation-tool/" target="_blank">release of FlashEff 2</a> as an innovative Flash animation tool.  In an attempt to prove my point, I am going to demonstrate how you can use FlashEff 2 to create a button using a MovieClip object.</p>
<p>OK, I know some of you might be thinking, a button?  Well, creating a button in AS3 can be somewhat of a pain.  After you get through creating your buttons, adding its functionality along with creating its appropriate event listeners; this process can get very old and tiring.  Since FlashEff is here to simplify your workflow, why not let FlashEff handle your button&#8217;s functionality, animation and event listener creation.</p>
<h2>Using Button Mode</h2>
<p>In FlashEff 2, you can edit a button using its Button mode.  This mode will allow you to assign your button some actions like <strong>following an URL, calling a function, or even going to a different frame</strong> whenever it gets clicked.  All this without  one single line of ActionScript.  Here&#8217;s how!</p>
<h2>Creating a Button Object</h2>
<p>I am going to take a button graphic/design and create a MovieClip out of it.  Once created, I will go into my Component Panel and drag a copy of the <strong>FlashEff2Button component</strong> onto my newly created MovieClip.  One other great thing about FlashEff is that upon dragging a copy of its component onto the target object it will snap to the target&#8217;s 0,0 position.</p>
<p><img class="aligncenter size-full wp-image-3825" title="FlashEff: Snap to Object" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/09/flasheff-snap-to-object.png" alt="FlashEff: Snap to Object" width="500" height="150" /></p>
<p><em>Now it is time to toy around with the FlashEff Panel. </em></p>
<h2>Using the FlashEff Panel</h2>
<p>The FlashEff Panel is where all of the magic happens.  Here you can select any of the preset effects/animations that an object can have.  Once you&#8217;ve added a preset, you can then preview an example of it via the live preview feature of the panel.  <a title="FlashEff 2 Panel Demo" href="http://www.flasheff.com/onlinetestdrive/?ref=8ed71ad009r709" target="_blank">Take it for a test drive</a>.</p>
<p><img class="aligncenter size-full wp-image-3824" title="FlashEff Panel" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/09/flasheff-panel.png" alt="FlashEff Panel" /></p>
<h2>Adding my Button Effect/Animation</h2>
<p>In this example, I will select the &#8220;HappyTurn&#8221; preset.  Now, if I wanted to I can modify the presets; allowing me to then save my own &#8220;custom&#8221; preset.  <em>(Feature available only if you have the Premium Plus license)</em> You can also adjust the tween type and speed for the <strong>up, over, and down</strong> button states. Just to keep things simple, I won&#8217;t be doing any of that.</p>
<p><img class="aligncenter size-full wp-image-3823" title="FlashEff: Happyturn Preset" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/09/flasheff-happyturn-preset.png" alt="FlashEff: Happyturn Preset" width="500" height="150" /></p>
<h2>Adding Commands to the Button</h2>
<p>FlashEff&#8217;s Button mode comes equipped with its assortment of commands that you can trigger upon press.  They include <strong>adding a sound, calling a function, going to a keyframe, navigating to a URL, playing back a sound, and switching objects.</strong> Also, you can even stack these commands which will allow you to trigger a sound, call a function, and navigate to a URL on one press.</p>
<p>In this example, I will be adding a sound playback on press along with an event to navigate to a URL upon double clicking the button object. When attaching a sound you can identify that sound through a linkage ID or path.</p>
<p><img class="aligncenter size-full wp-image-3822" title="FlashEff: Custom Commands" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/09/flasheff-custom-commands.png" alt="FlashEff: Custom Commands" width="500" height="300" /></p>
<h2>Overview</h2>
<p>Below, you can find the final result of this mini demo.  Basically, the button, upon rollover, triggers the HappyTurn animation, then on press a click sound will trigger.  Now, if you double-click it will take you to the designated destination, Google&#8217;s homepage.  The custom possibilities are endless.  The more you use FlashEff the more situations you can picture yourself using the tool to simplify your project&#8217;s workflow.  To learn more on what FlashEff can accomplish, visit <a title="Flash Effects. Art Without coding." href="http://www.flasheff.com/?ref=44ddf67becr713" target="_blank">FlashEff.com</a>.</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_buttonMode_64024727"
			class="flashmovie"
			width="500"
			height="340">
	<param name="movie" value="http://flashspeaksactionscript.com/files/flasheff2/create-button/buttonMode.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://flashspeaksactionscript.com/files/flasheff2/create-button/buttonMode.swf"
			name="fm_buttonMode_64024727"
			width="500"
			height="340">
	<!--<![endif]-->
		<a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<h2>FlashEff 2 Giveaway Opportunity</h2>
<p>In the upcoming days, you are going to have the opportunity of winning 1 of 2 <strong>FlashEff 2 unlimited premium licenses</strong>.  Stay tuned&#8230;</p>


<p><h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/flasheff-2-still-the-most-innovative-flash-animation-tool/' rel='bookmark' title='Permanent Link: FlashEff 2: Still The Most Innovative Flash Animation Tool'>FlashEff 2: Still The Most Innovative Flash Animation Tool</a></li><li><a href='http://flashspeaksactionscript.com/moving-from-flash-as2-to-flash-as3-dynamic-movieclip-creation/' rel='bookmark' title='Permanent Link: Moving From Flash AS2 to Flash AS3: Dynamic MovieClip Creation'>Moving From Flash AS2 to Flash AS3: Dynamic MovieClip Creation</a></li><li><a href='http://flashspeaksactionscript.com/keyboard-interactivity-within-as3/' rel='bookmark' title='Permanent Link: Keyboard Interactivity Within AS3'>Keyboard Interactivity Within AS3</a></li><li><a href='http://flashspeaksactionscript.com/moving-from-as2-to-as3-creating-dynamic-masks/' rel='bookmark' title='Permanent Link: Moving From AS2 to AS3: Creating Dynamic Masks'>Moving From AS2 to AS3: Creating Dynamic Masks</a></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/iaVH6AvmoSCcXuLOFMRiHfhKx9k/0/da"><img src="http://feedads.g.doubleclick.net/~a/iaVH6AvmoSCcXuLOFMRiHfhKx9k/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/iaVH6AvmoSCcXuLOFMRiHfhKx9k/1/da"><img src="http://feedads.g.doubleclick.net/~a/iaVH6AvmoSCcXuLOFMRiHfhKx9k/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=93O6qu3fMtU:hU5xcg-lKOE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=93O6qu3fMtU:hU5xcg-lKOE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=93O6qu3fMtU:hU5xcg-lKOE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=93O6qu3fMtU:hU5xcg-lKOE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=93O6qu3fMtU:hU5xcg-lKOE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=93O6qu3fMtU:hU5xcg-lKOE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=93O6qu3fMtU:hU5xcg-lKOE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=93O6qu3fMtU:hU5xcg-lKOE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=93O6qu3fMtU:hU5xcg-lKOE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=93O6qu3fMtU:hU5xcg-lKOE:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/flashspeaksactionscript/tmgY/~4/93O6qu3fMtU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/creating-a-button-using-flasheff-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://flashspeaksactionscript.com/creating-a-button-using-flasheff-2/</feedburner:origLink></item>
		<item>
		<title>FlashEff 2: Still The Most Innovative Flash Animation Tool</title>
		<link>http://feedproxy.google.com/~r/flashspeaksactionscript/tmgY/~3/hmrb7tXJ7z4/</link>
		<comments>http://flashspeaksactionscript.com/flasheff-2-still-the-most-innovative-flash-animation-tool/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 12:00:15 +0000</pubDate>
		<dc:creator>Angel</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Flash Components]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[FlashEff]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3785</guid>
		<description><![CDATA[Recently, the second version of FlashEff was released and once again my mouth drops in awwh!  Personally, there is no other tool available that can provide an instant boost in your Flash project workflow than FlashEff when it comes to custom animation/effects.  Learn more about second version of FlashEff.


<h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/txeff2-an-improved-update-to-an-already-impresive-tool/' rel='bookmark' title='Permanent Link: TxEff2: An Improved Update To An Already Impresive Tool'>TxEff2: An Improved Update To An Already Impresive Tool</a></li><li><a href='http://flashspeaksactionscript.com/creating-a-button-using-flasheff-2/' rel='bookmark' title='Permanent Link: Creating a Button Using FlashEff 2'>Creating a Button Using FlashEff 2</a></li><li><a href='http://flashspeaksactionscript.com/taking-advantage-of-the-flash-project-panel-in-flash-cs4/' rel='bookmark' title='Permanent Link: Taking Advantage of the Flash Project Panel in Flash CS4'>Taking Advantage of the Flash Project Panel in Flash CS4</a></li><li><a href='http://flashspeaksactionscript.com/jc-panorama-viewer-panorama-viewing-at-its-best/' rel='bookmark' title='Permanent Link: JC Panorama Viewer: Panorama Viewing At Its Best'>JC Panorama Viewer: Panorama Viewing At Its Best</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-3796" title="FlashEff 2: Flash Animation Tool" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/08/flasheff-2-banner-2.png" alt="FlashEff 2: Flash Animation Tool" width="200" height="200" />With the high demand for quality Flash content in the market, finding a way to reuse ActionScript and animation styles is key to the success of quicker turnarounds.  In my opinion, <a title="FlashEff: Flash Animation Tool" href="http://www.flasheff.com/?ref=44ddf67becr713" target="_blank">FlashEff </a>is probably the most mature Flash tool to provide that heavy lifting in Flash projects.</p>
<p>Personally, there is no other tool available that can provide an instant boost in your Flash project work flow than FlashEff when it comes to <a title="FlashEff: Flash Animation Tool" href="http://www.flasheff.com/?ref=44ddf67becr713" target="_blank">custom animation/effects</a>.  Initially, when FlashEff was first released, I was extremely impressed with the tool. There was a little bit of a performance issue, but FlashEff was still worth every cent and nothing came close to it.</p>
<h2>Out goes FlashEff 1, in comes FlashEff 2</h2>
<p>Recently, the second version of <a title="FlashEff: Flash Animation Tool" href="http://www.flasheff.com/?ref=44ddf67becr713" target="_blank">FlashEff</a> was released and once again my mouth drops in awwh!  FlashEff 2 simply improves upon its previous features like speed, usability, effects, and customizability.   <strong>New features that you can expect with the release of FlashEff 2 include:</strong></p>
<ul>
<li>Live Preview</li>
<li>Improved filter effects</li>
<li>Flash Player 10 features</li>
<li>Advanced Copy/Paste</li>
<li>Advanced Commands</li>
<li>FlashEff 2 Code Component</li>
<li>Better TweenLite performance</li>
<li>New Button mode</li>
<li>Save custom effects</li>
</ul>
<h2>Take it for a test drive</h2>
<div class="features">
<h3><a title="FlashEff 2 Pattern Showcase" href="http://www.flasheff.com/patternsshowcase/?ref=555be1ec3fr707" target="_blank"><img class="alignleft size-full wp-image-3789" title="Pattern Showcase Demo" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/08/flasheff2-patterns-showcase.png" alt="Pattern Showcase Demo" width="200" height="120" /></a><a title="FlashEff 2 Pattern Showcase" href="http://www.flasheff.com/patternsshowcase/?ref=555be1ec3fr707" target="_blank">Pattern Showcase Demo</a></h3>
<p>Here you can see a little bit of all Symbol, Text and Filter patterns that come with FlashEff 2.</p></div>
<div class="features">
<h3><a title="FlashEff 2 Panel Demo" href="http://www.flasheff.com/onlinetestdrive/?ref=8ed71ad009r709" target="_blank"><img class="alignleft size-full wp-image-3786" title="FlashEff 2 Panel Demo" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/08/flashef2-test-drive.png" alt="FlashEff 2 Panel Demo" width="200" height="120" /></a><a title="FlashEff 2 Panel Demo" href="http://www.flasheff.com/onlinetestdrive/?ref=8ed71ad009r709" target="_blank">FlashEff 2 Panel Demo</a></h3>
<p>Take a quick online tour of FlashEff 2 Panel. Browse patterns and over 3000 effects to see exactly how the user experience got improved.</p></div>
<h2>Overall Impression</h2>
<p>When it comes to rapid application of custom,quality Flash animations and effects, FlashEff sets the bar really high.  If you haven&#8217;t yet given FlashEff a try or are skeptical, <a title="FlashEff 2 Free Download" href="http://www.flasheff.com/freedownload/?ref=ff07bdd6f8r711" target="_blank">download the free version</a> and take it for a test run.  You will be amazed on how easy it is to create custom quality Flash animations and effects.  Below are links to videos demoing FlashEff and more of its features in depth.  Enjoy!</p>
<h2>New videos demoing FlashEff 2</h2>
<div class="features">
<h3><a title="Quick Overview of FlashEff 2" href="http://www.flasheff.com/tutorials/overview?ref=19c231aa77r699" target="_blank"><img class="alignleft size-full wp-image-3787" title="FlashEff 2 Quick Overview" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/08/flasheff-quick-overview.png" alt="FlashEff 2 Quick Overview" width="200" height="119" /></a><a title="Quick Overview of FlashEff 2" href="http://www.flasheff.com/tutorials/overview?ref=19c231aa77r699" target="_blank">Quick Overview</a></h3>
<p>A quick overview of what FlashEff 2 has to offer. Learn how to create show/hide animations, add filters and make flash interactive buttons in just a few clicks.</p></div>
<div class="features">
<h3><a title="What's New in FlashEff 2" href="http://www.flasheff.com/tutorials/whatsnew?ref=a99b0c1de5r701" target="_blank"><img class="alignleft size-full wp-image-3790" title="FlashEff2 What's New" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/08/flasheff2-whats-new.png" alt="FlashEff2 What's New" width="200" height="119" /></a><a title="What's New in FlashEff 2" href="http://www.flasheff.com/tutorials/whatsnew?ref=a99b0c1de5r701" target="_blank">What&#8217;s new in FlashEff 2</a></h3>
<p>Find out what&#8217;s new in FlashEff 2. The basic new features and overall experience delivered by FlashEff 2.</p></div>
<div class="features">
<h3><a title="Getting Started with FlashEff 2" href="http://www.flasheff.com/tutorials/gettingstarted?ref=b6ac7ecc18r703" target="_blank"><img class="alignleft size-full wp-image-3788" title="Getting started with FlashEff 2" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/08/flasheff2-getting-started.png" alt="Getting started with FlashEff 2" width="200" height="119" /></a><a title="Getting Started with FlashEff 2" href="http://www.flasheff.com/tutorials/gettingstarted?ref=b6ac7ecc18r703" target="_blank">Getting started with FlashEff 2</a></h3>
<p>A complete step by step tutorial that will take you through all the most important features of the product, showing you how to obtain successful results using FlashEff 2.</p></div>
<div class="features">
<h3><a title="Free Version of FlashEff 2" href="http://www.flasheff.com/tutorials/free_version?ref=8a52fb4bc7r705" target="_blank"><img class="alignleft size-full wp-image-3791" title="Free Version of FlashEff 2" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/08/flasheff-free-version.png" alt="Free Version of FlashEff 2" width="200" height="119" /></a><a title="Free Version of FlashEff 2" href="http://www.flasheff.com/tutorials/free_version?ref=8a52fb4bc7r705" target="_blank">Free Version of FlashEff 2</a></h3>
<p>Find out what you can do with the FlashEff 2.0 free non-commercial license.</p></div>


<p><h3>Related posts:</h3><ul><li><a href='http://flashspeaksactionscript.com/txeff2-an-improved-update-to-an-already-impresive-tool/' rel='bookmark' title='Permanent Link: TxEff2: An Improved Update To An Already Impresive Tool'>TxEff2: An Improved Update To An Already Impresive Tool</a></li><li><a href='http://flashspeaksactionscript.com/creating-a-button-using-flasheff-2/' rel='bookmark' title='Permanent Link: Creating a Button Using FlashEff 2'>Creating a Button Using FlashEff 2</a></li><li><a href='http://flashspeaksactionscript.com/taking-advantage-of-the-flash-project-panel-in-flash-cs4/' rel='bookmark' title='Permanent Link: Taking Advantage of the Flash Project Panel in Flash CS4'>Taking Advantage of the Flash Project Panel in Flash CS4</a></li><li><a href='http://flashspeaksactionscript.com/jc-panorama-viewer-panorama-viewing-at-its-best/' rel='bookmark' title='Permanent Link: JC Panorama Viewer: Panorama Viewing At Its Best'>JC Panorama Viewer: Panorama Viewing At Its Best</a></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/CspUyqHsyYjDh2YfB1lZu2zvdVc/0/da"><img src="http://feedads.g.doubleclick.net/~a/CspUyqHsyYjDh2YfB1lZu2zvdVc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/CspUyqHsyYjDh2YfB1lZu2zvdVc/1/da"><img src="http://feedads.g.doubleclick.net/~a/CspUyqHsyYjDh2YfB1lZu2zvdVc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=hmrb7tXJ7z4:Mff-WMCQNlw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=hmrb7tXJ7z4:Mff-WMCQNlw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=hmrb7tXJ7z4:Mff-WMCQNlw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=hmrb7tXJ7z4:Mff-WMCQNlw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=hmrb7tXJ7z4:Mff-WMCQNlw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=hmrb7tXJ7z4:Mff-WMCQNlw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=hmrb7tXJ7z4:Mff-WMCQNlw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=hmrb7tXJ7z4:Mff-WMCQNlw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?a=hmrb7tXJ7z4:Mff-WMCQNlw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/flashspeaksactionscript/tmgY?i=hmrb7tXJ7z4:Mff-WMCQNlw:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/flashspeaksactionscript/tmgY/~4/hmrb7tXJ7z4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/flasheff-2-still-the-most-innovative-flash-animation-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://flashspeaksactionscript.com/flasheff-2-still-the-most-innovative-flash-animation-tool/</feedburner:origLink></item>
	</channel>
</rss>
