Posted on July 5, 2008 by michaelangela
Loading up assets can be a pain to track so this set of code aims to simplify that. Need to check it out later though.
AYAN RAY | AS3 / Flash: Introducing the AssetLoader Class
In Actionscript 3, there are many different ways to load external assets from the Internet. Unfortunately, this can become tiresome to find [...]
Filed under: as3, dev, note, tip | Leave a Comment »
Posted on July 5, 2008 by michaelangela
Very neat. Very cool. You have to check it out if only to see dancing Gingerbread men in Flex…
Tink » Blog Archive » Seamless Animated Skins in Flex
In Joey Lotts session on styling Flex at FOTB (where he did a great job), one of the attendees asked about animated skins.
There’s
obviously many ways to [...]
Filed under: as3, flex, note | Leave a Comment »
Posted on July 5, 2008 by michaelangela
I am just about to wrap up a project using Flash CS3 and… I wish I saw this earlier…
Liquid Components for Flash CS3 [ by Didier Brun ] < ByteArray.org
The “Liquid Components” have been created for the Flash people, freelance coders and designers who wish to integrate fully skinnable components in their website, [...]
Filed under: as3, component, cool, flash, note | Leave a Comment »
Posted on July 5, 2008 by michaelangela
Not having access to the mx URL utils with Flash (though I haven’t looked at the possibility just yet) I found this. Could be quite helpful!
AS3 – URL Class | Manfred Weber`s Weblog
I could not find it in the net so I hacked something together quickly. A simple URL class that parses an url string.
Filed under: as3, note | Leave a Comment »
Posted on July 5, 2008 by michaelangela
Was just dealing with this… must check out!
Problems using navigateToURL – aron / philipp development blog
Hi there… we’ve been busy these past couple of days so there
wasn’t much time for new posts – sorry. But here is a little update.
While developing a flash website (AS3 & SWFObject2.0)
that heavily depended on opening URLs in a new [...]
Filed under: as3, note | Leave a Comment »
Posted on July 5, 2008 by michaelangela
Coding Conventions – Flex SDK – Confluence
This document lays out the coding standards for writing open-source Flex framework components in ActionScript 3. Adhering to these standards makes the source code look consistent, well-organized, and professional.
Some of these standards are completely arbitrary, since there is not always a “best way” to code. Nevertheless, in the interest [...]
Filed under: flex, note | Leave a Comment »
Posted on July 5, 2008 by michaelangela
Adobe – Flex Extension
An Actionscript 3 library for reading and writing Excel files. Currently reading numbers, text, and formulas from Excel version 2.0-2003 and writing numbers, text, and dates to Excel 2.0 is supported. No server-side help is needed.
Filed under: as3, dev, flex, note | Leave a Comment »