Click to See Complete Forum and Search --> : Full screen not on top


DrBobRx
05-05-2003, 07:57 PM
When I add background music to my page it overrides my "fullscreen" and replaces the browser on top of the page.
I have tried several scripts and all with the same results. Am I tring something that causes conflicts? I have included the last two scripts that I am using.

<!-- Begin
if (this.name!='fullscreen'){
window.open(location.href,'fullscreen','fullscreen,scrollbars')
}
// End -->



<EMBED SRC="music.mid" AUTOSTART="TRUE" HIDDEN="TRUE" LOOP="TRUE"> <NOEMBED> <BGSOUND SRC="music.mid" LOOP="INFINITE"> </NOEMBED>


Thanks.:confused:

SniperX
05-06-2003, 12:18 AM
You might wanna close your embed tag
//your code
<EMBED SRC="music.mid" AUTOSTART="TRUE" HIDDEN="TRUE" LOOP="TRUE"> <NOEMBED> <BGSOUND SRC="music.mid" LOOP="INFINITE"> </NOEMBED>
//my code
<EMBED SRC="music.mid" AUTOSTART="TRUE" HIDDEN="TRUE" LOOP="TRUE"> <NOEMBED> <BGSOUND SRC="music.mid" LOOP="INFINITE"> </NOEMBED> </EMBED>

Might work - dont know