It's not a video file, but: http://testing.freeownhost.com/z3_wangbodong3.jpg
/EDIT: Oh, it is a video file. Microsoft WMV7 format. Causing your server to serve it with an incorrect MIME type will break it in anything except Internet Explorer, which thinks it knows better than the server and tries to second-guess the MIME type.
That page and the ones it leads to are broken in many ways.
Effective source of the pages:
http://testing.freeownhost.com/i_1_f_j_k/21.htm:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<head>
<title> video </title>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<meta content="text/html; charset=big5" http_equiv="Content_Type">
<meta content="MSHTML 6.00.2800.1476" name="GENERATOR">
</head>
<body bgcolor="black" onselectstart="event.returnValue=false" oncontextmenu="window.event.returnValue=false" ondragstart="window.event.returnValue=false">
("
<noframes>
<body>
<script type='text/javascript' src='http://ads.primeinteractive.net/adx.js'>
</script>
<script type='text/javascript' src='http://ads.primeinteractive.net/adlayer.php?what=zone:42&layerstyle=simple&align=right&valign=top&padding=2&closetime=30&padding=0&shifth=0&shiftv=0&closebutton=t&nobg=t&noborder=t'>
</script>
</noframes>
<center>
<table border="1" bordercolor="#808080" cellpadding="1" cellspacing="1">
<tbody>
<tr align="center">
<td bgcolor="#000000"> <object id="NSPlay" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" align="middle" height="320" width="360"> <param name="autoStart" value="0"> <param name="fileName" value=" http://testing.freeownhost.com/z3_wangbodong3.jpg"> <param name="BufferingTime" value="0"> <param name="CaptioningID" value=""> <param name="ShowControls" value="1"> <param name="ShowAudioControls" value="1"> <param name="ShowGotoBar" value="0"> <param name="ShowPositionControls" value="1"> <param name="ShowStatusBar" value="-1"> <param name="EnableContextMenu" value="0"> <embed src="" autosize="0" autostart="-1" animationatstart="1" baseurl="" clicktoplay="1" enablecontextmenu="0" enablepositioncontrols="0" enablefullscreencontrols="0" enabletracker="0" filename="" sendopenstatechangeevents="1" sendplaystatechangeevents="1" showcontrols="-1" showaudiocontrols="-1" showdisplay="0" showgotobar="0" showpositioncontrols="0" showstatusbar="0" showtracker="0" transparentatstart="-1" volume="2" windowlessvideo="0" height="240" width="320"> </object> </td>
</tr>
</tbody>
</table>
/tr> </center>
</body>
</html>
http://testing.freeownhost.com/1.htm:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
<HTML>
<head>
<script>
...
</script>
<title> </title>
<meta http-equiv="Content-Type" content="text/html;
charset=big5">
<meta content="text/html; charset=big5" http_equiv="Content_Type">
</head>
<body bgcolor="black" onselectstart="event.returnValue=false" oncontextmenu="window.event.returnValue=false" ondragstart="window.event.returnValue=false">
<p align="center">
<a href="javascript://" onclick="window.open('http://testing.freeownhost.com/i_1_f_j_k/21.htm','','menubar=no,status=yes,scrollbars=yes,top=200,left=200,toolbar=no,width=800,height=600')"> </a>
</p>
<p align="center">
<a href="javascript://" onclick="window.open('http://testing.freeownhost.com/i_1_f_j_k/21.htm','','menubar=no,status=yes,scrollbars=yes,top=200,left=200,toolbar=no,width=800,height=600')"> <img src="http://testing.freeownhost.com/video2.gif"> </a>
</p>
</body>
</html>
The video doesn't work in anything except IE; the pages won't work in any non-JS browsers; your markup is very deformed.
The task you are attempting is not possible; anything you try will cause problems to legitimate users. Give up.
Bookmarks