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. Continue Reading »

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. Continue Reading »

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. Continue Reading »

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. Continue Reading »

Fix flash focus to activate key clicks.

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

Flash ActiveX Workaround Javascript Fix

Here is how to fix the activex issue “click to activate” by using javascript.
Continue Reading »

Fixing Fonts In Flash

Here is a fix for pixel fonts (like 8pt fonts) in flash that converts to system fonts or becomes blurry after saved as a swf file.
Continue Reading »