Re: [Flashcoders] xml: CDATA - base-64 encoded graphics

2007-05-03 Thread Carl Welch
I think its supposed to look like a happy face or something (icons for a rating system). Not sure what attachment you are reffering to. If you are talking about the xml code I pasted in earlier, that is what I recieve. I learned that it is a Base64 binary encoded image. I figured out how to decode

RE: [Flashcoders] xml: CDATA - base-64 encoded graphics

2007-05-03 Thread Ruslan Shestopal
So according to your thumb? Decoded image loos like (see attachment = question-mark) ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought t

RE: [Flashcoders] xml: CDATA - base-64 encoded graphics

2007-05-03 Thread Ruslan Shestopal
Yes. Use Loader and loadBytes For visualization of your binary image data. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl Welch Sent: Thursday, May 03, 2007 11:03 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] xml: CDATA - base

Re: [Flashcoders] xml: CDATA - base-64 encoded graphics

2007-05-03 Thread Carl Welch
The class worked well. Is there a way I can use BitMapData code to turn the output into an image? this is what is decoded - makes no sense to me: %00JFIF%00%00%00d%00d%00%00%00Ducky%00%00%00%00%00K%00%00%00Adobe%00d%00%00%00%00„%00  

RE: [Flashcoders] xml: CDATA - base-64 encoded graphics

2007-05-03 Thread Ruslan Shestopal
Hi! Why not you just use base64_decode function with php script? As for the script - this can only be done using AS3 since we dealing with binary data here. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl Welch Sent: Thursday, May 03, 2007 8:53 PM To