You understand that the crossdomain file goes in the root of the web server that is serving the *data*, correct? That is it should go wherever this, "www.mydomain.com:80" resolves to. Hit www.mydomain.com:80/crossdomain.xml <http://www.mydomain.com/crossdomain.xml> using a browser to test it.
For test purposes, open it up completely using wildcards, try it again. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Sajid Hussain Sent: Thursday, September 04, 2008 8:34 PM To: [email protected] Subject: Re: [flexcoders] Problem with Cross domain policies by calling remote methods on same domains Plz Suggestion Gurus , I have problem calling remote services,when I m accessing my project http://www.mydomain .com it works fine but if I m accesing like this http://mydomain. com it creates error. As i read flash player consider http://www.mydomain .com <http://www.mydomain.com/> and http://mydomain. com <http://mydomain.com/> as different domains ,basicaly I m calling my remote services from this url www.mydomain. com:80/amfphp/ gateway.php in services-config i gave both domains in my crosdomain.xml file but still having same error. Sajid

