A
AllYou!
I've used the embed tag to play a short mp3 clip when I open a page,
and if I manuall open another instance of IE, the music keeps playing
just fine.
That's what I want to happen when I also open another window from
JavaScript, but when I do that, the music stops. I don't want it to
stop. Help?
<head>
<script type="text/JavaScript"
src="styles_programs/p7popmenu.js"></script>
<SCRIPT LANGUAGE="JavaScript">
<!--
var newwindow;
function poptastic(url)
{
newwindow=window.open(url,'Journey','height=591,width=750');
}
// -->
</script>
</head>
<body>
<a href="javascriptoptastic('http://www.google.com/');">Pop it</a>
<embed src="photos/AshokenFarewell01.mp3" autostart="True" loop="True"
width="2" height="0"></embed>
</body>
and if I manuall open another instance of IE, the music keeps playing
just fine.
That's what I want to happen when I also open another window from
JavaScript, but when I do that, the music stops. I don't want it to
stop. Help?
<head>
<script type="text/JavaScript"
src="styles_programs/p7popmenu.js"></script>
<SCRIPT LANGUAGE="JavaScript">
<!--
var newwindow;
function poptastic(url)
{
newwindow=window.open(url,'Journey','height=591,width=750');
}
// -->
</script>
</head>
<body>
<a href="javascriptoptastic('http://www.google.com/');">Pop it</a>
<embed src="photos/AshokenFarewell01.mp3" autostart="True" loop="True"
width="2" height="0"></embed>
</body>