Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to play a background audio across multiple HTML pages.?

Tags:

html

flash

audio

Is there a solution to have the background audio/music play across multiple page on a website, WITHOUT restarting on every page load.

The website currently uses a frameset, but I'm looking for an alternative.

like image 535
pnichols Avatar asked Oct 13 '22 21:10

pnichols


1 Answers

Without making the whole site AJAX I think frames are the only way.

Here's a tutorial for making an ajax site if you need it.

http://net.tutsplus.com/tutorials/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/

It will give you separate addresses for each page.. sorta.

like image 159
Gregg B Avatar answered Oct 18 '22 01:10

Gregg B