Facebook - 什么是“XD Proxy”,我可以阻止/隐藏它吗?
我正在尝试将 Flash Professional/AS3 游戏集成到 Facebook 中。 swf 托管在安全 (https) 服务器上。 swf 必须连接到另一个域上的 SmartFoxPro 套接字服务器。
我正在使用 Facebook Actionscript API 与 Facebook 进行交互。 (我应该使用 PHP 吗?我读了一篇建议使用 PHP 的文章,因为 Actionsrcipt API 可能无法保持最新。)当我启动我的应用程序时,我会收到一个“安全信息”弹出框,其中显示:该页面包含安全和不安全的项目。我单击“是”以显示所有非安全项目。
然后,我收到一个“XD Proxy blah-blah-blah”弹出窗口。此弹出窗口消失,然后我的应用程序登录到我的 SmartFox 服务器。
那么...这个“XD Proxy”窗口是什么?我认为它看起来不专业,用户可能会认为应用程序有错误。我可以阻止或隐藏此窗口吗?
另外,我可以阻止或隐藏“安全信息”弹出窗口吗?为什么我在其他 FB 应用程序中看不到此内容?
I'm trying to integrate a Flash Professional/AS3 game into Facebook. The swf is hosted on a secure (https) server. The swf has to connect to a SmartFoxPro socket server on another domain.
I'm using the Facebook Actionscript API to interface with Facebook. (Should I use PHP, instead? I read an article that recommends using PHP, because the Actionsrcipt API may not be kept up to date.) When I fire up my app, I get a "Security Information" pop-up box saying that the page contains both secure and nonsecure items. I click "yes" to all the display of the nonsecure items.
Then, I get an "XD Proxy blah-blah-blah" popup. This pop-up goes away, and then my app logs in to my SmartFox server.
So... What is this "XD Proxy" window? I think it looks unprofessional, and users may think there's an error with the app. Can I block or hide this window?
Also, can I block or hide the "Security Information" pop-up? Why don't I see this in other FB apps?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
关于 XD 代理:
http://social.answers.microsoft.com/Forums/en-US/InternetExplorer/thread/fac1a0b0-fd15-482c-987c-57eba4c95c36
您看到此情况的原因是您页面上的某些元素通过了 SSL,而其他元素则没有。检查以确保应用程序中的元素通过 https://(这包括图像、CSS 和 JS 文件的链接、SWF 文件的链接等)。我不确定您是否需要以安全的方式将 Flash 元素连接到 SmartFox 服务器,但如果可以的话那就太好了。
With regard to XD Proxy:
http://social.answers.microsoft.com/Forums/en-US/InternetExplorer/thread/fac1a0b0-fd15-482c-987c-57eba4c95c36
The reason you are seeing this is because there are some elements on your page going through SSL and others that are not. Check to make sure the elements in your app are going through https:// (This includes images, links to CSS and JS files, links to SWF files, etc). I'm not sure about whether you need to have your flash element connect to your SmartFox server in a secure method, but if you can it would be a bonus.