Anda di halaman 1dari 1

KODE HTML UNTUK MENJADIKAN SEBUAH VIDEO MENJADI BACKGROUND

<html>
<head>
<title>XPScene - dreamscene.org</title>
<style type="text/css">html,body{overflow:hidden;margin:0}</style>
</head>
<body bgcolor="#000000">
<OBJECT id="VIDEO" width="100%" height="100%" border="0" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject">
<PARAM NAME="URL" VALUE="video_file_name">
<PARAM NAME="stretchToFit" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM NAME="enabled" VALUE="True">
<PARAM NAME="uiMode" VALUE="none">
<PARAM NAME="PlayCount" VALUE="999999"></OBJECT>

</body>
</html>

Video_file_name = nama file video lengkap dengan path-nya.

KEINACANTIK

Anda mungkin juga menyukai