I have a background music in my site, and the music starts all over again when we navigate to some other page of the site. How to keep the song playing even when we go to other pages of the site?
I don't know whether it's possible or not, but I just wanted to mention that background music that automatically starts to play is like one of the biggest DON'TS in webdesign .
I'm using IFRAME for now to load all pages in one single page. Since the client don't give importance to SEO. Would be more helpful if anyone post their idea.
Hmm without going very complex (ie: saving there current position as they navigate the site and telling the player to load it from there) it doesn't seem possible. Its also, as mentioned, its a terrible thing to ever music put on a website, same with frames. Loading all the content through ajax would be the best solution. :|
another option is to create your site in flash if you dont want your music to start again. but that will not be seo friendly. vineet