README - INSTRUCTIONS
--------------------------------------------------------------------------------

1.  You will need to upload the .swf to a host.
--------------------------------------------------------------------------------

2.  You will need to modify the .XML file.
--------------------------------------------------------------------------------

In the .xml file, you will see this:

<song path="URL_OF_SONG1" title="Title Of Song1" />

Replace the "URL_OF_SONG1" with the URL of of the song you would like.

Replace the "Title of Song1" with the title you would like to appear on your player.
--------------------------------------------------------------------------------

You can also use the XML generator available at http://www.myspaceprodesigns.com/MPDPlaylistgen.html
--------------------------------------------------------------------------------

3.  You will then need to host your .xml file.

--------------------------------------------------------------------------------
4.  Use this code to embed your player:
--------------------------------------------------------------------------------
<embed allowScriptAccess="never" src="http="URL_OF_SWF" menu="false" quality="high" width="265px" height="270px" name="index" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="playList=URL_OF_XML" wmode="transparent"/></embed>
--------------------------------------------------------------------------------
You can also use the code generator available at http://www.myspaceprodesigns.com/MPDPlaylistgen.html

--------------------------------------------------------------------------------