home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / service / winamp3 / files / skins / Chronabie.wal / toast / script.xml < prev    next >
Text File  |  2002-08-06  |  1KB  |  38 lines

  1. <!--  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>  -->
  2.  
  3. <!--  <WinampAbstractionLayer version="0.7">  -->
  4.  
  5. <!--    <scriptinfo>  -->
  6. <!--      <version>1.0</version>  -->
  7. <!--      <name>Winamp3 Toaster</name>  -->
  8. <!--      <comment>How would you like your toast today?</comment>  -->
  9. <!--      <author>A. Cassidy Napoli</author>  -->
  10. <!--      <email>gonzotek@yahoo.com</email>  -->
  11. <!--    </scriptinfo>  -->
  12. <!--  </WinampAbstractionLayer>  -->
  13.  
  14.    <elements>
  15.     <bitmap id="toastani" file="toast/ani-toaster.png"/>
  16.    </elements>
  17.  
  18.  
  19.   <container id="StandardFrameContainer" name="Winamp3 Toaster" default_h="172" default_w="100" default_visible="0">
  20.  
  21.     <groupdef id="toastgroup" >
  22.         <animatedlayer id="toast" image="toastani" x="40" y="0"  frameheight="93" move="0" />
  23.     </groupdef>
  24.  
  25.    <!-- I had to add a background as required for standard frame.... note:Vica. -->
  26.      <layout id="normal" background="component.basetexture" desktopalpha="0" default_h="120" default_w="200" default_visible="0">
  27.      <group id="studio.standardframe"
  28.       notify="content,toastgroup"
  29.       x="0" y="0" w="0" h="0" relatw="1" relath="1"/>
  30.    </layout>
  31.   </container>
  32.  
  33.  
  34.   <scripts>
  35.    <script id="Toast" file="Toast\toast.maki"/>
  36.   </scripts>
  37.  
  38.