Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 29-04-2005, 04:19 AM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Apr 2005
Location: The Web Posts:1000+
Posts: 7
Default Make .WAL skins even faster!


.WAL the fast in' easy way!
Hi this is my tutorial to fast and easy Winamp modern skinning

Lesson 1
Ok First things First you need to download the (simple skin.wal) you can get it at http://mikwiththestick.tripod.com/ click on "download file" then when you download it extract it all and put it into a new folder in your Winamp skins directory (Useally C:---Program Files --- Winamp --- Skins) After your done that open winamp and look at the skin i just had you paste in your skins directory. Once you are finished looking at it its time to get to work! First open up the folder called "gfx" then open up the picture called "base.png" in MSpaint GIMP or PSP I would recomend MSpaint for your first time. Then make it look like whatever you want it to a circle a square whatever floats your boat once you done that save your new look and open up your "skin.xml" in EditPlus 2 your skin.xml should look like this

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<WinampAbstractionLayer version="0.7">

  <skininfo>
    <version>0.96</version>
    <name>Winamp 3.0 Simple demo skin</name>
    <comment>Winamp 3.0 Simple demo skin</comment>
    <author>Christophe Thibault</author>
    <email>christophe@nullsoft.com</email>
    <homepage>http://nullsoft.com</homepage>
    <screenshot>skinshot.png</screenshot>
  </skininfo>

  <include file="../default/xml/studio.xml"/>
  <include file="../default/xml/gamma-presets.xml"/>

  <elements>
   <bitmap id="simple.base" file="gfx/base.png"/>
   <bitmap id="simple.eject" file="gfx/base.png" x="206" y="127" w="48" h="43"/>
   <bitmap id="simple.volume" file="gfx/volume-button.png"/>
   <bitmap id="simple.rewind" file="gfx/rewind-button.png"/>
   <bitmap id="simple.play" file="gfx/play-button.png"/>
   <bitmap id="simple.pause" file="gfx/pause-button.png"/>
   <bitmap id="simple.stop" file="gfx/stop-button.png"/>
   <bitmap id="simple.forward" file="gfx/forward-button.png"/>
   <bitmap id="simple.seek" file="gfx/seek-button.png"/>
   <bitmap id="simple.close" file="gfx/close-button.png"/>
   <bitmap id="simple.minamize" file="gfx/minamize-button.png"/>
  </elements>

  <container id="main" name="Simple Main window">
   <layout id="normal" background="simple.base">

    <slider
      action="VOLUME"
      x="150" y="90"
      w="127" h="30"
      thumb="simple.volume"
    />

    <button 
      action="PREV" 
      x="14" y="133" 
      image="simple.rewind" 
      tooltip="Previous"
    />

    <button 
      action="PLAY" 
      x="52" y="130" 
      image="simple.play" 
      tooltip="Play"
    />

    <button 
      action="PAUSE" 
      x="80" y="129" 
      image="simple.pause" 
      tooltip="Pause"
    />

    <button 
      action="STOP" 
      x="108" y="132" 
      image="simple.stop" 
      tooltip="Stop"
    />

    <button 
      action="NEXT" 
      x="149" y="136" 
      image="simple.forward" 
      tooltip="Next"
    />

    <button 
      action="EJECT" 
      x="206" y="127" 
      image="simple.eject" 
      tooltip="Eject"
    />


   <slider
      action="SEEK"
      x="68" y="63"
      w="220" h="28"
      thumb="simple.seek"
    />

    <button 
      action="CLOSE" 
      x="370" y="6" 
      image="simple.close" 
      tooltip="Close"
    />

   <button
      action="MINIMIZE"
      x="200" y="6"
      image="simple.minimize"
      tooltip="Minimize"
    />

   </layout>
  </container>

  <include file="../Default/xml/thinger.xml"/>
  <include file="../default/xml/minibrowser.xml"/>
  <include file="../default/xml/components.xml"/>

</WinampAbstractionLayer>
This skin was origanly made by winamp.com
If it does not then goto the other skinning tutorial made by rohan now with this all you have to do is change the looks of your buttons and sliders also change the postion of them by changing the number beside "x" and "y". then thats it your done!
__________________
Signature:
A signature is a little text that can be added at the bottom of your posts. It\'s limited to 255 characters (size 7 to 12) on 4 line(s) and no image. In your text, no more than 100 characters without space too.
Mikwiththestick is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 30-04-2005, 12:13 PM   #2 (permalink)
In The Zone
 
Join Date: Aug 2004
Posts: 387
Default

This is a good one man... keep posting these types/
__________________
www.digizeal.org
Tech support + JAVA and Cisco dedicated subforums..
Come and check
anubhav_har is offline  
Old 01-05-2005, 12:28 PM   #3 (permalink)
In The Zone
 
rohan's Avatar
 
Join Date: Mar 2004
Location: Bangalore
Posts: 297
Default

milk with the stik, nice seeing you here. How the hell di dya land up here man. Enjoy forum-ing here. Everybidy here is relatively harmless, atleast they wont' bite...
__________________
If there wasn't greed, we still would have been single-celled organisms.
rohan is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by chris
- by icebags
- by Tenida

Advertisement




All times are GMT +5.5. The time now is 01:40 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2