Re: [flexcoders] How to show the web image in Flex?

2009-03-05 Thread Fotis Chatzinikos
mx:image source="the web image source"?

On Thu, Mar 5, 2009 at 6:45 PM, markflex2007  wrote:

>   Hi,
>
> I want to something like html in Flex
>
> http://www.somecompany.com/img/test.gif"; />
>
> I also want to show the image in Flex without downloading it to local.
>
> mx:Image can show a local image and how to show web image.
>
> Thanks
>
> Mark
>
>  
>



-- 
Fotis Chatzinikos, Ph.D.
Founder,
Phinnovation
fotis.chatzini...@gmail.com,


[flexcoders] How to show the web image in Flex?

2009-03-05 Thread markflex2007
Hi,

I want to something like html in Flex

http://www.somecompany.com/img/test.gif";   />

I also want to show the image in Flex without downloading it to local.

mx:Image can show a local image and how to show web image.

Thanks


Mark