Jump to content

on air script


djultra89
 Share

Recommended Posts

yeah i know sam does but how would i do it please help.......

 

Hyper-Radio - powered by SAM Broadcaster

 

 

/**

* Open a popup window to send a song request to SAM

*/

function request(songID)

{

var samhost = "192.168.0.3";

var samport = "1221";

requestAudioRealm(songID, samhost, samport);

}

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 















































































Recently Played

Links

Album

Time

na.gif

- radio promo


images/buy.png


images/home.png



0:14

az_1986_Now That's What I Call Music 84 (Pre-Release) OverDrive-RG_Alicia Keys.jpg

Alicia Keys - Girl On Fire


images/buy.png


images/home.png

Now That's What I Call Music! 84 (Pre-Release) OverDrive-RG

3:45

az_1912_Euphoria - Electronic Dance Music_Avicii.jpg

Avicii - Sweet Dreams (Cazzette Meet At Night Mix)


images/buy.png


images/home.png

Euphoria - Electronic Dance Music

6:39

az_2011_Now That's What I Call Music 84 (Pre-Release) OverDrive-RG_The Justice Collective.jpg

The Justice Collective - He Ain't Heavy, He's My Brother


images/buy.png


images/home.png

Now That's What I Call Music! 84 (Pre-Release) OverDrive-RG

4:36

az_1966_Euphoric Clubland [Disc 1]_VA.jpg

VA - Euphoric Clubland 2013 [Disc 1]


images/buy.png


images/home.png

Euphoric Clubland [Disc 1]

77:44

 

 

 

//

var refreshID = "";

refreshID = setTimeout("DoRefresh()", 90000);

 

 

function DoRefresh()

{

var buster = Math.random();

document.location.href = 'playing.html?buster='+buster;

}

//]=]=>

 

 

//

// Make sure the DOM is ready

$(document).ready(function() {

// Rounding of corners (Cross-browser compatible)

// See http://jquery.malsup.com/corner/ for different Styles.

 

 

// Rounds the page corners

$('#page').corner();

 

 

// Rounds the Navigation Menu Corners

$('#navigation dl').corner();

 

 

// Rounds the Currently Playing Table Corners

$('#currently_playing').corner();

 

 

// Rounds the Coming Up Corners

$('#coming-up').corner();

 

 

// Rounds the Recently Played Table Corners

$('#recently_played').corner();

// Style odd and even rows in Currently Playing Table (Cross-browser compatible)

$('#recently_played table tbody tr:nth-child(odd)').addClass('recently_played_odd');

$('#recently_played table tbody tr:nth-child(even)').addClass('recently_played_even');

 

 

// Round the Dedication Corners

$('#dedication dl').corner('tl tr').corner();

 

 

// Round the Top Request Corners

$('#top_requests dl').corner();

});

//]=]=>

 

 

 

 

 

 

 

 

 

 

 

 

Link to comment
Share on other sites

  • 4 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...