 do3e
|
<p>I’m trying to load user images from Facebook server and some other assets. Some users have the profile pictures in a specific server that gives me a Error #2048. I’ve defined the LoaderContext and now I receive the error with onError Signal handler. The problem is that I don’t know how to proceed after detecting the error to get the rest of the data loaded. After receiving the error the asset loader doesn’t complete.</p>
<p>Thank you 
</p>
|
 Matan Uberstein
|
Hi, this relates to: http://forum.doesflash.com/assetloader-general-discussion/bitmap-data-security-issue.
I am currently working on AssetLoader, trying to resolve these “issues”. Next in line are these security ones and then the dispatch of onComplete (even with errors). As you might think these need a lot of testing, as I want to make absolutely sure that I don’t break older implementations of AssetLoader. Unit testing doesn’t always point out “little” things.
Thanks for posting, hope this doesn’t cause major upsets in your project.
|