Flash



Adobe Flash not on Apple iPad or iPhone

Why is it that Apple refuse to assets Adobe in their effort to deploy Flash on iPhones and iPads? Some people believe that Apple fearful that Flash will reek havoc on their battery life. Some think it’s purly profit driven. Think about it. Apple only used Flash on their web site for about a year [...]

(No Ratings Yet)
01.30.10


How to validate Flash absolute url paths

You may want to dynamically change the way your flash file behaves based on where it’s hosted. To do so, you should utilize the “_url” variable to obtain the absolute path of your flash file.

(No Ratings Yet)
07.10.09


MC Tweener Add Glow Filter

If you are using the latest SVN version of Tweener (AS3), you can get the GlowFilter with Tweener to work. Here’s the code sample assuming you have a movie clip named “box” on the stage.

(4 votes, average: 4.00 out of 5)
05.19.09


Create Empty MovieClip Dynamically in AS3

Here is how to dynamically create a movie clip in ActionScript 3 using the MovieClip class

(11 votes, average: 4.36 out of 5)
05.19.09


Preloaders in AS3

Here are a few way to create a preloader in flash actionscript 3

(1 votes, average: 3.00 out of 5)
05.14.09


Flash Actionscript 3 Reflection Class Fix

Thanks to Pixelfumes’ AS3 Reflection class, creating reflections on static images and video clips in Flash AS3 is very easy. However there is a problem that many people find in FireFox on a PC.

(2 votes, average: 3.00 out of 5)
05.14.09


Clear or Delete an Array in AS3

Here is how to delete and clear out an array using the Slice method in Flash Actionscript 3

(13 votes, average: 3.62 out of 5)
05.13.09


AS3 Blur Filter with Tweener class

Here’s how to add blur filters when using Tweener. The example below uses a movie clip with the instants name “mc1″. Make sure you change it to match the movie clip in your flash file.

(No Ratings Yet)
05.12.09


Play MP4 using Flash FLV component

Good news! Flash video player (FLVPlayback component) will now play mp4 files (external video files). This is good news because you will now save time by not having to convert videos to the flv format. With mp4 we can now play H.264 HD-quality videos.
Known Issues: The video will have to be fully loaded before it [...]

(2 votes, average: 3.00 out of 5)
05.11.09


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.

(10 votes, average: 4.70 out of 5)
05.11.09