如何在 Flash 网站上添加类似 facebook 的框

发布于 2024-12-01 13:01:57 字数 859 浏览 5 评论 0原文

<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 技术交流群。

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

发布评论

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

评论(2

恬淡成诗 2024-12-08 13:01:57

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

幽梦紫曦~ 2024-12-08 13:01:57

唯一的方法是创建一个对话框并将类似框的代码放入其中。
然后按下 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.

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