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 starts playing. Fortunity there is a way to fix the mp4 to start playing sooner. You will have to use a tool called qt-faststart which patches the MP4 file and shefts the headers from the end of the file to the beginning. The file now will starts playback immediately, while the rest of the files is downloaded in the background.

First check if you have flash player version 9.0.115 or higher: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507

You can grag the new Adobe Flash CS3 Professional Upgrade at Amazon for about $190 I think.

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 »

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

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

ActionScript for Flash MX

ActionScript for Flash MX: The Definitive Guide is structured so non-programmers can learn how to use ActionScript and programmers can take their skills to new heights. If you are in the market to really learn about the hows and whys of ActionScript, then this is the book for you.

actscript mx book

actscript mx book

Read More!

Flash string search replace using prototype

How to preform a string search and replace in flash using actionscript prototype
Continue Reading »

Create buttons using AS3 in Adobe CS3 and CS4

How to make a button work in AS3 like AS2

Continue Reading »

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

Page 2 of 3123