/ Published in: ActionScript 3
Embed an image with a meta tag
Expand |
Embed | Plain Text
[Embed(source = "assets/img.png")] private var Image:Class; var img:Bitmap = new Image as Bitmap; addChild(img);
You need to login to post a comment.
