AS3 + addChild() getting image from library to the stage
- by Colin
Hi,
I have an .fla file with 1 image in the library and 1 .as file.
I have linked the image up with the Class name of libraryImages and Base class is flash.display.BitmapData.
This is my AS:
package {
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.MovieClip;
public class Banner extends…