The sample above is embedded with a javascript file, the app takes any parameters it finds in the URL first, then in XML... if they aren't specified anywhere, the default value is used. Songs and their info can only be added in the XML file.

I added this form below so you can play with the URL variables. You'll probably just set the parameters in the XML file most of the time, but sometimes it's nice to be able to change them on the fly through the URL as well.


Auto Play: 1 for on, 0 for off... off by default
Play Delay: # of seconds to wait before auto play... default is 5
Starting Text: text to display when it opens, if not autoplaying.. text scrolls left by digits
Starting Volume: 0-100... default is 50
Foreground Color: enter as 6 digit hexidecimal (ie: 000000, or FFFFFF)... default is black (000000)
Background Color: enter as 6 digit hexidecimal (ie: 000000, or FFFFFF)... default is white (FFFFFF)
Button Color: enter as 6 digit hexidecimal (ie: 000000, or FFFFFF)... default is gray (666666)
Border On: 1 for on, 0 for off... off by default
Border Color: enter as 6 digit hexidecimal (ie: 000000, or FFFFFF)... default is black (000000)