ryanpaul04 Posted January 5, 2008 Share Posted January 5, 2008 is there a way on how to continuously played the music background of the website while the user is browsing the pages?..the music must not be stop when the user goes to other pages or links..your help is really a big thing to me, i really appreciate it.. Link to comment https://forums.phpfreaks.com/topic/84609-continuous-playing-of-background-music-on-website/ Share on other sites More sharing options...
Bulbe Posted January 5, 2008 Share Posted January 5, 2008 hi, try this <bgsound src="soubor.mid" loop="-1"> Link to comment https://forums.phpfreaks.com/topic/84609-continuous-playing-of-background-music-on-website/#findComment-431156 Share on other sites More sharing options...
SuperBlue Posted January 5, 2008 Share Posted January 5, 2008 hi, try this <bgsound src="soubor.mid" loop="-1"> He wants it to continue, even when the users click hes, navigation links? presumably.. That can be done using Ajax/JavaScript, make Ajax get content, instead of having the browser updating the page. Link to comment https://forums.phpfreaks.com/topic/84609-continuous-playing-of-background-music-on-website/#findComment-431252 Share on other sites More sharing options...
Bulbe Posted January 5, 2008 Share Posted January 5, 2008 Ah, i understand, what i sent is a cycling playing but when you go from a page to page it will stop and start from the beginning. Using frames would help but it's quite uncomfortable Link to comment https://forums.phpfreaks.com/topic/84609-continuous-playing-of-background-music-on-website/#findComment-431295 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.