bladechob Posted November 24, 2008 Share Posted November 24, 2008 Ooh err! I am trying to embed a track that plays throughout a website so that irrespective of which page you browse to the track continues uninterrupted by page refresh. I think it needs some sort of frame set-up but I've never used frames and so am very much a fish out of water! Can someone please point me to a tutorial or something where I can pick up the necessary voodoo? Link to comment https://forums.phpfreaks.com/topic/134019-embed-mp3-file-throughout-site/ Share on other sites More sharing options...
mtoynbee Posted November 24, 2008 Share Posted November 24, 2008 I don't think this can be done as a refresh will always reset the page. This is controlled by the browser. You could embed to a hidden frame so that the main frame has the main content and the user will navigate around within that frame. Always remember your target tag attribute. On a personal note - I hate sites that automatically play me music normally I will just leave straight away if that happens. Link to comment https://forums.phpfreaks.com/topic/134019-embed-mp3-file-throughout-site/#findComment-697598 Share on other sites More sharing options...
bladechob Posted November 24, 2008 Author Share Posted November 24, 2008 Thanks - I agree with you enforced Muzak is a pain but this particular site merits it! Link to comment https://forums.phpfreaks.com/topic/134019-embed-mp3-file-throughout-site/#findComment-697602 Share on other sites More sharing options...
xcoderx Posted November 24, 2008 Share Posted November 24, 2008 yes even i think it can only be done only if site is frame based Link to comment https://forums.phpfreaks.com/topic/134019-embed-mp3-file-throughout-site/#findComment-697610 Share on other sites More sharing options...
bladechob Posted November 24, 2008 Author Share Posted November 24, 2008 Well I have this little ditty - but it doesn't quite play the game: <frameset rows="1,*" border="0"> <frame name="cont" src="content.html" scrolling="no" marginheight="0" border="0"> <frame name="music" src="music.html" scrolling="no" marginwidth="0" marginheight="0" border="0"> </frameset> Link to comment https://forums.phpfreaks.com/topic/134019-embed-mp3-file-throughout-site/#findComment-697617 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.