How to add continous playing music on wordpress site?

Discussion in 'WordPress' started by bizjam55, Oct 14, 2012.

  1. #1
    Hey guys, I have a Wordpress driven guitar blog site. I'd like a music track to play continuously throughout the website
    when people click onto different pages. How would I do this?

    Is there javascript involved?

    Thanks!
     
    bizjam55, Oct 14, 2012 IP
  2. andy999111

    andy999111 Greenhorn

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    I think the bigger question is, why on earth would you want to?

    That's one of the biggest assaults on usability and user experience I can think of.
    NOTHING is more annoying than going to a website to suddenly find music blaring out of your speakers/headphones (even if it's music you like).
     
    andy999111, Oct 14, 2012 IP
  3. Devtard

    Devtard Notable Member

    Messages:
    850
    Likes Received:
    133
    Best Answers:
    4
    Trophy Points:
    220
    #3
    Well, you can use for example Youtube that can auto-play videos after loading the page.

    But I agree with Andy. Your users probably won't like it.
     
    Devtard, Oct 15, 2012 IP
  4. adbox

    adbox Well-Known Member

    Messages:
    906
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    155
    Digital Goods:
    1
    #4
    If the timing's right... I like a little music.

    I don't know of anything that does this that's already available (haven't looked though) But it sounds like it would take a memory placeholder that recorded it's play location as it's switching page loads, which if using javascript would take a trigger that fires every half second or so recording the music location in a session variable, and when the new page loads it checks to see if a session variable contains marker information and if it does then start the music there else start tracks at beginning.

    It would be better to have it seemless (no break between page loads), but I don't know how to do this. I'm not sure it's possible without asking users to grant some sort of permission to use a non-browser based player.
     
    adbox, Oct 15, 2012 IP
  5. DomainDomain

    DomainDomain Active Member

    Messages:
    898
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    78
    #5
    Personally I would use a HTML5 music player in a small popup box...but let the users click to open it, please!
    Jay
     
    DomainDomain, Oct 16, 2012 IP
  6. bizjam55

    bizjam55 Well-Known Member

    Messages:
    830
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    108
    #6
    bizjam55, Nov 4, 2012 IP
  7. adbox

    adbox Well-Known Member

    Messages:
    906
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    155
    Digital Goods:
    1
    #7
    looks like he loads the page in a iframe so he can have a continuous browser instance playing the music and the user can navigate to new pages in the iframe. : )
     
    adbox, Nov 4, 2012 IP
  8. bizjam55

    bizjam55 Well-Known Member

    Messages:
    830
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    108
    #8
    adbox, any good tips or resources for iframes? thanks!!
    would this work on Wordpress?
     
    bizjam55, Nov 5, 2012 IP
  9. AdelDevise

    AdelDevise Greenhorn

    Messages:
    17
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    13
    #9
    For WordPress you can use some plugins for managing it this .
    It's much easy.
     
    AdelDevise, Nov 6, 2012 IP
  10. adbox

    adbox Well-Known Member

    Messages:
    906
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    155
    Digital Goods:
    1
    #10
    Iframes aren't too terribly hard. It's usually getting the right height that becomes the hardest thing to achieve.
    Here's a link to documentation on hot the html iframe tag works http://manda.com/iframe/
     
    adbox, Nov 6, 2012 IP
  11. theivo

    theivo Well-Known Member

    Messages:
    238
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #11
    theivo, Nov 6, 2012 IP