Prev Previous Post   Next Post Next
Old 8th July 2003, 23:37   #4
astillac
Junior Member
 
astillac's Avatar
 
Join Date: Jul 2003
Location: Sacramento, California
Posts: 13
Send a message via AIM to astillac
in the skins directory there is a folder called test

in folder test there is
1) skin.xml
2) folder called xml

in folder xml there is
1) player.xml
2) player-normal.xml
3) player-elements.xml
4) folder called player

in folder player there is
1) calli.png


this is the code for skin.xml
--------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<WinampAbstractionLayer version="0.8">

<skininfo>
<version>1.0</version>
<name>Girl</name>
<comment>first one ever</comment>
<author>Me</author>
<email>c_chanangel@hotmail.com</email>
<homepage>http://www.sliververse.com</homepage>
</skininfo>

<include file="../default/xml/pledit.xml"/>
<include file="../default/xml/thinger.xml"/>
<include file="../default/xml/eq.xml"/>
<include file="xml/player.xml"/>


</WinampAbstractionLayer>
--------------------------------


this is the code for player.xml
--------------------------------
<container id="main" name="Main Window" default_x="0" default_y="0" default_visible="1">
<include file="player-normal.xml"/>
</container>
--------------------------------


this is the code for player-normal.xml
--------------------------------
<layout id="normal" w="380" h="165" droptarget="pldr">
<layer id="MainBase" image="player.normal.background" x="0" y="3" sysregion="1"/>
</layout>
--------------------------------


this is the code for player-elements.xml
--------------------------------
<elements>
<bitmap id="player.normal.background" file="player/calli.png"/>
</elements>
--------------------------------


Now, I know I'm missing some huge essential part of code somewhere...
Or not...
astillac is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Skinning and Design > Modern Skins

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump