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!