hi,
again trying to do music in a homepage.
The music should play on load ...
this is how i try to do it.
setting up a "window.open" like
function Audio() { MyWindow = window.open('mp3/mp3player.html', 'mp3player', "width=130,height=120,left=0,left=100,top=100,location=no"); MyWindow.focus(); }
and an
Now the music plays in the Popup .. so far so good!
- on everypage there is a speaker symbol that should open the pop-up again to be able to stop the music.
e.g. . also javascript seems to be needed to be implemented in all pages otherwise the set focus doesnt seem to work at all.
the problem is that not only the focus is set but also the page seems is loaded. so the music starts at the beginning :-(
what am i doing wrong? or is there no solution for this?