Hey i couldnt remember what it was so i thought i would ask. Does anyone know the HTML cos to insert a video using windows media player. + Rep to first right answer :D
- Matt
Printable View
Hey i couldnt remember what it was so i thought i would ask. Does anyone know the HTML cos to insert a video using windows media player. + Rep to first right answer :D
- Matt
Quote:
Originally Posted by lMattz
Code:<embed type="application/x-mplayer2" pluginspage=" http://www.microsoft.com/Windows/MediaPlayer/"
src="http://www.yourlink.com/movie.wmv"
align="middle"
width="640"
height="480"
ShowControls="true"
ShowDisplay="false"
showstatusbar="true">
</embed>
<embed SRC="Video URL here" WIDTH="x" HEIGHT="x" AUTOPLAY="true" ></embed>
x = size needed to be added
Both + rep
<object classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="WindowsMediaPlayer1" volume="100" height="H" width="W">
<param name="src" value="URLOFVIDEO">
<param name="type" value="application/x-mplayer2">
<param name="autoplay" value="true">
<param name="controller" value="true">
<embed volume="100" pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=m edia&sba=plugin&" name="MediaPlayer" src="URLOFVIDEO" type="application/x-mplayer2" controller="true" autoplay="true" height="H" width="W">
</object>
H W and URLOFVIDEO need to be replaced appropitety, This way it will play in both IE and Firefox, rather than in only one