我使用的是最新版本的JW播放器的渲染YouTube視頻到一個網頁,它在Chrome和FF,但在IE所有版本的偉大工程,它只是呈現一個黑色矩形沒有錯誤繼續。我渲染視頻與此代碼:Internet Explorer的不玩YouTube視頻與JW球員
jwplayer("video3").setup({
file: "http://www.youtube.com/watch?v=xxxxx",
height: 500,
width: 736
});
問題是什麼?
編輯:
這就是JS生成IE的代碼,如果這有助於在所有:
<object name="video1" width="100%" height="100%" tabindex="0" id="video1" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" "=""><PARAM NAME="_cx" VALUE="19473">
<PARAM NAME="_cy" VALUE="13229"><PARAM NAME="FlashVars" VALUE="">
<PARAM NAME="Movie" VALUE="http://xxx.xxx/jwplayer/jwplayer.flash.swf">
<PARAM NAME="Src" VALUE="http://xxx.xxx/jwplayer/jwplayer.flash.swf">
<PARAM NAME="WMode" VALUE="Opaque"><PARAM NAME="Play" VALUE="0">
<PARAM NAME="Loop" VALUE="-1"><PARAM NAME="Quality" VALUE="High">
<PARAM NAME="SAlign" VALUE=""><PARAM NAME="Menu" VALUE="-1">
<PARAM NAME="Base" VALUE=""><PARAM NAME="AllowScriptAccess" VALUE="always">
<PARAM NAME="Scale" VALUE="ShowAll"><PARAM NAME="DeviceFont" VALUE="0">
<PARAM NAME="EmbedMovie" VALUE="0"><PARAM NAME="BGColor" VALUE="000000">
<PARAM NAME="SWRemote" VALUE=""><PARAM NAME="MovieData" VALUE="">
<PARAM NAME="SeamlessTabbing" VALUE="1">
<PARAM NAME="Profile" VALUE="0"><PARAM NAME="ProfileAddress" VALUE="">
<PARAM NAME="ProfilePort" VALUE="0"><PARAM NAME="AllowNetworking" VALUE="all">
<PARAM NAME="AllowFullScreen" VALUE="true">
<param name="movie" value="http://xxx.xxx/jwplayer/jwplayer.flash.swf">
<param name="allowfullscreen" value="true">
<param name="allowscriptaccess" value="always">
<param name="seamlesstabbing" value="true">
<param name="wmode" value="opaque"><param name="bgcolor" value="#000000">
</object>
<div id="video1_aspect" style="display: none;"></div>
這應該做工精細,你有聯繫嗎? – emaxsaun
它是一個開發網站,我不知道是否公開這將是明智的,但我發佈的JS在IE瀏覽器的HTML輸出,如果有幫助,任何想法? – labago
也許通過電子郵件發送? - info [at] longtailvideo [dot] com,謝謝。 – emaxsaun