// ½ºÅ²Á¤º¸ ±â·Ï
var skin_name = "styx_wmp9_skyblue";
var skin_by = "styx";
var skin_email = "aquamp (at) bystyx.com";
var skin_homepage = "http://bystyx.com";
/* ¼öÁ¤ÇÏÁö ¸¶¼¼¿ä */
document.writeln('');
document.writeln('');
// º¼·ýÄÁÆ®·Ñ ¾×¼Ç
function afmObj_volume(val) {
if(typeof(vSlider) != "undefined") {
vSlider.setValue(val);
showTextEvent("Volume - "+val);
}
}
var showTextEventsT;
function showTextEvent(val) {
clearTimeout(showTextEventsT);
if(val) {
text_title.style.display = "none";
text_event.style.display = "block";
text_event.innerHTML = val;
showTextEventsT = window.setTimeout("showTextEvent()",1200);
} else {
text_title.style.display = "block";
text_event.style.display = "none";
}
}
// Ç÷¹ÀÌ ¹öư°ú ÀϽÃÁ¤Áö ¹öư À̹ÌÁö ¾×¼Ç
function afmObj_play(a) {
if(a == 1) {
img_play.style.display = "none";
img_pause.style.display = "block";
} else {
img_play.style.display = "block";
img_pause.style.display = "none";
}
}
// Shuffle ¹öư À̹ÌÁö ¾×¼Ç
function afmObj_shuffle(a) {
if(a == 1) {
showTextEvent("Shuffle - On");
img_shuffle.src = "images/btn_shuffle_on.gif";
} else {
showTextEvent("Shuffle - Off");
img_shuffle.src = "images/btn_shuffle_off.gif";
}
}
// Loop ¹öư À̹ÌÁö ¾×¼Ç
function afmObj_loop(a) {
if(a == 1) {
showTextEvent("Loop - On");
img_loop.src = "images/btn_loop_on.gif";
} else {
showTextEvent("Loop - Off");
img_loop.src = "images/btn_loop_off.gif";
}
}
// À½¼Ò°Å ¹öư À̹ÌÁö ¾×¼Ç
function afmObj_mute(a) {
if(a == 1) {
showTextEvent("Mute - On");
img_mute_off.style.display = "none";
img_mute_on.style.display = "block";
} else {
showTextEvent("Mute - Off");
img_mute_off.style.display = "block";
img_mute_on.style.display = "none";
}
}
// Macromedia Javascript Libraries
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i