Greetings!!
I have an index.html page with a iframe on it. Inside the iframe displays music.html, where music.html has an embedded media player that plays a song. The idea behind this set up is to have the song play continuously without restarting when navigating to a new page. My issue now is how to get a new page to load with the iframe at its last state (i.e. the media player is still playing without being restarted, but on my contact.html and not index.html. Shorter version, once the song starts, it keeps playing unless the user press stop on the player or the web page is closed, and the media player is inside an iframe. Any help is REALLY APPRECIATED!!
p.s. I know some people think its a bad idea to use music and frames, etc..... but I really need opinions on how to do it and not opinions on why I shouldnt do it. TKS!!