Home » Archive

Articles in the Flash Category

Flash »

[28 Apr 2009 | No Comment | 2,025 views]

Here’s a useful resource I found for open source Flash projects.
http://osflash.org/projects

Its a comprehensive list of Flash widgets and applications with open source source code.  There are lots of useful code examples that you can use for web development.

Flash »

[14 Jan 2009 | No Comment | 351 views]

Theres an easy way to add word wrap to a dynamic text in Flash. You will need to edit the Action Script in order to add this since its not an option in the GUI.
For instance, if your variable name was “title”, add in a line with:
title.wordWrap = true;

to enable the word wrap for that variable name. Its really handy for variable length fields.