Hi Oleg, Thank you for your response. I checked that SalesForce has crossdomain.xml in both their http and https servers. http://test.salesforce.com/services/Soap/u/crossdomain.xml http://test.salesforce.com/services/Soap/crossdomain.xml https://test.salesforce.com/services/Soap/u/crossdomain.xml https://test.salesforce.com/services/Soap/crossdomain.xml
- <cross-domain-policy> <allow-access-from domain="*" secure="true" /> <allow-http-request-headers-from domain="*" headers="*" secure="true" /> </cross-domain-policy> Do you think the above crossdomain.xml should be here --http://test.salesforce.com/crossdomain.xml I tried my swf accessed from both http and https. I still get the same error. Error #2170: Security sandbox violation I gave permission for the swf file to allow access to Salesforce URL in swf settings > Global security settings panel. Thanks for your help. David --- In [email protected], Oleg Sivokon <olegsivo...@...> wrote: > > http://test.salesforce.com/crossdomain.xml must permit your domain to > connect and get the data. If it doesn't, you'll have to either ask the > owners of that domain to add your domain to the list or proxy the requests > to their domain through your own proxy. > > Best. > > Oleg >

