|
Try this: (Note: You will have to change the veriables to suit your needs i.e. width="whatever" etc.) Also don't forget to change the "filename" "value" and "src" to "yourmovie.avi" not "madmax.avi"
<object id="MediaPlayer1" width="240" height="252"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
type="application/x-oleobject">
<param name="autostart" value="false">
<param name="filename" value="madmax.avi">
<param name="showcontrols" value="true">
<param name="ShowStatusBar" value="true">
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
src="madmax.avi"
width="240"
height="252"
autostart="0"
showcontrols="1"
showstatusbar="1">
</embed>
The other easy way to do it is to add the movie to your root folder and put a link like this to it:
<p>Here's my <a href="madmax.mov">movie</a>. You can also add this to an image or screen shot of the movie playing to make it more interesting than just a text link.
That way people can click it if they like or not.
Hope this helps!
Kaiman
Last edited by Kaiman; 11-15-2004 at 12:36 PM..
|