On 8/26/16, 1:43 PM, "CodeGirl" <[email protected]> wrote: >Can I just call a loader and then on complete get the bitmapdata from the >event or do I need to have a Class referencing the bitmapData and call the >Class to pass. Similar to what the Embed is doing? > >This is the class I currently have. Is this needed?
I couldn't tell from there what requirements you have that might need such code. SWFLoader is a very powerful component. It can "load" embedded images as well as external images. Loader loads external images. URLLoader loads data. I'm still not clear on what you are loading and how. And that can affect when the bitmap data is available. -Alex
