Chapter 10

Up one level
The source code for Chapter 10, "Access Your Entire Media Collection Over the Internet".
Chapter 10 Default.asp
This file pulls everything together and displays the results as formatted HTML.
Chapter 10 Display.asp
This script generates the code to display the list of artists and albums. It contains the DisplayArtists() and DisplayAlbums() subroutines.
Chapter 10 Playlist.asp
Generate WinAMP-style playlists. It contains the functions, GenerateArtistPlaylist(strArtist), GenerateAlbumPlaylist(strArtist, strAlbum), GenerateSongPlaylist(strAtrist, strAlbum, strSongFilespec) and GenerateSelectionplaylist(strArtist, strAlbum, arrSongFilespecs)