How can I in ActionScript get the width and height of the loaded image in a Loader?
I.e.
map_ld.contentPath = mappath;
then later on I want to do something like
widhtlabel_txt.text = map_ld.content.width
Seems like an easy hack, however I can't get around to fix it. Anyone?