Showing posts with label Flash Image. Show all posts
Showing posts with label Flash Image. Show all posts

Thursday, March 3, 2011

Embedding Resources/Images/JPG/PNG/SWF with AS3

If you are wondering how you can add sexy JPG or fantastic PNG or "copied/borrowed" SWF to your boring SWF without editing the FLA, then below is an example on how to do it. 

In this example, I will show you how to add an image to stage after using the embed statement.

Thursday, January 27, 2011

How to use Flash Actionscript to save a MovieClip or Sprite to JPEG file:

Have you ever wonder how you can use Flash actionscript to save images?  Well, it is quite easy and below is the code you will need for doing so, more specifically, it will allow you to save MovieClip or Sprite to JPEG.

In order to do this, you will need the as3corelib and the save function in FileReference class requires minimum Flash Player 10 or Air 1.5.
 



Tuesday, January 25, 2011

Monday, January 24, 2011