Hello,
How do I play a DVD from a website? I am starting with zero knowledge
of media but have HTML Experience.
I found out that Windows Media Player won't play the DVD. Do I suggest
everyone download Real Player for free? or can I put a realplayer plug
in on the server? Is it possible to check if they have DVD playing
software and use that. The below mentioned is all I have and of course
it is not working, that is why I am here.
This is in the Head:
function openPlayer()
{
WinMPlayer.URL= "Myplaylist.wpl"
}
</script>
This is in the body:
<OBJECT ID="WinMPlayer"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<PARAM name="autoStart" value="True">
</OBJECT>
<input type=button value="Play" onclick="openPlayer()">
Thanks in advance.
idontknow