Flash



How to Swap Depth using AS3 via setChildIndex

How to swap depth using AS3 via setChildIndex. This will fix the Warning: 1060: Migration issue: The method getNextHighestDepth is no longer supported.

(11 votes, average: 4.73 out of 5)
05.11.09


Flash AS3 onEnterFrame event changed

Actionscript 3.0 onEnterFrame has changed a bit from the old classic AS2 onEnterFrame event function. I’ll illustrart the old and new way of preforming animations using the Enter Frame event.

(1 votes, average: 5.00 out of 5)
05.11.09


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.

(12 votes, average: 4.50 out of 5)
05.08.09


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.

(8 votes, average: 5.00 out of 5)
05.08.09


ActionScript for Flash MX

actionscript, books, mx, as2

(No Ratings Yet)
04.22.09


Flash string search replace using prototype

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

(1 votes, average: 5.00 out of 5)
04.19.09


Create buttons using AS3 in Adobe CS3 and CS4

How to make a button work in AS3 like AS2

(5 votes, average: 4.80 out of 5)
04.19.09


Flash AS3 using FLVPlayback and Full Screen Mode

How to use the flash Full Screen Mode and video FLVPlayback Component for scaling your stage and movieclips.

(17 votes, average: 4.53 out of 5)
02.23.08


Fix flash focus to activate key clicks.

Problem with flash not working with key clicks. Using the JavaScript to focus the flash on load.

(4 votes, average: 3.00 out of 5)
12.22.07


Formatting Numbers in Flash for Commas

Here is how to use actionscript to format a number in Flash with commas per thousands.

(8 votes, average: 4.75 out of 5)
09.14.07