Read the following before using the files within this archive. 1. This archive contains files that belong to the article at: http://www.macromedia.com/devnet/flash/articles/prog_download.html Chris Hock and Srinivas Manapragada from Macromedia (now Adobe) have developed an XML-based solution to creating content-driven media players for streaming video, entitled VideoSource. Using their code as a basis, this article walks you through the changes to this original code that adapts the application to be used for progressive downloading of video files. This XML-based dynamic video playlist also includes thumbnail previews. This archive contains full sample files for your reference. 2. Unpack the archive and put the files in the following locations: VideoSourcePro.as goes in your local working directory. This is a sample external ActionScript file for the application. VideoThumb.as goes in your local working directory. This is a sample external ActionScript file for the application. playlist-demo-1.xml goes in your local working directory. This is a sample XML data file. (Be sure to change the video names in this file to your own FLV filenames once you update the streams and thumbs folders with your own files.) VideoSourcePro.swf goes in a web-accessible directory. This is a sample Flash interface file. VideoSourcePro.fla goes in your local working directory. This is a sample Flash interface source file. streams (folder) goes in a web-accessible directory. These are sample FLV files. Replace these with your own FLV files. thumbs (folder) goes in a web-accessible directory. These are sample thumbnail graphics. Replace these with your own thumbnails. 3. Questions? Problems? Contact tutorial-feedback@macromedia.com