Archive for the 'Flash Platform' Category

50+ Important Flash Platform Developers

Here is a list of over 50 Flash Platform developers that share great information and resources through their websites and blogs. From Adobe employees to independent developers all of these individuals have contributed very useful material to the community. Hopefully this list will help you discover some new developers and information. I check their blogs [...]

Review: Trillix AS3 Decompiler and SWF to FLA Convertor

Flash decompilation is a touchy subject to many people. There is the unethical aspect that quickly comes into focus when talking about decompilation. There is a time where having a solid tool to handle decompilation is critical. If you’ve ever lost an FLA or had one become corrupt then you know this need well. Another [...]

O’Reilly InsideRIA: Overview of Flex 4 (Gumbo)

Last August I began researching and exploring the new features and capabilities in the next version of Flex, Flex 4 Gumbo. Adobe has been posting nightly builds of Flex 4 since last summer. Gareth Edwards was nice enough to help me to get set up and compiling the SDK at the time. Juan Sanchez was [...]

Flex best practices – Part 2: Development practices

Following best practices during the development process can help organize and structure an application. Standardized development provides clarity, stability, longevity and scalability. I worked with several members of the Flex community and the Adobe Flex Team to create this article outlining over 90 best practices for the Flex development process. Thank you to everyone who [...]

Flex best practices – Part 1: Setting up your Flex project article

Here is an article on Flex best practices that I had the extreme pleasure of recently writing for Adobe’s Dev Center. The article explores a number of things you can do to help clarify your Flex development process. The article was a community based effort and input was collected from quite a few prominent Flex, [...]

42 tech items for Flex Developers to research, study and watch in 2008

2007 was an AWESOME year for Flex and AIR. 2008 should continue this trend. Here are several different technologies and other items I plan on monitoring going into 2008. Some of these are bleeding edge, others are fundamentals which we’ve been studying for years. “I’m sure that Flex skills will be one of the hottest [...]

ActionScript 3.0 UML and Code Generation Tools

If you are interested in generating UML and/or AS3 code you might want to take a look at the following tools. The price tags range from $0 to $239. Cairngen – Free http://www.ericfeminella.com/blog/cairngen This tool provides AS3 code generation for Cairngorm based Flex projects. You’ll need to have Ant installed and know how to run [...]

Flex ActionScript 3.0 Odeo API Example with Live typing reflection

Delving deeper into the ActionScript 3.0 API research I present the Odeo API Example. Full source available. Use of TileList with drop-in ItemRenderer. Parallels for animation and the search text field has a real time “web 2.0″ reflection. A little bit of Flash CS3 to Flex communication going on here too. This application should probably [...]

Check out “Snippage” AIR App by: Gabocorp (Gabo Mendoza)

We all remember the old school gabo site. Here is an AIR application Gabo Mendoza is developing. It looks pretty cool. From the homepage: “Wouldn’t it be great if you could take pieces of your favorite web sites and put them on your desktop? Things like that auction you’ve got your eye on, your web [...]

Flash CS3 and Flex 2 communication using ActionScript 3.0

Here is an example that demonstrates how to control the timeline of an SWF that was published with Flash CS3 from AS3 code in a Flex project. The Flash CS3 based SWF is set to publish for Flash Player 9 and uses ActionScript 3.0. The SWF is loaded into Flex using a SWFLoader control. Once [...]