Posts Tagged ‘addChild()’

Uploading an image into flash without server side script using flash player 10

No Comments »

According to my last post, Flash Player 10 has updated FileReference class with some new featured methods. My last post explaining how some one can download an image from flash to user file system without using any server side scripting. In this post i am going to show you another power of flash player 10, that is uploading an image into flash player without using any server side script.

Read More »


Embedding fonts in AS3

No Comments »

No more do you have to have fonts in your library you can embed them directly from the folder where they reside using the [Embed] in your ActionScript Project.

Read More »


Creating custom dialog boxes using the PopUpManager and TitleWindow classes

No Comments »

Here are a couple examples of using the TitleWindow container with the PopUpManager class to create custom pop-up windows and dialog boxes.

Read More »