// Set the following option for automatic start playing when ExoBUD¢â Mplayer is loaded 
// Automatic start(true), User starter mode(false)
var blnAutoStart = true;

// Set the following option for playing sequence  
// Sequential play mode(false), Random play mode(true)
var blnRndPlay = true; 

//  Set initial volume for windows media object fot ExoBUD Player
//  Volume length(integer) : 0(min) ~ 100 (max) 
var intVolume = 100;

// Set the following option for assignation the first track to 'Supreme Track'
// No matter what playing sequence is "Random mode" or not, It must be played first.
// Use 'Supreme Track'(true) or no use(false)
var blnAbs1stTrack = false;

// Set the following option for displaying paying item information  
// use statusbar (true), only Viewbar (false)
var blnStatusBar = true; 

// Set the following option for using closed-captionnig text(SMI file) 
// Show Captionning area(true), Hide(false)
var blnUseSmi =false;

// Set the following option for track looping times
// Loop track infinitely (true) | Don't loop(false)
var blnLoopTrk = false;

// If you wan to get the inner media information from the current media item, Set "true"!
// But, don't use for purpose of Web service. ("Alert"-information message can be seen ^^)
var blnShowMmInfo =false;
