// Impotant Note: COPYRIGHT NOTICE! EMP_GEN4_Player_Script_File
// This file known as the jr_NDShow_emplayer.inc.js is part of The ExpressMediaPlayer Security System Package for Jamroom.
// This file and the ExpressMediaPlayer Security System for Jamroom is copyright 2006 Kirk Meade. This file is considered
// private and confidential and for your eyes only. Information in this file MAY NOT be passed on either for sale or for
// free by any means what so ever to other users of the Jamroom Software other than via the purchase of an ExpressMediaPlayer
// Security System Add-On Kit from my site @ http://www.mp3xpress.com.au/jambeta/
// So with that said please do enjoy! Regards Kirk Meade
// DEFAULT PLAYER FOR RANKING AUDIO PLAYS
function
express_spotlight
(filedesc,songimage,songextension,songplaymode,songid,songplaytype,songname,songgenre,songplaycount,songalbum,bandid,bandname,bandlocation,vault,vaultprice,extra,WindowNumber)
{
Win = window.open('',WindowNumber,'width=450,height=350,top=0,left=0,screenX=0,screenY=0,resizable=0,scrollbars=0,titlebar=0,toolbar=0,menubar=0,status=0,directories=0');
Win.focus();
Win.document.write("
");
Win.document.write("Multi Media Player");
Win.document.write("");
Win.document.write("");
Win.document.write("");
Win.document.write("
From The Album: "+songalbum+" Song File Type: "+songextension+" Genre: "+songgenre+" This Song Total Play Count: "+songplaycount+" Artist Location: "+ bandlocation +" Visit "+ bandname +" s Web Page! "+vaultprice+"
");
Win.document.write("");
Win.document.close();
}
// DEFAULT PLAYER FOR ALBUM AUDIO PLAYS
function express_album
(filedesc,songimage,albumextension,songplaymode,songid,songplaytype,songname,songgenre,songplaycount,songalbum,bandid,bandname,bandlocation,vault,vaultprice,extra,WindowNumber)
{
Win = window.open('',WindowNumber,'width=450,height=350,top=0,left=0,screenX=0,screenY=0,resizable=0,scrollbars=0,titlebar=0,toolbar=0,menubar=0,status=0,directories=0');
Win.focus();
Win.document.write("");
Win.document.write("Multi Media Player");
Win.document.write("");
Win.document.write("");
Win.document.write("");
Win.document.write("
From The Artist: "+bandname+" Album File Type: "+albumextension+" Current Genre: "+songgenre+" Artist Location: "+ bandlocation +" [click advance button to listen to next track] Visit "+ bandname +" s Web Page!
");
Win.document.write("");
Win.document.close();
}
// DEFAULT STATION PLAYER FOR RADIO AUDIO PLAYS
function express_radio (filedesc,radioimage,radioextension,radioplaytype,radioplaymode,radioid,bandid,radioname,radiobandname,radiotrackcount,radioplays,radiodesc,extra,WindowNumber)
{
Win = window.open('',WindowNumber,'width=450,height=350,top=0,left=0,screenX=0,screenY=0,resizable=0,scrollbars=0,titlebar=0,toolbar=0,menubar=0,status=0,directories=0');
Win.focus();
Win.document.write("");
Win.document.write("Multi Media Player");
Win.document.write("");
Win.document.write("");
Win.document.write("");
Win.document.write("
From The Station: "+radioname+" Station File Type: "+radioextension+" Current Station Plays: "+radioplays+" Total Tracks This Station: "+ radiotrackcount +" [click advance button to listen to next track] Visit "+ radiobandname +" s Web Page!
From The Album: "+songalbum+" Song File Type: "+songextension+" Current Genre: "+songgenre+" This Song Total Play Count: "+songplaycount+" Artist Location: "+ bandlocation +" Visit "+ bandname +" s Web Page! "+vaultprice+"
");
Win.document.write("");
Win.document.close();
}
// EMPLAYER DEFAULT PLAYER FOR VIDEO PLAYS
function express_video
(filedesc,videoimage,videoextension,videoid,videoplaytype,videoname,videogenre,videoplaycount,videoalbum,bandid,bandname,bandlocation,vault,vaultprice,extra,WindowNumber)
{
Win = window.open('',WindowNumber,'width=450,height=570,top=0,left=0,screenX=0,screenY=0,resizable=0,scrollbars=0,titlebar=0,toolbar=0,menubar=0,status=0,directories=0');
Win.focus();
Win.document.write("");
Win.document.write("Multi Media Player");
Win.document.write("");
Win.document.write("");
Win.document.write("");
Win.document.write("
From The Album: "+videoalbum+" Video File Type: "+videoextension+" Genre: "+videogenre+" This Video Total Play Count: "+videoplaycount+" Artist Location: "+ bandlocation +" Visit "+ bandname +" s Web Page! "+vaultprice+"
");
Win.document.write("");
Win.document.close();
}
// EMPLAYER DEFAULT PLAYER FOR VIDEO ALBUM PLAYS
function express_videoalbum
(filedesc,videoimage,videoextension,videoid,videoplaytype,videoname,videogenre,videoplaycount,videoalbum,bandid,bandname,bandlocation,vault,vaultprice,extra,WindowNumber)
{
Win = window.open('',WindowNumber,'width=450,height=570,top=0,left=0,screenX=0,screenY=0,resizable=0,scrollbars=0,titlebar=0,toolbar=0,menubar=0,status=0,directories=0');
Win.focus();
Win.document.write("");
Win.document.write("Multi Media Player");
Win.document.write("");
Win.document.write("");
Win.document.write("");
Win.document.write("
From The Album: "+videoalbum+" Video File Type: "+videoextension+" Genre: "+videogenre+" This Video Total Play Count: "+videoplaycount+" Artist Location: "+ bandlocation +" Visit "+ bandname +" s Web Page! "+vaultprice+"