BitmapLib is used to load external image and store data into a
BitmapData object.
We can retreive ( attach ) data using directly getContent method or using BitmapLibLocator helper.
new BitmapLib()public function initEventSource():VoidInits event structure.
Here a BitmapLibEvent object
public function load(url:String):VoidStarts loading bitmap dara from passed-in url adress.
url | Image's url |
public function getContent():BitmapData
Returns current content, here a BitmapData object.