Corey... I have created another page with another movie, utilized the code that you sent last time which worked perceftly but when I click on the play button it says "Opening Media" "Connectig to media" and that's it. The movie doesn't play. All settings are the same as the last instance you helped me create. What have i done wrong here? The site is The page is as below.
Thanks... again
<html>
<head>
<title>Eco-Blasting</title>
</head>
<body background="images/WMAmerica.gif">
<p> </p>
<table border="0" cellpadding="2" width="100%" height="188">
<tr>
<td width="50%"><p align="center"><font face="BookmanITC Lt BT" size="6" color="#000080"><strong>Eco-Blast</strong></font></p>
<p align="center"><font face="BookmanITC Lt BT" size="6" color="#000080"><strong>Environmentally
Freindly<br>
Restoration<br>
and<br>
Cleaning</strong></font></td>
<td width="50%">
<object id="MediaPlayer" width="320" height="286"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject"
codebase=" <param name="filename" value="Movies/sb_2.wmv">
<param name="autoStart" value="false">
<param name="showControls" value="true">
<param name="ShowStatusBar" value="true">
<param name="Autorewind" value="true">
<param name="ShowDisplay" value="false"><embed SRC="Movies/sb_2.wmv" WIDTH="320" HEIGHT="286" type="application/x-mplayer2"
name="MediaPlayer" autostart="0" showcontrols="0" showstatusbar="1" autorewind="1"
showdisplay="0">
</object>
</td>
</tr>
</table>
</body>
</html>
Thanks... again
<html>
<head>
<title>Eco-Blasting</title>
</head>
<body background="images/WMAmerica.gif">
<p> </p>
<table border="0" cellpadding="2" width="100%" height="188">
<tr>
<td width="50%"><p align="center"><font face="BookmanITC Lt BT" size="6" color="#000080"><strong>Eco-Blast</strong></font></p>
<p align="center"><font face="BookmanITC Lt BT" size="6" color="#000080"><strong>Environmentally
Freindly<br>
Restoration<br>
and<br>
Cleaning</strong></font></td>
<td width="50%">
<object id="MediaPlayer" width="320" height="286"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject"
codebase=" <param name="filename" value="Movies/sb_2.wmv">
<param name="autoStart" value="false">
<param name="showControls" value="true">
<param name="ShowStatusBar" value="true">
<param name="Autorewind" value="true">
<param name="ShowDisplay" value="false"><embed SRC="Movies/sb_2.wmv" WIDTH="320" HEIGHT="286" type="application/x-mplayer2"
name="MediaPlayer" autostart="0" showcontrols="0" showstatusbar="1" autorewind="1"
showdisplay="0">
</object>
</td>
</tr>
</table>
</body>
</html>