// 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 = false; 

// 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 = false; 

// 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;


//-----------------------------------------------------------------------------------------
// ExoBUD¢â MP(II) v5.7 [wmp-obj v7.1/v9]
// (C)Copyright 1998-2006 ExoBUD¢â , Design by Jin_woong Eu. 
// Homepage  : http://cyworld.com/exobud , http://exobud.nayana.com
// E-Mail : exobud@hanmail.net
// ICQ : 96138429 (authorization mode)
//-----------------------------------------------------------------------------------------