Facebookで動画を再生したい。これが私のページです。サイトhttp://sefid.co.keにアクセスすると、ビデオがうまく再生されます
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#">
<head>
<title>The Rock (1996)</title>
<meta property="og:title" content="#video.title#">
<meta property="og:description" content="#video.description#">
<meta property="og:type" content="video">
<meta property="og:image" content="http://sefid.co.ke/jwplayer/preview.jpg">
<meta property="og:video" content="http://sefid.co.ke/jwplayer/player.swf?embedCode=#url.watch#&autoplay=1&keepembedCode=true">
<meta property="og:video:type" content="application/x-shockwave-flash">
<meta property="og:video:width" content="470">
<meta property="og:video:height" content="320">
<meta property="og:site_name" content="AOPA">
</head>
<body>
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='470' height='320' id='single1' name='single1'>
<param name='movie' value='/jwplayer/player.swf'>
<param name='allowfullscreen' value='true'>
<param name='allowscriptaccess' value='always'>
<param name='wmode' value='transparent'>
<param name='flashvars' value='file=http://sefid.co.ke/jwplayer/player.swf?file=%2Fjwplayer%2Fvideo.mp4'>
<embed
id='single2'
name='single2'
src='/jwplayer/player.swf'
width='470'
height='320'
bgcolor='#000000'
allowscriptaccess='always'
allowfullscreen='true'
flashvars='file=/jwplayer/video.mp4'
/>
</object>
</body>
</html>
何が問題になる可能性がありますか?
よろしくお願いします。
感謝します
ロジャー