pvz
10-23-2003, 09:00 AM
Below is an example I found on how to embed a windows media player. My question is: How can I select which file should be played, by clicking a text link (which should be located in a different frame)? Very thankful for any help! /Per, Sweden
Current code:
<object id="MediaPlayer" width="600" height="480" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" type="application/x-oleobject">
<param name="FileName" value="media.wmv">
<param name="autostart" value="1">
<param name="showcontrols" value="0">
<embed type="application/x-mplayer2"
src="media.wmv"
width="600"
height="480"
autostart="1"
showcontrols="1">
</embed>
</object>
Current code:
<object id="MediaPlayer" width="600" height="480" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" type="application/x-oleobject">
<param name="FileName" value="media.wmv">
<param name="autostart" value="1">
<param name="showcontrols" value="0">
<embed type="application/x-mplayer2"
src="media.wmv"
width="600"
height="480"
autostart="1"
showcontrols="1">
</embed>
</object>