Hey there
thats my page http://www.purehousevibes.com
but as you can see when ever you click on a link the player stops and resets.
How can i fix it and be like non stop even when i click somewhere?
like running on the background
Hey there
thats my page http://www.purehousevibes.com
but as you can see when ever you click on a link the player stops and resets.
How can i fix it and be like non stop even when i click somewhere?
like running on the background
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?
This topic has been closed to new replies.