如何在 Flash 网站上添加类似 facebook 的框
<item>
<!-- About Us Item Title -->
<title><![CDATA[<font color="#FFFFFF">Facebook Updates</font>]]></title>
<!-- SUB TITLE -->
<!-- <subTitle><![CDATA[<font color="#FFBC53">Click To View Facebook Updates</font>]]></subTitle> -->
<subTitle><![CDATA[<font color="#FFBC53" size="+10">Coming Soon...</font>]]></subTitle>
<!-- Path To Midsection Image -->
<image>midsection/images/tour.jpg</image>
<!-- About Us Description Text HTML Formatted -->
<description><![CDATA[<font color="#FFFFFF"> </font> ]]></description>
</item>
有人可以帮助我吗,我如何在 Flash 网站上添加 Facebook 之类的框...
上面是 Flash 网站中的一个块,我想显示 Facebook 之类的框。
<item>
<!-- About Us Item Title -->
<title><![CDATA[<font color="#FFFFFF">Facebook Updates</font>]]></title>
<!-- SUB TITLE -->
<!-- <subTitle><![CDATA[<font color="#FFBC53">Click To View Facebook Updates</font>]]></subTitle> -->
<subTitle><![CDATA[<font color="#FFBC53" size="+10">Coming Soon...</font>]]></subTitle>
<!-- Path To Midsection Image -->
<image>midsection/images/tour.jpg</image>
<!-- About Us Description Text HTML Formatted -->
<description><![CDATA[<font color="#FFFFFF"> </font> ]]></description>
</item>
Can some one help me, how can i add facebook like box on a flash site...
Above is a block in a flash site i want to show up fb like box.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Like Box 的文档在这里:
https://developers.facebook.com/docs/reference/plugins/like-框/
您可以将其包含在标准 html div 中,但不可能将其嵌入 Flash 影片中
The documentation for the Like Box is here:
https://developers.facebook.com/docs/reference/plugins/like-box/
You could include it in a standard html div, but embedding it inside a flash movie isn't possible
唯一的方法是创建一个对话框并将类似框的代码放入其中。
然后按下 Flash 中的按钮。该按钮调用 PHP。 PHP 打开带有类似框的对话框,然后将某些内容返回给 Flash。
The only way is create a dialog and put the code of the like box in it.
Then you press a button in Flash. This button make a call to the PHP. The PHP open the dialog with the like box and then return something to Flash.