home *** CD-ROM | disk | FTP | other *** search
- <THEME>
- <VIEW
- clippingColor = "#FFFFFF"
- backgroundImage = "background.bmp"
- titleBar = "False"
- >
-
- <PLAYER
- openState_onchange = "tArtistName.value = player.currentMedia.getItemInfo('author');"
- >
- </PLAYER>
-
- <BUTTONGROUP
- mappingImage="map.bmp"
- hoverImage="hover.bmp"
- >
- <PLAYELEMENT
- mappingColor="#00FF00"
- URL = "file:..\\media\\mellow.wma"
- />
- <STOPELEMENT
- mappingColor="#FF0000"
- />
- </BUTTONGROUP>
-
- <TEXT
- id = "tStatusTag"
- left = "75"
- top = "25"
- width = "100"
- justification = "right"
- value = "Current status:"
- />
-
- <STATUSTEXT
- left = "jscript:tStatusTag.left + tStatusTag.width + 10;"
- top = "jscript:tStatusTag.top;"
- width = "100"
- justification = "left"
- />
-
- <TEXT
- id = "tArtistTag"
- left = "jscript:tStatusTag.left"
- top = "jscript:tStatusTag.top + 25"
- width = "100"
- justification = "right"
- value = "Artist name:"
- />
-
- <TEXT
- id = "tArtistName"
- left = "jscript:tArtistTag.left + tArtistTag.width + 10;"
- top = "jscript:tArtistTag.top;"
- width = "100"
- justification = "left"
- value = "wmpprop:player.currentMedia.author"
- />
-
- <TEXT
- id = "tTitleTag"
- left = "jscript:tArtistTag.left"
- top = "jscript:tArtistTag.top + 25"
- width = "100"
- justification = "right"
- value = "Track title:"
- />
-
- <TEXT
- left = "jscript:tTitleTag.left + tTitleTag.width + 10;"
- top = "jscript:tTitleTag.top;"
- width = "100"
- justification = "left"
- value = "wmpprop:player.currentMedia.name"
- />
-
- <TEXT
- id = "tPositionTag"
- left = "jscript:tTitleTag.left"
- top = "jscript:tTitleTag.top + 25"
- width = "100"
- justification = "right"
- value = "Current position:"
- />
-
- <CURRENTPOSITIONTEXT
- left = "jscript:tPositionTag.left + tPositionTag.width + 10;"
- top = "jscript:tPositionTag.top;"
- width = "100"
- justification = "left"
- />
-
- <TEXT
- id = "tDurationTag"
- left = "jscript:tPositionTag.left"
- top = "jscript:tPositionTag.top + 25"
- width = "100"
- justification = "right"
- value = "Track duration:"
- />
-
- <DURATIONTEXT
- left = "jscript:tDurationTag.left + tDurationTag.width + 10;"
- top = "jscript:tDurationTag.top;"
- width = "100"
- justification = "left"
- />
-
- <PROGRESSBAR
- enabled = "false"
- cursor = "system"
- left = "40"
- top = "155"
- width = "220"
- height = "10"
- tooltip = "Current position"
- backgroundColor = "red"
- thumbImage = "thumb.bmp"
- min = "0"
- max = "wmpprop:player.currentMedia.duration"
- value = "wmpprop:player.controls.currentPosition"
- />
-
- </VIEW>
- </THEME>