Microsoft Small Basic

Program Listing: VTQ526
url[1] = "http://gallery.technet.microsoft.com/site/view/file/124942/1/bell.m4a"
url[2] = "http://gallery.technet.microsoft.com/site/view/file/124943/1/boo.m4a"
url[3] = "http://gallery.technet.microsoft.com/site/view/file/124944/1/click.m4a"
url[4] = "http://gallery.technet.microsoft.com/site/view/file/124945/1/cowbell.m4a"
url[5] = "http://gallery.technet.microsoft.com/site/view/file/124946/1/synthtom.m4a"
url[6] = "http://gallery.technet.microsoft.com/site/view/file/124947/1/tada.m4a"
For i = 1 To 6
TextWindow.WriteLine(url[i])
Sound.PlayAndWait(url[i])
EndFor