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