Note: This page is work in progress, I'll remove this notice when done.
A very light flash MP3 player for your websites. Utilizes playlists in the the XSPF format and is really really easy to use and implement.
Each of the following examples uses my XSPF playlist on isafox.com, and I will show the different functions of the player!
All of which can be changed or overridden.
<object data="/dtune/dtune.swf?xspf=http://david.isafox.com/xspf.xml&a=999999&b=FFFFFF&c=000000&disableAdd=true" type="application/x-shockwave-flash" width="488" height="148"> <param name="movie" value="/dtune/dtune.swf?xspf=http://david.isafox.com/xspf.xml&a=999999&b=FFFFFF&c=000000&disableAdd=true&" /> </object>
As you can see, the passed variables: xspf, a, b, c and disableAdd effect the way that the player works and looks:
280 x 148 is the smallest it can be while still showing all the features (like the graphic and playlist title)
As I say, it's been designed to look good at pretty much any size you care to give it, collapsing smoothly to maximise it's functionality
Firstly, if you dont know what they are, Colin mook explains crossdomain.xml files quite nicely, so that's a goood starting point. But simply put, if you are loading your XML files from a different domain than the SWF file is hosted, then you will need a crossdomain policy file to allow you to do so!
For example, the isafox policy file allows all sites (the * is a wildcard), so I can link to them from here OK, or you can link to them from your site (when testing or maybe you want to host your music on isafox), so that's cool!