
Untitled
By: a guest on
May 25th, 2012 | syntax:
None | size: 1.95 KB | hits: 9 | expires: Never
want to add progress bar
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<script type="text/javascript">
window.onload = function() {
var oVid = document.getElementById("MediaPlayer1");
window.setTimeout(function CheckVidState() {
if (oVid.PlayState == 0) {
window.setTimeout(function() { document.location = "0HOME/HOME.html"; }, 3000);
return true;
}
window.setTimeout(CheckVidState, 10);
return false;
}, 10);
};
</script>
<title>WELCOME TO LOTUS TENDA WEBSITE</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26718107-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body bgcolor="#000000">
<br>
<table border="0" align=center>
<tr>
<td>
<object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="700" height="550">
<param name="fileName" value="intro.wmv">
<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="false">
<param name="Volume" value="-450">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="intro.wmv" name="MediaPlayer1" width=700 height=550 autostart=1 showcontrols=0 volume=-450>
</object>
</td>
</tr>
</table>
</body>
</html>