1<?xml version="1.0" encoding="UTF-8"?>
2<skin version="0" xmlns="http://xsml.org/ns/0/">
3<width>300</width>
4<height>488</height>
5<name>
6iPod White
7</name>
8<author>
9Lacy Morrow
10</author>
11<email>
12gojukebox@gmail.com
13</email>
14<homepage>
15http://www.lacymorrow.com
16</homepage>
17<thumbnail>
18thumb.gif
19</thumbnail>
20<screenshot>
21scrnshot.gif
22</screenshot>
23<comment>
24iPod skin for the XSPF player. First XSPF player skin.
25width=300 height=488
26</comment>
27<objects>
28<background image="images/default.png" />
29<object label="playpauseButton" x="132" y="390" scale=".8" color="ffffff" />
30<object label="stopButton" x="128" y="325" scale="1.4" color="111111" alpha="0" hoverMessage="Stop" />
31<object label="prevButton" x="70" y="335" scale=".7" color="ffffff" />
32<object label="fwdButton" x="190" y="335" scale=".7" color="ffffff" />
33<object label="shuffleButton" x="56" y="49" scale=".7" color="222222" hoverMessage="Shuffle" />
34<object label="repeatButton" x="35" y="49" scale=".7" color="222222" hoverMessage="Repeat" />
35<object label="infoButton" x="125" y="268" size="+15" color="ffffff" text="Info" font="Trebuchet MS" bold="1" />
36<object label="purchaseButton" x="255" y="190" size="+3" text="$" font="Trebuchet MS" bold="1" hoverMessage="Purchase" />
37<object label="fullTimeDisplay" x="35" y="187" size="15" font="Trebuchet MS" bold="1" />
38<object label="trackDisplay" x="50" y="150" width="200" size="15" font="Trebuchet MS" bold="1" />
39<object label="imageDisplay" x="110" y="60" scale=".7" />
40<object label="loadBar" x="50" y="182" width="200" height="3" />
41<shape x="50" y="170" width="198" height="9" shape="rectangle" color="dddddd" />
42<object label="timeBar" x="50" y="170" width="200" height="10" color="2222222" />
43<object label="volumeDisplay" x="226" y="50" width="40" height="18" color="222222" />
44<object label="videoDisplay" x="29" y="47" width="240" height="162" />
45<text x="30" y="30" size="12" text="About..." font="Trebuchet MS" bold="1" hoverMessage="About the Jukebox..." url="http://blog.lacymorrow.com/projects/xspf-jukebox/" />
46<object label="startButton" width="300" height="488" alpha="0" />
47</objects>
48</skin>
49