Forums

This topic is locked

popup breaks music

Posted 20 May 2005 23:01:25
1
has voted
20 May 2005 23:01:25 walter napoleon posted:
When I use the 'open new window' behaviour on my indexpage the music playing in an embedded WMP stops playing. Can I avoid this?
This is my behaviour:
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
This is my wmp:

object id="mediaplayer" classid ="clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
codebase=activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#version=6,4,5,715 standby=loading microsoft windows media player components..." type= "application/x-oleobject" width="67" height="26">
param name="filename" value="music.wax">
param name="showcontrols" value="true">
param name="showdisplay" value="false">
param name="autostart" value="1">
param name="autorewind" value="1">
param name="showstatusbar" value="false">
embed src="music.wax" width="67" height="26" autostart="1" filename="music.wax" showcontrols="true" showdisplay="false" autorewind="1" showstatusbar="false"></embed>
</object>

Thanks for help.

Reply to this topic