Skip to main content
Known Participant
June 13, 2013
Question

Embed Image bitmapdata null in swc

  • June 13, 2013
  • 0 replies
  • 363 views

[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?

This topic has been closed for replies.