Adobe Flash Backend Integration tutorials
How to use the BitmapData.threshold with the new Flash Player 8 for creating image transitions.
Related Tutorials
BitmapData.loadBitmap Gone in Actionscript 3
When playing with the BitmapData API in Flash 8, it was often necessary to work with an image embedded in the library. To achieve this you could assign a 'Linkage Identifier' to the image in the library and then use BitmapData.loadBitmap to retrieve a BitmapData instance pre-populated with the specified image from the library.
BitmapData.loadBitmap gone in Actionscript 3
When playing with the BitmapData API in Flash 8, it was often necessary to work with an image embedded in the library. To achieve this you could assign a 'Linkage Identifier' to the image in the library and then use BitmapData.loadBitmap to retrieve a BitmapData instance pre-populated with the specified image from the library.
Export JPEG with Flash/PHP
Using BitmapData.draw and BitmapData.getPixel to export the current swf as jpeg.
Howto make your flash character look like its walking.
Learn howto make a Movie clip move and look like its walking with the keyboard.
Color picking with The BitmapData class and the getPixel method
In this tutorial I would like to show you how we can use the BitmapData class in a practical and simple way to create a little color picking application just using a couple of methods and very little code.
 
Categories