Facebook 自定义 FBML 页面和远程 SWF 文件

发布于 2024-10-17 04:52:37 字数 91 浏览 1 评论 0原文

是否可以在页面的自定义 FMBL 选项卡中显示 Flash 内容? 是否可以使用 HTML 来完成,或者如果可能的话必须使用 FBML 来完成?

谢谢。

Is it possible to show Flash content in Custom FMBL tabs for pages?
Can it be done with HTML or must it be FBML if possible?

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

女中豪杰 2024-10-24 04:52:37

是的,这是可能的。您有一个fbml 标记来嵌入swf 文件。

但是,在用户点击您的内容之前,Facebook 不允许您显示 Flash 内容。如果您查看文档,该标签有一个 imgsrc 参数。该图像将一直显示,直到用户单击它,然后它会自动替换为 SWF 影片(并且 uid、令牌等用户参数通过 REQUEST 传递给应用程序)。

Yes, it is possible. You have a fbml tag to embed swf files.

However, Facebook doesn't allow you to show flash content until the user has clicked on your content. If you take a look at the documentation, the tag has a imgsrc parameter. This image will show until the user clicks on it, and then it gets replaced automatically with the SWF movie (and user parameters like uid, token, etc., are passed to the application via REQUEST).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文