Give an Image component, how can I tell the size [width and height] of the bitmap image that the Image is containing (not the size of the Image component)
Also I want to know this as soon as possible, so I think this needs to be in the Event.COMPLETE event?
Thanks!!
Since Image extends SWFLoader, properties
contentWidthandcontentHeightare both publicly available. They are available on the “complete” event.Accessing the Image’s bitmap data might not be allowed if the Image is loaded from another domain.