Link to home
Start Free TrialLog in
Avatar of _Esam
_Esam

asked on

How do I insert a .wmv video clip in my Dreamweaver page?

Hi,
 I am not clear how to insert a .wmv video clip to my web page using Dreamweaver.
 I need some guidance, quickly, please.
 Thanks.
_Esam
Avatar of humeniuk
humeniuk
Flag of Canada image

Here's a fairly detailed explanation on how to do this -  http://www.mcse.ms/message1090150.html.
Avatar of _Esam
_Esam

ASKER

I tried this, doesn't work...
It shows up not in the separate window, but on the left side of the window....
Something to do with the settings of the machine.

_Esam
Avatar of _Esam

ASKER

THe embed code is:
<embed src="../Media/Videos/test.wmv" width="338" height="300"></embed>

the javascript is:

<script language="javascript1.2" type="text/javascript">
function setFilePath(fileurl)  {
var player=document.getElementById("mediaplayer");
player.URL=fileurl;
player.controls.play();
}

Let me know...

_Esam
ASKER CERTIFIED SOLUTION
Avatar of Esopo
Esopo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Also, the full pro explanation / guide with all the necessary code including the javascript to control the playback:
http://wdvl.internet.com/Multimedia/Windows_Media/index4.html
Yes, those links look better.
Did you want to embed it or just create a link to stream it?
If it's for streaming then you'd need to create a .asx playlist file.