Site hosted by Angelfire.com: Build your free website today!

Other Page

You should be able to control the player from this page as well.

Clear Playlist
Add One Track (and play immediately)
Pause
Play
Stop

If you are unable to control the player using the links on this page, check the following:

- This feature is set up so that the popped up player "polls" the browser window instance that popped up the player every 1000 milliseconds (1 second). If you clicked a link on this page before 1 second elapsed,, chances are that the polling has not yet occured for THIS page. Wait at least one second and try again. You can change the polling frequency to a lower number by editing the line within rave.js that reads:

setInterval( notifyOpener, 1000 );
... change "1000" to a lower number of milliseconds. We do not recommend going any lower than 500.
Example:
setInterval( notifyOpener, 500 );

- You are not trying to control a player embedded in a page that you accessed directly. This feature (controlling the player from another page) only works when the browser window instance that contains the page that popped up the player has not changed. In other words, you did not do something like: Browser > File > New Window > Then navigate to another page that contains Rave. This feature is set up for normal page navigation, where the intent is that the end user, while surfing your site, clicks a link on a page to open Rave as a pop up window, then continues to view the remainder of the page and decides to click another link on that same page, which leads them to another page on your site.

 

Return to Example 7