0

我对 Facebook 分享有一些奇怪的问题。我使用以下代码在 Facebook 上分享一个 swf 播放器。它共享播放器,并且可以在 Facebook 上使用,但仅限于我。对于其他用户,它只共享预览图像并单击它会重定向到 url,而不是附加播放器并播放它。

<meta property="fb:app_id" content="*****">
<meta property="og:title" content="Hallgassviccet"/>
<meta property="og:type" content="video"/>
<meta property="og:url" content="http://www.hallgassviccet.hu/index.php?id=1"/>
<meta property="og:video" content="http://www.hallgassviccet.hu/images/preview.swf?componentWidth=280&componentHeight=78&pathToFiles=http://www.hallgassviccet.hu/admin/player/&xmlPath=xml/settings.xml&artistName=Hallgass Viccet&songName=A szétvert budi&songURL=viccek/viccek_100907_a szetvert budi.mp3" />
<meta property="og:image" content="http://i1.ytimg.com/vi/H73O8zaHmAo/default.jpg">
<meta name="video_type" content="application/x-shockwave-flash" />
<meta property="og:video:width" content="280" />
<meta property="og:video:height" content="78" />

分享网址是:

<a title="Add a Facebook-hoz" onclick="window.open('http://www.facebook.com/share.php?u=http://www.hallgassviccet.hu/index.php?id=1');return false;" href="http://www.facebook.com/" target="_blank"><img border="0" src="images/facebook.png" onMouseOver="this.src='images/facebook_hover.png'" onMouseOut="this.src='images/facebook.png'" width="24" alt="Oszd meg Facebook-on" style="cursor:pointer;" /></a>

这里有什么问题?为什么其他人不能在 Facebook 上使用 swf 播放器?

4

1 回答 1

0

可能是因为其他人通过 HTTPS 登录,而您通过 HTTP 登录。Facebook 不会为通过 HTTPS 浏览的用户播放 SWF,除非 SWF 源也通过 HTTPS。

于 2012-10-03T14:04:05.090 回答