YouTube Players Test
2010/11/02 12:22
瀏覽890
迴響1
推薦30
引用0
一般樣式嵌入碼(embed語法) :
<embed src="http://www.youtube.com/v/0C0dmGeE4MI?fs=1&hl=zh_TW&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="730" height="385"></embed>
進行操作時...滑鼠焦點被鎖住無法釋放(Safari 瀏覽器除外)......
Chromeless 樣式嵌入碼(embed語法) :
<embed src="http://www.youtube.com/v/0C0dmGeE4MI&rel=0&hl=zh_TW&feature=player_embedded&version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="730" height="390"></embed>
播放Bar外觀簡潔好看...為首選......
Chromeless 樣式嵌入碼(iframe語法) :
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="730" height="390" src="http://www.youtube.com/embed/0C0dmGeE4MI?rel=0" frameborder="0"></iframe>
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="730" height="390" src="http://www.youtube.com/embed/0C0dmGeE4MI?rel=0" frameborder="0"></iframe>
目前為試用階段...發現播放時進度條無法自動隱藏......



















