On 9/24/06, EECOLOR <[EMAIL PROTECTED]> wrote: > im not sure if i understand you correctly. If im correct you are sending > binary data stored in an xml thingy and want to show that binary data as an > image. If thats the case you can do the following:
yes that's basically it. a server app spits out a great gob of XML & one of the pieces is binary data that represents an image. > 1. Store the binary data from the xml in a BytesArray. > 2. Use Loader.loadBytes() to make it an image. great. thanks again. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

