Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ make music never stop?

Posted by: xxkasperxx Jun 30 2011, 01:06 PM

i have this code

CODE
<embed name="lostmojo"
src="music/test.mp3"
loop="false"
width="300"
height="90"
hidden="true"
autostart="true">
</embed>


but it stops and restarts if u load a different page, is there anyway to make it continue even if you go to a different page?

Posted by: pandy Jul 1 2011, 01:30 PM

Either play the music in a popup window that the user can keep open or close at will or you have to use frames. I recommend the popup solution for numerous reasons.

Posted by: xxkasperxx Jul 1 2011, 04:41 PM

okay, thank you

Posted by: xxkasperxx Jul 1 2011, 05:31 PM

i cannot figure out how to do the popup, with music. please help

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)