swf file A gets loaded into swf file B. swf file A allows a user to sign up for a promotion which uses URLLoader to send data out to an external domain. the external domain has a crossdomain.xml file which does get loaded, but I continue to get Security Sandbox Errors.
Is it allowed to send data from a loaded swf file (swf file A) to an external domain?
I get this error:
Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://www.siteA.com/images/ads/landingPage-v01.swf cannot load data from http://www.siteB.com.
I just want to send the data. I don’t need to get a response.
Marty