Why won't My App Load in https on Facebook?
My app https://apps.facebook.com/acroblast won't load past the loader bar on facebook. It plays just fine in https on a browser though.
https://开发者_StackOverflow中文版carboncopygames.com/acroblast_flash/acroblast.html
So I guess my question is, since I have installed SSL certificate on my server, Do I need to do anything else to make it work. Say put stuff in my code? And yes I updated my secure URLs
You are using SSL but loading your SWF over HTTP. This is probably what causes the app to never complete loading.
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()
精彩评论