Flashcoders,
i am calling a servlet to decode the base64 format in to byte array and
return as response.
I can able to load image using the below function in Flash 8

 var ByteArrayServlet:String = "
http://www.mywebserver.com//servlet/DecodeServlet";;

 loadMovie(ByteArrayServlet, imagecont_mc);

But the same wont works in Flash 7. Is there is any other way to display the
image in form of byte array as response in Flash 7 player.


thanks,
santhakumar
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to