How to load SWF into MovieClip in AS3

Loading swf in AS3 is not as simple as AS2 loadMovie(“file.swf”, mc_name). You first have to define a loader class and URLRequest path pointing to the external swf file location. Continue Reading »

Smoothing Dynamically Loaded Images in AS3

If you dynamically load images via actionscript and try to scale them, they become jagged. To fix this, you’ll have to set smoothing to true via code in AS3. Continue Reading »

Flash string search replace using prototype

How to preform a string search and replace in flash using actionscript prototype
Continue Reading »

Create buttons using AS3 in Adobe CS3 and CS4

How to make a button work in AS3 like AS2

Continue Reading »

Page 2 of 212