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.

(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


PHP Remove last character from string

Want to remove the last character from your text. Just use Substr_Replace. This is how.

(5 votes, average: 4.00 out of 5)
04.26.09


ActionScript for Flash MX

actionscript, books, mx, as2

(No Ratings Yet)
04.22.09


Select UNIQUE or DISTINCT MySQL/PHP Queries

How to filter / remove duplicate items in your database query result using DISTINCT

(7 votes, average: 4.14 out of 5)
04.19.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