Sub tstbuttonSELECT_onClick() if (c1.checked=true) then MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music2008/playlists/nico.m3u" MEDPLAYER1.AutoStart = "-1" else Select Case Songlist.selectedIndex Case 0 MEDPLAYER1.FILENAME = "http://www.luisalvarado.com/music/nico/vivaelperu.wma" MEDPLAYER1.AutoStart = "-1" end select end if end sub