Sub tstbuttonSELECT_onClick() if (c1.checked=true) then MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music2008/playlists/ester.m3u" MEDPLAYER1.AutoStart = "-1" else Select Case Songlist.selectedIndex Case 0 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/esther/nostalgia.wma" MEDPLAYER1.AutoStart = "-1" case 1 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/esther/vamosboys.wma" MEDPLAYER1.AutoStart = "-1" case 2 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/esther/callejon.wma" MEDPLAYER1.AutoStart = "-1" Case 3 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/esther/machahuay.wma" MEDPLAYER1.AutoStart = "-1" Case 4 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/esther/anita.wma" MEDPLAYER1.AutoStart = "-1" Case 5 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/esther/soyperuana.wma" MEDPLAYER1.AutoStart = "-1" Case 6 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/esther/suspiros.wma" MEDPLAYER1.AutoStart = "-1" Case 7 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/esther/nochetrasnoche.wma" MEDPLAYER1.AutoStart = "-1" Case 8 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/esther/ermitano.wma" MEDPLAYER1.AutoStart = "-1" Case 9 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/boleros/unicamentetu.wma" MEDPLAYER1.AutoStart = "-1" Case 10 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/boleros/virgen.wma" MEDPLAYER1.AutoStart = "-1" end select end if end sub