Top Rated Resources
Unlimited Disk Space at ServerDisk.com
www.serverdisk.com
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.
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.
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.
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.
Flash string search replace using prototype
How to preform a string search and replace in flash using actionscript prototype
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.
Fix flash focus to activate key clicks.
Problem with flash not working with key clicks. Using the JavaScript to focus the flash on load.
Formatting Numbers in Flash for Commas
Here is how to use actionscript to format a number in Flash with commas per thousands.


(11 votes, average: 4.73 out of 5)