Mutley Posted May 28, 2008 Share Posted May 28, 2008 I have a MP3 streamer, its only flaw is it starts the song again if you navigate to another page. Is it possible to make some sort of DIV that forces it to not refresh with the rest of the page, or another work around to keep the streamer streaming? Quote Link to comment https://forums.phpfreaks.com/topic/107663-a-fixed-area-that-doesnt-refresh/ Share on other sites More sharing options...
rhodesa Posted May 28, 2008 Share Posted May 28, 2008 Nope, the content of the site would have to be put in a frame or iframe. That way the main site (with the player) wouldn't change. The other option is to do the entire site in Flash Quote Link to comment https://forums.phpfreaks.com/topic/107663-a-fixed-area-that-doesnt-refresh/#findComment-551911 Share on other sites More sharing options...
haku Posted May 29, 2008 Share Posted May 29, 2008 Or use ajax to reload the whole page around the div, leaving the div. Or you could have the music pop up in an external window so that when the page is changed, that window remains open and playing the music. None are really ideal solutions though. Flash is probably the best option. I personally really dislike websites with music though, unless it's a music based website! Quote Link to comment https://forums.phpfreaks.com/topic/107663-a-fixed-area-that-doesnt-refresh/#findComment-552280 Share on other sites More sharing options...
rhodesa Posted May 29, 2008 Share Posted May 29, 2008 Agreed on the not liking music comment. If you do end up with music playing, I will beg you to PLEASE make the mute/pause button VERY clear and easy to find. A lot of the time when I am browsing the web, I have my own music playing in the background, and I will leave a site if I can't turn their music off. Quote Link to comment https://forums.phpfreaks.com/topic/107663-a-fixed-area-that-doesnt-refresh/#findComment-552477 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.