Expand my Community achievements bar.

Different behavior with FireFox

Avatar

Level 1
Hi there,



I am developing a simple page with a DataGrid element getting
data from an XML file. It works really fine on my computer (acting
as a web server through localhost://.....).



The problem is when I move the files to a different server,
on a different domain. It works fine under Explorer 6 but gets an
empty page when using FireFox. Nevertheless, under FireFox I can
right click and select "play" to see the expected result.



It seems that Firefox is disabling the flash play by default,
when accessing a URL outside the domain. Does it make any sense? IS
there any way to enable the action by default?



Thank you
1 Reply

Avatar

Level 1
Found the error. Nothing to do with Flex ...



The web server I am using (SAP WAS) encrypts the MIME
contents somehow, and the browser have problems while downloading
the content.



The temporary solution is to disable the HTTP1.1 on the
browser.