If i was to want a picture to get returned from a servlet, what sort 
of call do I need to make.  If i do the following the image will 
appear in the window (IE) by itself.  I want to assign it to the image 
which is in a mxml file.

image.source = getURL("http://localhost:8888/myapp/"; , "_self" );

do I need to do anything with GET or POST, do I need to pass it some 
sort of variable, at the moment the image just gets written to the 
output stream.

Thanks.





--
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/

<*> 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/
 


Reply via email to