AKA MK
11-22-2006, 09:48 PM
Hi,
I'm new member on this forum, I would like to ask one question about Embedded WMP, I have got the following codes on my page:
<object id="MediaPlayer" width=100% height=350 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" value="/movies/MK.txt">
<param name="Showcontrols" value="True">
<param name="Showstatusbar" value="True">
<param name="autoStart" value="True">
<PARAM NAME="EnableContextMenu" VALUE="false">
<PARAM NAME="Loop" VALUE="True">
<embed type="application/x-mplayer2" src="/movies/MK.txt" name="MediaPlayer" width=100% height=350></embed>
</object>
But the only problem is when videos plays they leaves the url address of videos, Is it possible to make this not visiable? Or just this url address can be found only on temporary Internet folders cause when you just type the first character (alphabet) of my website it shows the address of that videos and so on.
The reason of creating asx was to hide these videos address. Please help me my embedded wmp not showing this.
I will be much appreciated to get ideas and help from you.
Many thanks,
MK
I'm new member on this forum, I would like to ask one question about Embedded WMP, I have got the following codes on my page:
<object id="MediaPlayer" width=100% height=350 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" value="/movies/MK.txt">
<param name="Showcontrols" value="True">
<param name="Showstatusbar" value="True">
<param name="autoStart" value="True">
<PARAM NAME="EnableContextMenu" VALUE="false">
<PARAM NAME="Loop" VALUE="True">
<embed type="application/x-mplayer2" src="/movies/MK.txt" name="MediaPlayer" width=100% height=350></embed>
</object>
But the only problem is when videos plays they leaves the url address of videos, Is it possible to make this not visiable? Or just this url address can be found only on temporary Internet folders cause when you just type the first character (alphabet) of my website it shows the address of that videos and so on.
The reason of creating asx was to hide these videos address. Please help me my embedded wmp not showing this.
I will be much appreciated to get ideas and help from you.
Many thanks,
MK