我的应用https://apps.facebook.com/acroblast无法加载到Facebook上的加载栏。虽然它在浏览器上的https中播放得很好。
https://carboncopygames.com/acroblast_flash/acroblast.html
所以我想我的问题是,因为我已经在我的服务器上安装了SSL证书,我是否还需要做任何其他事情来使其工作。说把东西放在我的代码中?是的,我更新了我的安全网址
答案 0 :(得分:0)
您正在使用SSL,但是通过HTTP加载SWF。这可能是导致应用永远无法完成加载的原因。
SecurityError: Error #2121: Security sandbox violation: Loader.content:
http://carboncopygames.com/acroblast_flash/acroblast.swf cannot access
https://carboncopygames.com/acroblast_flash/resources.swf. This may be worked around by
calling Security.allowDomain.
at flash.display::Loader/get content()
at com.CopycatGames::CLoading/onComplete()