Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have authored several youtube player api projects in cs4, using AS2 and AS3. The projects run fine online, but recently I have been unable to run the projects in Flash CS4, meaning I have to publish the .swf and upload to my website before testing a code change. From my desktop in Flash CS4, I get a sandbox violation notice like this:

* Security Sandbox Violation * Connection to https://www.youtube.com/api_video_info halted - not permitted from http://s.ytimg.com/yts/swfbin/apiplayer3-vflU1PTFM.swf

I have included all possible permutations of security.allowdomain("*","s.ytimg.com","www.youtube.com", etc) and it doesn't seem to help. I have found code samples online, including complete .fla's, that do the same thing when I try to play them in CS4. What am I doing wrong????? (Must be something dumb, but I can't find it.)

Thanks!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.