RE: [flashcoders] Q: binary data (JPG) in XML

2007-05-30 Thread Ruslan Shestopal
, May 23, 2007 11:26 PM To: Flashcoders mailing list Subject: [flashcoders] Q: binary data (JPG) in XML I have been asked if its possible to have Flash display a JPG thats stored in XML as a binary object (ie. I don't get a path to the JPG, I get the JPG). I have NO idea what this XML looks like yet

Re: [flashcoders] Q: binary data (JPG) in XML

2007-05-24 Thread Mischa Williamson
If you base64 encode the jpeg contents then it should be safe to put in a CDATA node and send over the wire. Cheers, Mischa On 23 May 2007, at 21:25, eric e. dolecki wrote: I have been asked if its possible to have Flash display a JPG thats stored in XML as a binary object (ie. I don't

[flashcoders] Q: binary data (JPG) in XML

2007-05-23 Thread eric e. dolecki
I have been asked if its possible to have Flash display a JPG thats stored in XML as a binary object (ie. I don't get a path to the JPG, I get the JPG). I have NO idea what this XML looks like yet, but perhaps someone has done this already? I am not very good with BitmapData, etc. yet and unsure

Re: [flashcoders] Q: binary data (JPG) in XML

2007-05-23 Thread T. Michael Keesey
On 5/23/07, eric e. dolecki [EMAIL PROTECTED] wrote: I have been asked if its possible to have Flash display a JPG thats stored in XML as a binary object (ie. I don't get a path to the JPG, I get the JPG). I have NO idea what this XML looks like yet, but perhaps someone has done this already? I

Re: [flashcoders] Q: binary data (JPG) in XML

2007-05-23 Thread eric e. dolecki
I found this: http://board.flashkit.com/board/archive/index.php/t-720498.html which makes it seem like it might be impossible to parse. I would be getting 200x200 px images base64 encoded in XML. Not sure what to do here yet... perhaps I should try to get a path instead, although being able to

Re: [flashcoders] Q: binary data (JPG) in XML

2007-05-23 Thread Muzak
- From: eric e. dolecki [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Wednesday, May 23, 2007 11:12 PM Subject: Re: [flashcoders] Q: binary data (JPG) in XML I found this: http://board.flashkit.com/board/archive/index.php/t-720498.html which makes it seem like it might