How to add a movie file.

Discussion in 'HTML & Website Design' started by snapplekid13, Feb 25, 2007.

  1. #1
    Hi,

    I want to add a movie file ( .mpg ) but i want it to play in windows media player.

    How would i do that?
     
    snapplekid13, Feb 25, 2007 IP
  2. eXe

    eXe Notable Member

    Messages:
    4,643
    Likes Received:
    248
    Best Answers:
    0
    Trophy Points:
    285
    #2
    <OBJECT id="VIDEO" width="320" height="240" 
    	style="position:absolute; left:0;top:0;"
    	CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
    	type="application/x-oleobject">
    	
    	<PARAM NAME="URL" VALUE="yourfile.mpg">
    	<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
    	<PARAM NAME="AutoStart" VALUE="True">
    	<PARAM name="uiMode" value="none">
    	<PARAM name="PlayCount" value="9999">
    </OBJECT>
    HTML:
     
    eXe, Feb 25, 2007 IP
  3. Nosliw

    Nosliw Well-Known Member

    Messages:
    77
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    123
    #3
    Ahh read my mind eXe :<
     
    Nosliw, Feb 26, 2007 IP