Library – Link Image
A JSFL command that uses a stripped down version of the file name as it's Class name.
Example:
"My Image.jpg" gets converted to "MyImage".
var imageRef:BitmapData = new MyImage(); var img:Bitmap = new Bitmap( imageRef ); addChild( img );
No comments yet