1<?xml version="1.0" encoding="UTF-8"?> 2<skin version="0" xmlns="http://xsml.org/ns/0/"> 3<width>180</width> 4<height>170</height> 5<name> 6SlimOriginal 7</name> 8<author> 9Lacy Morrow 10</author> 11<email> 12gojukebox@gmail.com 13</email> 14<website> 15http://www.lacymorrow.com 16</website> 17<comment> 18SlimOriginal Skin for XSPF Jukebox 19</comment> 20<objects> 21<background color="CCCCCC" /> 22<!-- topbuttonbackground --> 23<shape shape="rectangle" width="180" height="15" color="EAEAEA" /> 24<!--playlistbackground --> 25<shape shape="rectangle" width="166" height="137" x="1" y="16" color="000000" /> 26<!-- scrollbarbackground --> 27<shape shape="rectangle" width="10" height="137" x="168" y="16" color="EAEAEA" /> 28<!-- imagebackground off due to video --> 29<!-- shape shape="rectangle" width="135" height="137" x="18" y="18" color="EAEAEA" / --> 30<!-- shuffle/loop background --> 31<shape shape="rectangle" width="42" height="14" x="1" y="155" color="EAEAEA" border="0" borderColor="" /> 32<!-- purchase/popup background --> 33<shape shape="rectangle" width="34" height="14" x="44" y="155" border="0" borderColor="" color="EAEAEA" /> 34<!-- infobuttonbackground --> 35<shape shape="rectangle" width="21" height="14" x="79" y="155" border="0" borderColor="" color="EAEAEA" /> 36<!-- downloadbuttonbackground --> 37<shape shape="rectangle" width="29" height="14" x="101" y="155" border="0" borderColor="" color="EAEAEA" /> 38<!-- creditbuttonbackground --> 39<shape shape="rectangle" width="47" height="14" x="131" y="155" color="EAEAEA" border="0" borderColor="" /> 40 41 42<object label="playButton" x="19" y="3" width="9" height="9" color="999999" /> 43<object label="stopButton" x="32" y="3" width="8" height="9" color="999999" /> 44<object label="prevButton" x="3" y="3" width="11" height="9" color="999999" /> 45<object label="fwdButton" x="46" y="3" width="11" height="9" color="999999" /> 46<!-- load min/max --> 47<object label="loadBar" x="59" y="2" width="102" height="11" alpha="80" color="BBBBBB" /> 48<!-- widertimebackground --> 49<object label="timeBar" x="59" y="2" width="102" height="11" alpha="70" color="999999" /> 50<!-- scrollingtext --> 51<object label="trackDisplay" x="60" y="" width="72" size="10" font="Arial" color="333333" align="left" /> 52<object label="timeDisplay" x="136" y="" size="10" font="Arial" color="333333" /> 53<object label="volumeDisplay" x="162" y="4" width="15" height="7" color="444444" /> 54 55<object label="shuffleButton" x="4" y="157" width="20.7" height="11.7" color="333333" hoverMessage="Shuffle" /> 56<object label="repeatButton" x="27" y="157" width="15.7" height="11.7" color="333333" hoverMessage="Repeat" /> 57 58<object label="infoButton" x="79" y="153.5" size="-2" color="333333" text="Info" font="Arial" hoverMessage="Track Info" /> 59<object label="purchaseButton" x="52" y="153.5" size="-2" color="333333" text="purchase" font="Arial" hoverMessage="Purchase" /> 60<object label="downloadButton" x="101" y="153.5" size="-2" color="333333" text="Save" font="Arial" bold="0" hoverMessage="Download Track" /> 61 62 63<object label="scrollupButton" x="171" y="19" width="6" height="6" color="888888" /> 64<object label="scrolldownButton" x="171" y="28" width="6" height="6" color="888888" /> 65<object label="scrollButton" x="171.2" y="40" width="6" height="112" color="888888" bgAlpha="0" /> 66 67<object label="imageDisplay" x="20" y="20" width="130" height="130" /> 68<object label="videoDisplay" x="20" y="20" width="130" height="130" /> 69 70<!-- object label="imageDisplay" x="20" y="20" width="130" height="130" / --> 71<!-- object label="videoDisplay" x="20" y="20" width="167" height="136" / --> 72 73<playlist x="2" y="17" width="163" height="135" size="10" font="Arial" color="FFFFFF" /> 74 75<text x="132.5" y="153.5" size="10" text="Jukebox" font="Arial" bold="0" color="333333" hoverMessage="Jukebox" url="http://blog.lacymorrow.com" /> 76 77<text x="44" y="153.5" size="10" text="Popup" font="Arial" bold="0" color="333333" hoverMessage="Popup" url="../static/object-flash-xspf-popup.php" /> 78 79<object label="startButton" width="180" height="170" alpha="0" /> 80</objects> 81</skin> 82 83