Archive for December, 2009
Protected: Flash AS3 Custom XML Class
Published December 12, 2009 ActionScript 3 Enter your password to view comments.Load bitmap images in OOP concept. Simple and easy custom image loader class,
import <package name>.imageload.imageLoad;
var myImage:imageLoad;
var myImagePath:String = “(add your image path here)”;
myImage = new imageLoad(myImagePath, 1, 600, 400, 0, 0);
addChild(myImage);