Hello List,

I´m almost finishing my RIA, and while I was testing it in the production enviroment, I´ve got into a very strange problem: When I access it with the www prefix, it doesn´t work 100%, if I access it without the www prefix, it works as expected, try yourself:

http://chapeco-online.com.br/website/
http://www.chapeco-online.com.br/website/

Event though the IndexForm.swf seems to get loaded (see the progress bar "Carregando Seção") no content is shown when I access it through the second url. Here´s the content of my crossdomain.xml file:

<?xml version=" 1.0"?>
<!DOCTYPE cross-domain-policy
  SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
 
   <allow-access-from domain="*" />
  <allow-access-from domain="chapeco-online.com.br" />
  <allow-access-from domain=" www.chapeco-online.com.br" />
  <allow-access-from domain="www.chapeco-online.com.br/website/files/forms/" />
  <allow-access-from domain=" chapeco-online.com.br/website/" />
   <allow-access-from domain="www.chapeco-online.com.br/website/ " />

 
 
</cross-domain-policy>

I´m confused :(

I would really appreaciate any help here!

Thanks,

Marcelo.

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to