Topic: Problem with audio with windows media player in html

Hi All

Currently i have embeded windows media player in the html, currently i have 2 panels like windows explorer, where i am displaying all the videos in left panel and when i click on the left panel based on the selection the particular video is display in right hand side.

Here is the code to display the video

<OBJECT id="VIDEO" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject"
width="480" height="360">
<PARAM NAME="URL" VALUE="<<some url>>">
<PARAM NAME="enabled" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM NAME="width" VALUE="480">
<PARAM NAME="height" VALUE="360">
<PARAM name="Volume" VALUE="50">
<PARAM NAME="balance" VALUE="0">
<PARAM NAME="Rate" VALUE="1.0">
<PARAM NAME="Mute" VALUE="False">
<PARAM NAME="fullScreen" VALUE="False">
<param name="animationatstart" value="true">
<param name="transparentatstart" value="true">
<param name="showcontrols" value="true">
<param name="ShowStatusBar" value="true">
<param name="windowlessvideo" value="true">
</OBJECT>


Know the issue is when i select one video its running fine and also the audio is coming, but when the video is running and click on the other video the video is comming but the previous audio is still running, like param name="windowlessvideo" value="true"> is there any tag where i can stop the previous audio. Please help me in resolving the issue, as this is really critical to me

Thanks
Bhanu S

Vote up Vote down