RaZErLogined: 7 days ago
|
2 years ago Please post technical suggestions here. |
SlvarrwLogined: 2 years ago
|
2 years ago can you make the player on the site to be playing even though i click on other parts of the website for example if i click on the play and im on the homepage but if i click on the forums the player stops, so what i mean is the player should be playing while i navigate the website. kind of like the beatport website, dont know if its feasible or not but just wanted to throw the idea. great work by the way on the website |
Deep FusionLogined: 8 months ago
|
2 years ago There are couple of solutions for this:
a) make the player to run in standalone mode (eg: JavaScript window pop-up which contains the player only), thus independent for the pages themselves.
b) change the engine in order to limit the serverside requests (AJAX/frameset based engine) which doesn't need the player to be refreshed with the rest of the site (but it's refreshed if the user uses the refresh button from the browser).
I think the first is the best judging by Usability vs Development time issue.
Just my 2 cents ... |