Need experienced person about "Web Service"

Hi,

-i have already add mydomain name on web service’s crossdomanin.xml
http://www.webservice.com/crossdomain.xml
<cross-domain-policy>
<allow-access-from domain=“www.myWebSite.com” />
</cross-domain-policy>

-i have already use this methods…
System.security.loadPolicyFil(“http://www.webservice.com/crossdomain.xml”);
System.security.allowDomain(“www.webservicedomain. com”);

-i have already add following parameter in html with swf embed.
allowSlientScript “always”


mySwf connects a web service to get some xml data, i have no prob. with worktime in flash when i export the swf from fla, it is connect to web service correctly.

[COLOR=“Red”]But it isn’t work on browsers or when i want to open it directly from the swf.[/COLOR]
Thanks, YasinK.