You’ll need to use frames, a separate window for the player (a popup), or load all your content via ajax or a similar method (so the page isnn’t updated/refreshed when a link is clicked). The easiest method would be to have a link to the player, when clicked, opens the player in a new window. This way, when the page is refreshed/updated, it doesn’t affect the player.
Any method which prevents the page from being refreshed/updated will do the trick. The three methods above are the only ways that I’m aware of.
You’ll need to use frames, a separate window for the player (a popup), or load all your content via ajax or a similar method (so the page isnn’t updated/refreshed when a link is clicked). The easiest method would be to have a link to the player, when clicked, opens the player in a new window. This way, when the page is refreshed/updated, it doesn’t affect the player.
Any method which prevents the page from being refreshed/updated will do the trick. The three methods above are the only ways that I’m aware of.
so doing it all on ajax would be hard or?