2013
02.02

注射針

aloha2863
5つ星のうち 0
93
2013/01/28

動画を表示


今回は過激に

function gohtml5(){
document.getElementById(‘html5_video’).preload = true;
document.getElementById(‘flash_ver’).style.display = ‘none’;
document.getElementById(‘html5_ver’).style.display = ‘block’;
}
function goflash(){
document.getElementById(‘html5_video’).preload = false;
document.getElementById(‘html5_video’).pause();
document.getElementById(‘flash_ver’).style.display = ‘block’;
document.getElementById(‘html5_ver’).style.display = ‘none’;
}

動画を再生するには、Flashプレヤが必要。

HTML5プレヤで表示

動画を再生するには、videoタグをサポトしたブラウザが必要。

Flashプレヤで表示

Comments are closed.