So i’ve searched the internet and from what I gather a sandbox violation error deals with cross domain issues. But i’m working on one domain and getting this error:
Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://theSite.com/stage.swf cannot load data from http://www.theSite.com/script.php.
I’ve done this many times on my own site with no problem, however the site i’m working on has two domains pointing to the same site so I included:
Security.allowDomain(‘http://www.theSite.com’,‘http://www.theOtherSite.com’);
but no joy. any ideas?