1<?xml version="1.0" encoding="UTF-8"?> 2<skin version="0" xmlns="http://xsml.org/ns/0/"> 3<width>304</width> 4<height>200</height> 5<name> 6Cassette 7</name> 8<author> 9Lacy Morrow 10</author> 11<email> 12gojukebox@gmail.com 13</email> 14<website> 15http://www.lacymorrow.com 16</website> 17<objects> 18<background image="images/default.png" /> 19<object label="playButton" x="205" y="146" scale=".5" color="ffffff" /> 20<object label="stopButton" x="203" y="50" scale=".5" color="ffffff" hoverMessage="Stop" /> 21<object label="prevButton" x="150" y="104" scale=".4" color="ffffff" /> 22<object label="fwdButton" x="246" y="104" scale=".4" color="ffffff" /> 23<object label="shuffleButton" x="265" y="1" scale=".5" color="222222" hoverMessage="Shuffle" /> 24<object label="repeatButton" x="244" y="1" scale=".5" color="222222" hoverMessage="Repeat" /> 25<object label="infoButton" x="203" y="90" size="+15" color="111111" text="i" font="Trebuchet MS" bold="1" /> 26<object label="purchaseButton" x="228" y="-1" color="888888" size="+3" text="$" font="Trebuchet MS" bold="1" hoverMessage="Purchase" /> 27<object label="fullTimeDisplay" x="200" y="180" size="10" font="Arial" /> 28<object label="trackDisplay" x="8" y="180" width="190" size="10" font="Arial" /> 29<object label="timeBar" x="40" y="16" width="217" height="2" color="ffffff" /> 30<object label="loadBar" x="40" y="16" width="217" height="2" /> 31<object label="volumeDisplay" x="256" y="176" width="40" height="18" color="222222" /> 32<text x="5" y="1" size="12" text="About..." font="Trebuchet MS" bold="1" hoverMessage="About the Jukebox..." url="http://www.lacymorrow.com" /> 33<object label="startButton" width="304" height="200" alpha="0" /> 34</objects> 35</skin> 36