0

Possible Duplicate:
Uninterrupted background music on website

I have a music player built using SoundManager2 and need a way to add it to my wordpress site so that it continues playing if the user changes the page they are on.

Are frames the best way to do this? I cant hurt SEO at all!!

Thanks for any help and advice!

Community
  • 1
  • 1
  • 1
    Can you give us a link to the site! I'll love to visit a site with playing background music! ohhh and it doesn't stop when you change page! fabulous! – gdoron May 29 '12 at 08:32
  • It is a duplicate, but the accepted answer there does not answer the question. – lanzz May 29 '12 at 08:40
  • @lanzz If you rule out frames and popups, there might not be an answer. – JJJ May 29 '12 at 08:47

2 Answers2

0

you'll have to Ajaxify your website I think, using frames or popups are not a very nice way to do it.

Matthew Evans
  • 245
  • 4
  • 13
0

Convert your website into a dynamic website using ajax/jquery.

This way part of your page can load and play the audio/video, while the rest of the page is simply updated as the user browses around the site without interrupting the media.

Donal.Lynch.Msc
  • 3,365
  • 12
  • 48
  • 78