AS3 图形 API ->弹出窗口被阻止
我们开发了一个as3 facebook应用程序(http://www.encuentraugemelo.cl),但不幸的是,验证弹出窗口在所有主要浏览器(即ff、chrome)中被阻止,这导致我们的活动拒绝率很高。 如果我看这里... http://www.newxv.cl/setomatumuro/ 这些家伙使用相同的 api (http://code.google.com/p/facebook-actionscript-api/),我用反编译器检查了它,他们的弹出窗口从未被阻止! 有人能告诉我我们可以做什么以使弹出窗口不被阻止吗?
感谢欢呼, 丹尼斯
we developed an as3 facebook application (http://www.encuentratugemelo.cl), but unfortunately the authenification popup is blocked in all major browsers (ie, ff, chrome), which leads to a high rejection rate for our campaign.
If I have a look here ... http://www.newxv.cl/setomatumuro/
These fellows used the same api (http://code.google.com/p/facebook-actionscript-api/), I checked it with a decompiler and their popup is never blocked!
Can anybody point me into a direcction what we can do that the popup is not blocked?
Gracias y cheers,
Dennis
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先您需要在此处下载更新的 Facebook actionscript api frm
然后在您的代码,您编写此代码的位置:
之前我们的代码中有这一行:
注意:请将perms更改为范围
,最后,在html pr php 页面,您将在其中嵌入此 swf:
我想这会很有帮助,请执行此操作,在进行这些更改后,我们的项目中有一个正在运行的 Fb api。
享受 gr8 时光,保重
First you need to download the updated Facebook actionscript api frm here
Then in your code, where you have written this code :
Earlier we had this line in our code:
Note : Please change perms to scope
and finally, in the html pr php page, where you'll embed this swf:
This will be helpful i guess, please do this, after making these changes, we had a running Fb api in our project.
Have a gr8 time, take care