How to Launch the PRO Broadcaster Custom-Colored Player and Station Page
To launch the PRO Broadcaster player or the station page from your website you will need some basic knowledge of HTML and a few key pieces of information. You will also need your username, which is part of your username/password used to create your broadcast.

For instructions on launching non-PRO players and station pages, click here.

Text in blue should be replaced with your own information.

Launch the Player from a Text Link
Launch the Player from an Image Link
Launch the Station Page from a Text Link
Launch the Station Page from an Image Link
Launch the Station Page and Player from a Text Link
Launch the Station Page and Player from an Image Link
Launch the Broadcast Schedule from a Text Link
Launch the Broadcast Schedule from an Image Link
Custom Colors

 
Launch the Player from a Text Link

Step 1: In the head section of your Web page (usually between the <HEAD> and the </HEAD> tags), copy and paste the following line:

Select All

Step 2: For the <A HREF> tag where you normally place the location of the link, copy and paste this:

Select All

Example: My Broadcast

<A HREF='javascript:LaunchBroadcast("live365premium","pro")'>My Broadcast</A>

 
Launch the Player from an Image Link

Step 1: In the head section of your Web page (usually between the <HEAD> and the </HEAD> tags), copy and paste the following line:

Select All

Step 2: For the <A HREF> tag where you normally place the location of the link, copy and paste this:

Select All

Example: Example (you may use any image)

<A HREF='javascript:LaunchBroadcast("live365premium","pro")'><img border="0" src="playicon.gif"></A>

 
Launch the Station Page from a Text Link

Copy and paste this HTML into your web page:

Select All

Example: My Broadcast

<A HREF="http://www.live365.com/stations/live365premium?site=pro">My Broadcast</A>

 
Launch the Station Page from an Image Link

Copy and paste this HTML into your web page:

Select All

Example: Example (you may use any image)

<A HREF="http://www.live365.com/stations/live365premium?site=pro"><img border="0" src="playicon.gif"></A>

 
Launch the Station Page and Player from a Text Link

Copy and paste this HTML into your web page:

Select All

Example: My Broadcast

<A HREF="http://www.live365.com/stations/live365premium?site=pro&play">My Broadcast</A>

 
Launch the Station Page and Player from an Image Link

Copy and paste this HTML into your web page:

Select All

Example: Example (you may use any image)

<A HREF="http://www.live365.com/stations/live365premium?site=pro&play"><img border="0" src="playicon.gif"></A>

 
Launch the Broadcast Schedule from a Text Link

Copy and paste this HTML into your web page:

Select All

Example: My Broadcast Calendar

<A HREF="http://www.live365.com/stations/live365premium/schedule?site=pro">My Broadcast Calendar</A>

 
Launch the Broadcast Schedule from an Image Link

For the <A HREF> tag where you normally place the location of the link, copy and paste this:

Select All

Example: Example (you may use any image)

<A HREF="http://www.live365.com/stations/live365premium/schedule?site=pro"><img border="0" src="yourimagename.gif"></A>

 
Custom Colors

Player Example: My Broadcast

<A HREF='javascript:LaunchBroadcast("live365premium","pro/green01")'>My Broadcast</A>

Available colors:
Scroll over links below to see color options. Click to launch a demo station.
Blue #1
Blue #2
Brown
Gray
Green #1
Green #2
Orange
Purple #1
Purple #2
Red #1
Red #2
Silver
Tan
Yellow #1
Yellow #2

Station Page Example: My Broadcast

<A HREF="http://www.live365.com/stations/live365premium?site=pro/green01">My Broadcast</A>

Available colors: blue01, blue02, brown01, gray01, green01, green02, orange01, purple01, purple02, red01, red02, silver01, tan01, yellow01, yellow02