Flash

Still Waiting…

Here’s a simple, observable lesson for historical perspective: Guess what? Not dead yet. Not by a long shot. Stay tuned to happenings around Adobe MAX next week for more insights :)

Still Waiting… Read More »

Flash Player 11 and AIR 3 Books

Adobe today announced that Flash Player 11 and AIR 3 will be shipping fairly soon. This is great news for the community because the runtimes are LOADED with great new features. How do I know the features are great? Because I’ve been working with them for the past couple of months while writing a set

Flash Player 11 and AIR 3 Books Read More »

Creating Custom Context Menus in Flash

The assets for my 5 minute quick tip talk for the 2011 Adobe Education Leader Institute are located here. This is the completed example (Flash Professional CS5.5): [download AEL2011_FlashContextMenu] Here is an image preview: Here is the SWF: [SWF]https://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2011/07/contextmenu.swf, 350, 300[/SWF] And here be the code bits! package { import flash.display.Sprite; import flash.ui.ContextMenu; import flash.ui.ContextMenuItem;

Creating Custom Context Menus in Flash Read More »

Flash Developers: What Comfort Zone?

After reading Seb Lee-Delisle‘s article “HTML5 vs Flash – the aftermath“, I have been collecting some thoughts around what it means to be a Flash developer in relation to other languages and platforms. Note that I do not believe the article is in any way antagonistic toward Flash as a platform or Flash developers… it

Flash Developers: What Comfort Zone? Read More »

IIS7 URL Rewrite QuickTip: Allow Flash Gateway

We all know that ColdFusion allows Flash Remoting (AMF) communication to occur via two separate URL strings: http://my.site.com/flex2gateway http://my.site.com/flashservices/gateway I recently came across the problem where the URL Rewrite rules in IIS7 were blocking both of these URLs from being passed on and correctly processed by ColdFusion. The solution is to add the following two rules

IIS7 URL Rewrite QuickTip: Allow Flash Gateway Read More »