Question
Embed Image bitmapdata null in swc
[Embed(source="/assets/monsterHouse/BG.jpg")]
private var BG:Class;
var bitmap:Bitmap = new BG();
trace(bitmap.bitmapData);
This class is in swc, sometimes it has bitmapData, sometimes it's null, anybody could tell me what's the problem?
