Hi all,

Im experiencing an strange behaviour (bug?) with the Image tag in 
Flex2b2. If I use the tag like: <mx:Image source="foo.jpg" /> it works 
when compiled with Flex Builder and the image displays correctly.

If I move this application (and picture) to j2ee server, I type the url 
in the browser and the application runs but no image is displayed.

A simple application like this : [testImage.mxml]

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"; xmlns="*">
    <mx:Image source="transportes.jpg" />
</mx:Application>

does not show any image (only a broken image icon) when accessed through 
: http://...../testImage.mxml

But, If I run this sample using Flex Builder it works fine. And if I run 
locally (not through a browser) the generated swf at the j2ee server it 
works fine. And accessing that same swf through the web browser, it does 
show that broken-image icon!

Is this a bug?

Thanks in advance

-- 
Alberto Albericio Salvador
Aura S.A. Seguros
Departamento Informática



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