A Flash Developer Resource Site

Results 1 to 1 of 1

Thread: Sandbox Error

  1. #1
    Registered User
    Join Date
    May 2011
    Posts
    2

    Sandbox Error

    Do you have a crossdomain.xml file for your domain?

    Code:
     <?xml version="1.0" ?> 
    <cross-domain-policy>
     <allow-access-from domain="*" /> 
     <allow-access-from domain="*.www.yourdomain" secure="false" />
     </cross-domain-policy>
    Last edited by enpstudios; 05-10-2011 at 02:19 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center