Pieces
01-12-2005, 09:23 AM
I just created a windows media file for my site, when I open it it dreamweaver it plays fine or if I open it in a browser not uped to the ftp it plays fine. But when I up it to the ftp it does not play on my site it just shows a white box. I tried a few different computers and showed the same white box, thinking maybe it was my computer? I listed my code below I am hoping I am missing something stupid. I was going to list my website so maybe someone elese could check and see if it works at your end. But I am not sure if that is against this web forum rules. If someone could help I thank you in adavance.
<p>
<object classid="22d6f312-b0f6-11d0-94ab-0080c74c7e95" width="320" height="290" id="mediaplayer 1">
<param name="FileName" value="Video.avi">
<param name="AutoStart" value="False">
<param name="ShowControls" value="True">
<param name="ShowStatusBar" value="False">
<param name="ShowDisplay" value="False">
<param name="AutoRewind" value="True">
<embed
src="media/Video.avi" width="320" height="290" autostart="True"
type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/" showcontrols="True" showstatusbar="False" showdisplay="False" autorewind="True" filename="Video.avi"></embed>
</object>
</p>
<p>
<object classid="22d6f312-b0f6-11d0-94ab-0080c74c7e95" width="320" height="290" id="mediaplayer 1">
<param name="FileName" value="Video.avi">
<param name="AutoStart" value="False">
<param name="ShowControls" value="True">
<param name="ShowStatusBar" value="False">
<param name="ShowDisplay" value="False">
<param name="AutoRewind" value="True">
<embed
src="media/Video.avi" width="320" height="290" autostart="True"
type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/" showcontrols="True" showstatusbar="False" showdisplay="False" autorewind="True" filename="Video.avi"></embed>
</object>
</p>