[Flashcoders] Uploading Image Displaying in Flash [AS3]

2008-04-06 Thread Stuart Moir [FunkDaWeb]
Hi can you point me to any examples/tutorials for the following problem... I want to upload an image through a flash app via ASP (the asp part is not a problem) and then have it displayed in the flash application. I know how to send the image to ASP but don't know how to wait for it to be

Re: [Flashcoders] Uploading Image Displaying in Flash [AS3]

2008-04-06 Thread Cédric Tabin
Hi Stuart, Once your ASP file has retrieved the uploaded image, then it can simply display it as binary. The URLLoader object that you use after that will retrieve a BINARY data that you can load into a Loader instance :) How do you proceed to upload your picture for now ? Regards, Cedric On

Re: [Flashcoders] Uploading Image Displaying in Flash [AS3]

2008-04-06 Thread Stuart Moir [FunkDaWeb]
Sent: Sunday, April 06, 2008 5:06 PM Subject: Re: [Flashcoders] Uploading Image Displaying in Flash [AS3] Hi Stuart, Once your ASP file has retrieved the uploaded image, then it can simply display it as binary. The URLLoader object that you use after that will retrieve a BINARY

Re: [Flashcoders] Uploading Image Displaying in Flash [AS3]

2008-04-06 Thread Cédric Tabin
the XML file? SM - Original Message - From: Cédric Tabin To: Flash Coders List Sent: Sunday, April 06, 2008 5:06 PM Subject: Re: [Flashcoders] Uploading Image Displaying in Flash [AS3] Hi Stuart, Once your ASP file has retrieved the uploaded image, then it can simply

Re: [Flashcoders] Uploading Image Displaying in Flash [AS3]

2008-04-06 Thread Stuart Moir [FunkDaWeb]
many thanks i should be able to sort the problem now! :o) - Original Message - From: Cédric Tabin To: Flash Coders List Sent: Sunday, April 06, 2008 8:18 PM Subject: Re: [Flashcoders] Uploading Image Displaying in Flash [AS3] Hi Stuart, I you're using a URLRequest