Sub tstbuttonSELECT_onClick() if (c1.checked=true) then MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music2008/playlists/songs.m3u" MEDPLAYER1.AutoStart = "-1" else Select Case Songlist.selectedIndex Case 0 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/chabuca/florcanela.wma" MEDPLAYER1.AutoStart = "-1" case 1 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/chabuca/joseantonio.wma" MEDPLAYER1.AutoStart = "-1" case 2 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/chabuca/puente.wma" MEDPLAYER1.AutoStart = "-1" Case 3 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/chabuca/punodeoro.wma" MEDPLAYER1.AutoStart = "-1" Case 4 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/chabuca/teamo.wma" MEDPLAYER1.AutoStart = "-1" Case 5 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/chabuca/mariasuenos.wma" MEDPLAYER1.AutoStart = "-1" Case 6 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/chabuca/arequeday.wma" MEDPLAYER1.AutoStart = "-1" Case 7 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/chabuca/martin.wma" MEDPLAYER1.AutoStart = "-1" end select end if end sub