Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FP98 & movie.wmv... again 1

Status
Not open for further replies.

cspgsl

Technical User
Joined
Apr 5, 2002
Messages
112
Location
CA
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=&quot;images/WMAmerica.gif&quot;>

<p>&nbsp;</p>

<table border=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;100%&quot; height=&quot;188&quot;>
<tr>
<td width=&quot;50%&quot;><p align=&quot;center&quot;><font face=&quot;BookmanITC Lt BT&quot; size=&quot;6&quot; color=&quot;#000080&quot;><strong>Eco-Blast</strong></font></p>
<p align=&quot;center&quot;><font face=&quot;BookmanITC Lt BT&quot; size=&quot;6&quot; color=&quot;#000080&quot;><strong>Environmentally
Freindly<br>
Restoration<br>
and<br>
Cleaning</strong></font></td>
<td width=&quot;50%&quot;>
<object id=&quot;MediaPlayer&quot; width=&quot;320&quot; height=&quot;286&quot;
classid=&quot;CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95&quot;
standby=&quot;Loading Microsoft® Windows® Media Player components...&quot;
type=&quot;application/x-oleobject&quot;
codebase=&quot; <param name=&quot;filename&quot; value=&quot;Movies/sb_2.wmv&quot;>
<param name=&quot;autoStart&quot; value=&quot;false&quot;>
<param name=&quot;showControls&quot; value=&quot;true&quot;>
<param name=&quot;ShowStatusBar&quot; value=&quot;true&quot;>
<param name=&quot;Autorewind&quot; value=&quot;true&quot;>
<param name=&quot;ShowDisplay&quot; value=&quot;false&quot;><embed SRC=&quot;Movies/sb_2.wmv&quot; WIDTH=&quot;320&quot; HEIGHT=&quot;286&quot; type=&quot;application/x-mplayer2&quot;
name=&quot;MediaPlayer&quot; autostart=&quot;0&quot; showcontrols=&quot;0&quot; showstatusbar=&quot;1&quot; autorewind=&quot;1&quot;
showdisplay=&quot;0&quot;>
</object>
</td>
</tr>
</table>
</body>
</html>
 
Doh... thanks again
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top