Hello! I am having issues with FP10 and crossdomain (on Vista). For some reason, when I try to use a php webservice on my other server (both with crossdomain files) he give me the following message:
Erro: A solicitação de recurso em http://xxx.com/services.php pelo solicitante de http://yyy.net/Rentabilidades.swf é negada devido à falta de permissões do arquivo de diretivas. I don´t know the message on english, but is something like it: "The solicitation of the resource in xxx.com by the yyy.net is denied because a lack of permission on the directive file " The crossdomain.xml file is this: <?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM " http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation=" http://www.adobe.com/xml/schemas/PolicyFile.xsd"> <site-control permitted-cross-domain-policies="master-only"/> <allow-access-from domain="yyy.net"/> </cross-domain-policy> On the XP + FP9 is all working OK with that! Thanks! Regards, Rogério Gonzalez

