ตัวอย่าง
http://www.mia-pi.ca/promo_video2.html
ที่มา
http://www.mia-pi.ca/promo_video2.html
View Code
-------------------------------------------------
<div id="mediaplayer">Uploading Video...</div>
<script type="text/javascript" src="jwplayer/jwplayer.js"></script>
<script type="text/javascript">
jwplayer("mediaplayer").setup({
flashplayer: "jwplayer/player.swf",
file: "media/promo_video/MIA_promo_new_640.mp4",
autostart: "true",
stretching: "none",
controlbar: "bottom",
width: "640",
height: "384"
});
</script>
------------------------------------------------