View Full Version : How do I put...


iGeek
10-30-2004, 04:17 PM
'Sup guys? Is there a way I can put *.MPEG movies on my website? Or do I need Flash or something. Is it just:

<IMG SRC="whatever.mpeg">

I also want to put it in a box so you can pause and stop and stuff. Or does it have to be a *.AVI file? Any help THANKS!(not yelling just showing my thanks)

Tracey
10-30-2004, 04:34 PM
I think it's this Change the bold<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="280" height="256">
<param name="fileName" value="http://so-calwebs.com/videos/MOV00468.mpeg">
<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="Volume" value="-450">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="http://so-calwebs.com/videos/MOV00468.mpeg" name="MediaPlayer1" width=280 height=256 autostart=1 showcontrols=1 volume=-450>
</object>