Forums
This topic is locked
WMV. files don't seem to work
Posted 07 Aug 2007 22:39:00
1
has voted
07 Aug 2007 22:39:00 Jamie Pritchard posted:
After I choose the 'plugin' option and place a WMV. file in there it loads the interactive bar, but not the video - porperties claim it has 0 length? Quicktime vids work, but not this type. As a real newbie of Dreamweaver I have to ask what's going on here then? Do WMV. files need to be supported somehow?
Any suggestions are greatly appreciated.
Edited by - Manta Ray on 07 Aug 2007 22:40:10
Replies
Replied 10 Aug 2007 13:03:14
10 Aug 2007 13:03:14 Katelin Harrington replied:
Only can find the code for open in a new window, sorry!
<pre id=code><font face=courier size=2 id=code> <OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="290" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="videofilename.wmv">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="true">
<PARAM name="ShowDisplay" VALUE="true">
<PARAM name="autostart" VALUE="false">
<EMBED TYPE="application/x-mplayer2" SRC="videofilename.wmv" NAME="MediaPlayer"
WIDTH="192" HEIGHT="290" ShowControls="1" ShowStatusBar="1" ShowDisplay="1" autostart="0"> </EMBED>
</OBJECT>
</font id=code></pre id=code>
Edited by - Krystal5 on 10 Aug 2007 13:04:15
<pre id=code><font face=courier size=2 id=code> <OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="290" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="videofilename.wmv">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="true">
<PARAM name="ShowDisplay" VALUE="true">
<PARAM name="autostart" VALUE="false">
<EMBED TYPE="application/x-mplayer2" SRC="videofilename.wmv" NAME="MediaPlayer"
WIDTH="192" HEIGHT="290" ShowControls="1" ShowStatusBar="1" ShowDisplay="1" autostart="0"> </EMBED>
</OBJECT>
</font id=code></pre id=code>
Edited by - Krystal5 on 10 Aug 2007 13:04:15