Alternative to iframe using AJAX
Posted
by JCHASE11
on Stack Overflow
See other posts from Stack Overflow
or by JCHASE11
Published on 2010-05-28T22:26:20Z
Indexed on
2010/05/28
22:32 UTC
Read the original article
Hit count: 185
Hello. I have a music player swf embedded on an html page. Is there any way to have the music continuously play, even when the different html pages are loaded? When a link is clicked, the page is refreshed, also restarting the swf(music).
If the site was AJAX driven, this wouldn't be a problem, but all my pages are static. I suppose I could put the entire body in an iframe, but there has to be a better option. Any ideas?
© Stack Overflow or respective owner