[flexcoders] Re: Marshall Plan: Loading images from byteArray

2009-04-11 Thread rob_mcmichael
Thanks Alex! That's more or less what I had. Once everything is done here I will try and create an example, as I expect most sub applications will want to load images at some point. Really appreciate your help Rob

RE: [flexcoders] Re: Marshall Plan: Loading images from byteArray

2009-04-10 Thread Alex Harui
ups.com] On Behalf Of rob_mcmichael Sent: Friday, April 10, 2009 12:20 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Marshall Plan: Loading images from byteArray > You didn't saw you were stringifying the bytearray. Made me wonder if you'd > posted the right c

[flexcoders] Re: Marshall Plan: Loading images from byteArray

2009-04-10 Thread rob_mcmichael
> You didn't saw you were stringifying the bytearray. Made me wonder if you'd > posted the right code or described your steps correctly. Oops sorry about that :p > Did you try my steps? If they work, it would save you a few hops. An image > is a Bitmap so converting to ByteArray should be s

RE: [flexcoders] Re: Marshall Plan: Loading images from byteArray

2009-04-10 Thread Alex Harui
.adobe.com/> Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of rob_mcmichael Sent: Friday, April 10, 2009 3:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Marshall Plan: Loading images from byteArray &g

[flexcoders] Re: Marshall Plan: Loading images from byteArray

2009-04-10 Thread rob_mcmichael
> Your code didn't match the description. How so? I changed the names of the swfs, but other than that, that is the error I am getting when trying to load the bytearray of a PNG using a swf loader? > I'd take the bitmapdata, write it to a bytearray, pass the bytearray across > shared events,