Top Rated Resources
Unlimited Disk Space at ServerDisk.com
www.serverdisk.com
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 [...]
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.
PHP Remove last character from string
Want to remove the last character from your text. Just use Substr_Replace. This is how.
Select UNIQUE or DISTINCT MySQL/PHP Queries
How to filter / remove duplicate items in your database query result using DISTINCT
Flash string search replace using prototype
How to preform a string search and replace in flash using actionscript prototype



(11 votes, average: 4.73 out of 5)