Hi,

In your mxml application, simply use:

<mx:Image source="http://localhost:8080/seamservices/GetImage"; />

Of course, you'll need to change "localhost" to the server name if 
you want to be able to access the image from somewhere other than the 
local host system.

--- In flexcoders@yahoogroups.com, "lruinelli" <[EMAIL PROTECTED]> wrote:
>
> Hello,
> 
> I have a servlet which return a stream of a jpg image:
> 
> ...the url is the following: 
http://localhost:8080/seamservices/GetImage
> 
> Using this url in a browser the image is correctly loaded!
> 
> How can I load the image form a flex client?
> 
> 
> ...thanks!
> Saluti 
> Lorenzo
>


Reply via email to