<?xml version="1.0" encoding="UTF-8"?>
<widget version="2.1" flashVersion="9.0.0"> 
  <title>Open Source Music Sampler</title> <!-- shown at opening -->
  <creator>mixwidget.org</creator>         <!-- shown at opening -->
  <image rotation="0" x="0" scale="25" y="0" mask="body"></image> 
  <!-- comment out image tag to remove image -->
  <skin imageEnabled="true">
  <!--set imageEnabled to anything but true to disable -->
    <shadow>0</shadow>                   <!-- 0-100 -->
    <gloss>30</gloss>                    <!-- 0-100 -->
    <outlines>20</outlines>              <!-- 0-100 -->
    <frameColor>CCCCCC</frameColor>      <!-- hex color-->
    <bodyColor>66CCFF</bodyColor>        <!-- hex color-->
    <gearboxColor>CCCCCC</gearboxColor>  <!-- hex color-->
    <gearColor>598B9F</gearColor>        <!-- hex color-->
    <threaderColor>CCCCCC</threaderColor><!-- hex color-->
    <text size="18" color="FFFFFF" bgAlpha="0" bgColor="FFFFFF" align="LEFT"></text>
    <!-- bgAlpha = 0-100, align = LEFT, CENTER, RIGHT -->
    <trackText x="26" y="21" width="260"></trackText>
    <artistText x="28" y="38" width="260"></artistText>    
  </skin>
</widget>

