| src | The location where the image (GIF JPG or PNG) is stored. |
| x | The x position of the image on the skin. |
| y | The y position of the image on the skin. |
| src | The location where the image (GIF JPG or PNG) is stored. | ||||||||||||||||||||||||
| x | The x position of the image on the skin. | ||||||||||||||||||||||||
| y | The y position of the image on the skin. | ||||||||||||||||||||||||
| id |
The function of the button. Possible functions are:
|
||||||||||||||||||||||||
| frameH |
The height of one frame in the button image-strip. Button images work like an vertical image-strip with a frame for each button state.
|
| src | The location where the image (GIF JPG or PNG) is stored. |
| x | The x position of the image on the skin. |
| y | The y position of the image on the skin. |
| url | The URL that will be opened when the button is pressed. |
| frameH |
The height of one frame in the button image-strip. Button images work like an vertical image-strip with a frame for each button state.
|
| src | The location where the image (GIF JPG or PNG) is stored. |
| id |
An unique identifier. This id can be passed to a display object so it knows what font to use. |
| charW |
The width of one character in the image
|
| charH | The height of one character in the image |
| chars | A list of characters in order as they appear in the image. |
| id |
The function of the display. Possible functions are: SONGINFO : the player will use this display to show the song info. SONGTIME : the player will use this display to show the song time. The id parameter is optional. When it's left out, you can use a display to show your own text on the player. It will display the text you define in 'defaultText'. |
| x | The x position of the display on the skin. |
| y | The y position of the display on the skin. |
| width | The width of the display. |
| height | The height of the display. |
| font | The id of the font to use for this display. |
| defaultText | The text to show on the display. |
| x | The x position of the visualization on the skin. | ||||||||||||
| y | The y position of the visualization on the skin. | ||||||||||||
| width | The width of the visualization. | ||||||||||||
| height | The height of the visualization. | ||||||||||||
| color | ARGB color to use to draw the visualization (if no images are defined) | ||||||||||||
| clickList |
The order of the visualization-modes when clicked. You can also remove modes you don't want to display here. Possible modes are:
|
| src |
The location where the image (GIF JPG or PNG) is stored that will be used to draw the visualization mode with. Every drawn pixel will have the color of the pixel in the image that is on this x/y position. |
| blur | The amount of the blur effect (from 0 to 10). |
| x | The x position of the playlist on the skin. |
| y | The y position of the playlist on the skin. |
| width | The width of the playlist. |
| height | The height of the playlist. |
| font | The id of the font to use to display the song names. |
| src | The location where the image (GIF JPG or PNG) is stored. |
| frameH |
The height of one frame in the button image-strip. Button images work like an vertical image-strip with a frame for each button state.
|
| txtX | The x position where the text should start on the button. |
| txtY | The y position where the text should start on the button. |
| x | The x position of the image on the skin. | |||||||||
| y | The y position of the image on the skin. | |||||||||
| id |
The function of the slider. Possible functions are:
|
|||||||||
| orientation |
The orientation of the slider. Can be horizontal or vertical |
| x | The x position of the album art on the skin. |
| y | The y position of the album art on the skin. |
| width | The width of the album art. The loaded images will be scaled to fit. |
| height | The height of the album art. The loaded images will be scaled to fit. |
| x | The x position of the E-Phonic icon on the skin. |
| y | The y position of the E-Phonic icon on the skin. |