Embeding Media Player In A Html Page hi
i am working on a presentaion cd having following page format
[IMG]PAGE.GIF[/IMG]
what i like to do is when i click the filename which is a audio or video file it will play on the media player of the page, not in the ie media window. i wrote this code for it collected from macromedia web site. object width="320" height="290"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
id="mediaplayer1">
<param name="Filename" value="kids.mpg">
<param name="AutoStart" value="True">
<param name="ShowControls" value="True">
<param name="ShowStatusBar" value="False">
<param name="ShowDisplay" value="False">
<param name="AutoRewind" value="True">
<embed
type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/"
width="320" height="290" src="/support/dreamweaver/ts/documents/kids.mpg"
filename="kids.mpg" autostart="True"
showcontrols="True" showstatusbar="False"
showdisplay="False" autorewind="True">
</embed>
</object>
but the problem here is that it works for only a particular media file wich in this case is kids.mpg. so how can i make it to play the file name click.
plz help
__________________ when the going gets tough
tough gets going
when the going gets rough
rough gets going
find all the best freeware links in my site http://www.geocities.com/somak_de |