|
|
#4 |
|
Junior Member
|
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... |
|
|
|
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|