Hi,
I find a part of the solution for my problem but I have another.
Concening the crossdomain, i try to do many combinaison whith my crossdoamain but nothing is ok!
I have this error:
Channel.Security.Error error Error #2048: Violation de la sécurité Sandbox :
http://mybook.glm-webdesign.com/index.swf ne peut pas charger de données à partir de
http://localhost/mybook/amfphp/gateway.php. url: '
http://localhost/mybook/amfphp/gateway.php'
Here my web site:
http://mybook.glm-webdesign.com/Here is my crossdomain:
<cross-domain-policy>
<allow-access-from domain="glm-webdesign.com.com" secure="false"/>
<allow-access-from domain="glm-webdesign.com" to-ports="80,443"/>
<allow-http-request-headers-from domain="glm-webdesign.com" headers="*"/>
</cross-domain-policy>
Thanks for your help!
glm