DOWNLOADS EXAMPLES SKINS DOCS SUPPORT
 
 

Inserting Rave

After setting the options to get the player to look and behave the way you want using the Customizer Tool, use the "code" area of the Customizer tool to get the necessary code to include Rave on your website.

There are a number of ways to include Rave within your website:

Stand Alone Page

This is the easiest method for including Rave on your website. To use this option, navigate to the Customizer Tool ("customizer.html") in your Rave installation folder.

Example:

http://www.yoursite.com/rave/customizer.html

 

you'll use the Customizer Tool to generate a "Full Page" then upload the newly created "myWimpy.html" file to your website. You can upload the file to any location on your site, and you can also rename the file to anything you like.

This is the easiest method for including Rave on your website. To use this option, you'll use the Customizer Tool to generate a "Full Page" then upload the newly created "myWimpy.html" file to your website. You can upload the file to any location on your site, and you can also rename the file to anything you like.

Once the newly created "myWimpy.html" file has been uploaded to your site, navigate to the file on your site with a web browser to test the URL to the file, example:

http://www.yoursite.com/myWimpy.html

You can now link to this page using one of two methods:

Standard HTML link
This method simply links to the page that contains Rave. Using the URL to the newly created "myWimpy.html" file, you can create a link to this page using the following code:

<a href="http://www.yoursite.com/myWimpy.html">Media Player</a>

If you would like the page to open in it's own browser window, add the "target" attribute to the link code as:

<a href="http://www.yoursite.com/myWimpy.html" target="_blank">Media Player</a>

Javascirpt "pop up" link
This method pops the page that contains Rave into a tightly fitting window. Using the URL to the newly created "myWimpy.html" file, you can create a link to this page using the following code:

<a href="javascript:;" onClick="window.open('http://www.yoursite.com/myWimpy.html','player','width=481,height=141')">
Media Player </a>

 

Pop up

The easiest method for including Rave into your website is to pop the player up into a new window using a link. The benefit of popping up the player is that folks can navigate around your site, going from page to page, without interrupting the playback of each track. A pop up window keeps the player in a separate window and allows for uninterrupted playback.

Click here for instruction to use this method.

Embed within existing page

To include Rave within an existing page, you'll use the Customizer Tool

As a stand alone page

 

For example, you may wish to use the player as

Regardless of how you wish to use Rave within your website, you'll first have to use the Customizer Tool to generate the required HTML code. The Customizer Tool is an HTML file that is included in the Rave download package.

 

 

Insert

There are three methods for inserting Wimpy into an existing page:

Use standard HTML code
This method involves copying and pasting HTML code out of the "myWimpy.html" file generated by Customizer.
Click here for instruction to use this method.

Use an IFRAME
This method loads the entire "myWimpy.html" file created by Customizer into an <IFRAME> wrapper.
Click here for instruction to use this method.

Use JavaScript.
This method renders the player into a page using JavaScript. This method is intended for advanced users who are familiar with HTML and JavaScript.
Click here for instruction to use this method.

 

 

 

 

 

  ©Copyright Plaino LLC. All rights reserved.