1<?xml version="1.0" encoding="UTF-8"?> 2<skin version="0" xmlns="http://xsml.org/ns/0/"> 3<width>600</width> 4<height>450</height> 5<name> 6Original (Wii mod) 7</name> 8<author> 9Quinton 10</author> 11<email> 12qwolfarth@gmail.com 13</email> 14<notes> 15Original skin for Xspf Jukebox, modified (heavily) to work with the Wii. 16</notes> 17<objects> 18 19<object label="startButton" width="600" height="450" alpha="0" /> 20 21<shape shape="rectangle" x="0" y="0" width="600" height="40" color="EAEAEA" /> 22<object label="trackDisplay" x="10" y="10" width="420" size="20" font="Arial" color="333333" align="left" /> 23<object label="timeDisplay" x="550" y="10" size="20" font="Arial" color="333333" /> 24<object label="timeBar" x="5" y="5" width="490" height="30" alpha="70" color="999999" /> 25 26<object label="loadBar" x="0" y="43" width="600" height="4" alpha="80" color="BBBBBB" /> 27 28<shape shape="rectangle" x="0" y="50" width="550" height="270" color="EAEAEA" /> 29<playlist x="10" y="60" width="540" height="250" size="20" font="Arial" color="333333" /> 30 31<shape shape="rectangle" x="560" y="50" width="40" height="270" color="EAEAEA" /> 32<object label="scrollupButton" x="560" y="50" width="40" height="40" color="888888" /> 33<object label="scrolldownButton" x="560" y="100" width="40" height="40" color="888888" /> 34<object label="scrollButton" x="560" y="150" width="40" height="160" color="888888" bgAlpha="0" /> 35 36 37<shape shape="rectangle" x="0" y="330" width="470" height="120" color="EAEAEA" /> 38<object label="prevButton" x="40" y="340" width="40" height="40" color="999999" /> 39<object label="playButton" x="160" y="340" width="40" height="40" color="999999" /> 40<object label="stopButton" x="280" y="340" width="40" height="40" color="999999" /> 41<object label="fwdButton" x="400" y="340" width="40" height="40" color="999999" /> 42<object label="shuffleButton" x="40" y="400" width="40" height="40" color="333333" hoverMessage="Shuffle" /> 43<object label="repeatButton" x="160" y="400" width="40" height="40" color="333333" hoverMessage="Repeat" /> 44<object label="volumeDisplay" x="280" y="400" width="170" height="40" color="444444" /> 45 46<shape shape="rectangle" x="480" y="330" width="119" height="119" color="EAEAEA" /> 47<object label="imageDisplay" x="482" y="332" width="115" height="115" /> 48<object label="videoDisplay" x="482" y="332" width="115" height="115" /> 49 50<object label="infoButton" x="0" y="0" size="-2" color="333333" text="info" font="Arial" hoverMessage="Info" /> 51<object label="purchaseButton" x="0" y="0" size="-2" color="333333" text="purchase" font="Arial" hoverMessage="Purchase" /> 52<object label="downloadButton" x="0" y="0" size="-2" color="333333" text="Download" font="Arial" /> 53 54</objects> 55</skin> 56