google的影音檔,怎樣自動播放呢?
不管是您自己上傳的影片,或是在google影音搜尋的影片,怎樣自動播放呢?
google 影音的網址 http://video.google.tw/
這是網站提供的語法 ↓
<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-3421921921869949240&hl=en" flashvars=""> </embed>
<embed width="400" height="326" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-3421921921869949240&hl=en" flashvars=""> </embed>
如果您想要自動重複播放,要改為 ↓
<embed width="400" height="326" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-3421921921869949240&hl=en&autoPlay=true&loop=true"> </embed>
autoPlay=true 設定自動播放
loop=true 設定重複播放
如果您不想重複播放,請將 loop=true 刪掉~~