Jump to content

sound?


Day Walker

Recommended Posts

ok i know there has to be a way....i want to add sound to my php website...i can do that no problem in the tpl files...however when you change the page it restarts the tunes...is there a way to add a script somewhere so that once you enter the site the tunes play and loop forever till you exit the stie?
Link to comment
https://forums.phpfreaks.com/topic/35320-sound/
Share on other sites

i can get the tunes to play no problem using thisin the tpl file...thing is it restarts everytime you change the page...there has to be a way to make it play with out restarting


[code]<embed src="mytunes.mp3" autostart="true" hidden="true" loop="0">
<bgsound src="mytunes.mp3" loop="infinite">[/code]
Link to comment
https://forums.phpfreaks.com/topic/35320-sound/#findComment-166958
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.