home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
Chip_2004-04_cd1.bin
/
opsys
/
wmakeup
/
downloads
/
Simplicity.wmz
/
Simplicity.wms
< prev
next >
Wrap
Text (UTF-16)
|
2004-02-13
|
12KB
|
188 lines
<theme author="Transient Paradigm"
>
<view
backgroundColor="none"
width="300" height="248"
titleBar="false" resizable="false"
onload="DoLoad();"
>
<player
PlayState_onchange="OnPlayStateChange();"
OpenState_onchange="OnOpenStateChange();"
>
</player>
<subview id="bar"
left="276" top="0"
height="248" width ="24"
backgroundimage="bar.bmp"
transparencyColor="#ff00ff"
>
</subview>
<subview id="sPlEar" zIndex="-1"
left="276" top=""
width="272" height="170"
backgroundColor="none"
>
<subview zIndex="0"
left="0" top="25"
backgroundImage="controls.bmp"
transparencyColor="#FF00FF"
>
<button left="5" top="8"
image="open.bmp"
downimage="open_off.bmp"
hoverimage="open_over.bmp"
tabStop="false"
transparencyColor="#FF00ff"
onclick="OpenFile();"
upToolTip="Open"
>
</button>
<button left="5" top="32"
image="Previous.bmp"
downimage="Previous_off.bmp"
hoverimage="previous_over.bmp"
tabStop="false"
transparencyColor="#FF00ff"
onclick="jscript:player.controls.previous()"
upToolTip="Previous"
>
</button>
<button left="5" top="56"
image="stop.bmp"
downimage="stop_off.bmp"
hoverimage="stop_over.bmp"
tabStop="false"
transparencyColor="#FF00ff"
onclick="StopClick();"
upToolTip="Stop"
>
</button>
<button id="PlayBut" left="5" top="80"
image="Pause.bmp"
downimage="Pause_off.bmp"
hoverimage="pause_over.bmp"
tabStop="false"
transparencyColor="#FF00ff"
onclick="PClick()"
>
</button>
<button left="5" top="104"
image="Next.bmp"
downimage="Next_off.bmp"
hoverimage="next_over.bmp"
tabStop="false"
transparencyColor="#FF00ff"
onclick="jscript:player.controls.next()"
upToolTip="Next"
>
</button>
<button zIndex="1" left="5" top="128"
image="Playlist.bmp"
downimage="Playlist_off.bmp"
hoverimage="playlist_over.bmp"
transparencyColor="#FF00FF"
onClick="OpenC();"
upToolTip="Toggel Playlist"
>
</button>
<button left="5" top="152"
image="full.bmp"
downImage="full_off.bmp"
hoverimage="full_over.bmp"
tabStop="false"
transparencyColor="#FF00ff"
onclick="view.returnToMediaCenter();"
upToolTip="Full Mode"
/>
<button left="5" top="176"
image="exit.bmp"
downimage="exit_off.bmp"
hoverimage="exit_over.bmp"
tabStop="false"
transparencyColor="#FF00ff"
onclick="jscript:view.close();"
upToolTip="Exit"
/>
<Playlist id="pl" left="24" top= "24" width="252" Height="150"
Backgroundimage="back.bmp"
foregroundColor="none"
itemPlayingBackgroundColor="none"
itemPlayingColor="#FF0000"
columnsVisible="false"
columns="Name=Track;Duration=Length;"
foregroundColor="#DCDCDC"
/>
<slider left="281" top="7" width="14" height="183"
tabStop="false"
borderSize="5"
direction="vertical"
toolTip="Volume"
thumbImage="slider.bmp"
transparencyColor="#FF00ff"
value="wmpprop:player.settings.volume"
value_onchange="player.settings.volume=value;"
/>
<TEXT id="nowplaying" top = "6" left ="32"
width = "234" height = "13"
fontsize="7" fontFace = "tahoma" fontstyle="bold"
foregroundColor = "black"
justification = "Left"
scrolling = "true"
scrollingAmount = "1"
/>
<TEXT top = "179" left ="207"
width = "60" height = "12"
fontsize="8" fontFace = "tahoma" fontstyle="bold"
foregroundColor = "black"
justification = "center"
value = "wmpprop:player.controls.currentPositionString"
/>
<subview zIndex="0"
left="24" top="0"
backgroundImage="nowplaying.bmp"
transparencyColor="#FF00FF"
/>
<effects id="visEffects"
left="32" top="180" width="164" height="12"
allowAll="false"
fullscreen="false"
>
<bars
showpeaks="true"
displaymode="4"
levelwidth="2"
levelfallbackspeed="6"
peakhangtime="8"
horizontalspacing="2"
fademode="2"
levelscale=".4"
transparent="true"
levelcolor="red"
peakcolor="darkgray"
/>
</effects>
<subview zIndex="0"
left="30" top="177"
backgroundImage="SeekCover.bmp"
transparencyColor="#FF00FF"
/>
<slider left="31" top="179" width="165" height="14"
borderSize="5"
direction="horizontal"
thumbImage="hslider.bmp"
transparencyColor="#FF00ff"
toolTip="Seek"
foregroundProgress="wmpprop:player.network.downloadProgress"
max="wmpprop:player.currentMedia.duration"
min="0"
value="wmpprop:player.controls.currentPosition"
onDragEnd="jscript:player.controls.currentPosition=value;"
useForegroundProgress="true"
/>
</subview>
</subview>
</view>
</theme>