Imbedding video...

windows

Guest
Hello again, <br />
I'd like to create web pages with imbedded video in them, I cant find any options in dreamweaver on how to do it.... does anyone know or is this the wrong forums? :D<br />
<br />
thanks,<br />
john<!--content-->you could just load your page in frontpage fo a sec, go to insert menu pop your vidio in and then reload it in dreamweaverto carry on if you want an easy way <br />
<br />
or<br />
<br />
some html to do it<br />
<br />
in the body tag<br />
<br />
<object id="activemovie" classid="clsid:05589fa1-c356-11ce-bf01-00aa0055595a" style="width445;height:155;position:absolute;top:55;left:90"><br />
<param name="showdisplay" value="0"><br />
<param name="showcontrols" value"0"><br />
<param name="moviewindowwidth" value="445"><br />
<param name="moviewindowheight" value="162"><br />
<param name="autostart" value="1"><br />
<param name="autorewind" value="1"><br />
<param name="volume" value"=5000"><br />
<param name="filename" value="movie1.avi"><br />
<object><br />
<br />
this will play a microsoft activeX movie of file types<br />
.mpeg .avi .mov .au .wav .midi .aiff<br />
coz it is microsoft i am not sure of netscape compatability but i dont think it works. this code should be easy enough to edit and customize to your movie, and also check it coz i just typed it straight in and i have that medical reading/wrightig disorder, that begins with a D and i cant spell (you know the one i think they made it a long word to take the mick)<br />
<br />
any way hope it helps<!--content-->soryy that last tag should be </object> (but you spotted that anyway right?)<!--content-->
 
Back
Top