home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
Chip_2003-01_cd1.bin
/
zkuste
/
wmakeup
/
download
/
Erektorset.wmz
/
ErectorSet.wms
< prev
next >
Wrap
Text File
|
2000-06-05
|
10KB
|
226 lines
<theme id="ErectorSet" author="Saltmine, LLC" copyright="⌐2000 Microsoft Corporation. All Rights Reserved.">
<view id="ErectorView"
backgroundColor="none"
width="557" height="411"
scriptFile="ErectorSet.js;res://wmploc.dll/RT_TEXT/#132;"
titleBar="false"
resizable="false"
onTimer="OnTimerTick();"
onLoad="Init();">
<player
PlayState_onchange="OnPlayStateChange();"
OpenState_onchange="OnOpenStateChange();">
</player>
<subview left="0" top="0" backgroundImage="MainBkgnd.bmp" transparencyColor="#9BEF15">
<buttongroup zIndex="2" left="238" top="93"
mappingImage="playCtrls_MAP.bmp"
image="playCtrls_UP.bmp"
hoverImage="PlayCtrls_HOVER.bmp"
downImage="PlayCtrls_DOWN.bmp"
disabledImage="PlayCtrls_DISABLED.bmp">
<buttonelement id="bgPlay"
mappingColor="#00FF00"
upToolTip="Play"
tabStop="true"
cursor="hand"
enabled="wmpenabled:player.controls.play"
onClick="player.controls.play();">
</buttonelement>
<buttonelement
mappingColor="#00CC00"
upToolTip="Stop"
cursor="hand"
onClick="player.controls.stop();">
</buttonelement>
<buttonelement
mappingColor="#009900"
cursor="hand"
upToolTip="Previous"
onClick="player.controls.previous();">
</buttonelement>
<buttonelement
mappingColor="#006600"
upToolTip="Next"
cursor="hand"
onClick="player.controls.next();">
</buttonelement>
</buttongroup>
<button id="bPause" zIndex="3"
left="238" top="93" visible="false"
image="pause_UP.bmp"
hoverImage="pause_HOVER.bmp"
downImage="pause_DOWN.bmp"
enabled="wmpenabled:player.controls.pause"
transparencyColor="#9BEF15"
upToolTip="pause"
cursor="hand"
onClick="player.controls.pause();">
</button>
<buttongroup zIndex="2" left="154" top="60" mappingImage="WndBtns_MAP.bmp" image="WndBtns_UP.bmp" hoverImage="WndBtns_HOVER.bmp" downImage="WndBtns_DOWN.bmp">
<buttonelement mappingColor="#00FF00" upToolTip="Minimize" cursor="hand" onClick="ErectorView.minimize();"></buttonelement>
<buttonelement mappingColor="#00CC00" upToolTip="Close" cursor="hand" onClick="ErectorView.close();"></buttonelement>
<buttonelement mappingColor="#009900" upToolTip="Return to Full Mode" cursor="hand" onClick="ErectorView.returnToMediaCenter();"></buttonelement>
</buttongroup>
<slider id="volume" zIndex="2" borderSize="5" zIndex="2"
left="166" top="350"
toolTip="Volume"
backgroundImage="Volume_SLIDER.bmp"
thumbImage="Thumb_UP.bmp" min="0" max="100"
value="wmpprop:player.settings.volume"
value_onchange="player.settings.volume=value;player.settings.mute=false;">
</slider>
<slider id="balance" zIndex="2" borderSize="5" zIndex="2"
left="287" top="350"
toolTip="Balance"
backgroundImage="Balance_SLIDER.bmp"
thumbImage="Thumb_UP.bmp"
min="-100" max="100"
value="wmpprop:player.settings.balance"
value_onchange="player.settings.balance=value;">
</slider>
<slider id="seek" zIndex="2"
left="55" top="94"
toolTip="Seek"
transparencyColor="#9BEF15"
direction="Horizontal"
backgroundImage="progressbar_SLIDER.bmp"
thumbImage="progressbar_thumb_UP.bmp"
thumbHoverImage="progressbar_thumb_HOVER.bmp"
borderSize="9" min="0"
max="wmpprop:player.currentmedia.duration"
value="wmpprop:player.controls.currentposition"
onDragEnd="player.controls.currentposition=value;"
useForegroundProgress="true"
foregroundProgress="wmpprop:player.network.downloadProgress"
enabled="wmpenabled:player.Controls.currentPosition"
>
</slider>
<!--
</subview>
<subview id="vPlist" zIndex="2" left="35" top="165" width="106" height="152" backgroundImage="Playlist_BKGND.bmp" backgroundColor="none" titleBar="false" resizable="false" onEndMove="togglePlVis()">
-->
<playlist id="plist" zIndex="4"
left="35" top="165"
width="103" height="152"
backgroundcolor="black"
foregroundcolor="white"
columnsVisible="false"
columns="name=Name"
editbuttonsvisible="false"
movebuttonsvisible="false"
toolbarVisible="true"
playlistItemsVisible="true"
toolbarMargin="0"
visible="TRUE"
>
</playlist>
<!--
<playlist id="pl" zIndex="4" visible="false" left="35" top="165" width="106" height="152" backgroundColor="#ffff" foregroundColor="white"
columnsVisible="false" editbuttonsvisible="false" movebuttonsvisible="false" toolbarMargin="0" columns="name=Name;Duration=Time"></playlist>
</subview>
<subview id="vEq" zIndex="-1" left="192" top="45" width="1" height="1" backgroundImage="" backgroundColor="none" titleBar="false" resizable="false">
-->
<equalizerSettings id="eq" enable="true"></equalizerSettings>
<slider id="eq1" zIndex="2" borderSize="4" left="421" top="168" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
value="wmpprop:eq.gainLevel1" value_onchange="eq.gainLevel1=value;" direction="horizontal"></slider>
<slider id="eq2" zIndex="2" borderSize="4" left="421" top="182" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
value="wmpprop:eq.gainLevel2" value_onchange="eq.gainLevel2=value;" direction="horizontal"></slider>
<slider id="eq3" zIndex="2" borderSize="4" left="421" top="197" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
value="wmpprop:eq.gainLevel3" value_onchange="eq.gainLevel3=value;" direction="horizontal"></slider>
<slider id="eq4" zIndex="2" borderSize="4" left="421" top="212" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
value="wmpprop:eq.gainLevel4" value_onchange="eq.gainLevel4=value;" direction="horizontal"></slider>
<slider id="eq5" zIndex="2" borderSize="4" left="421" top="227" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
value="wmpprop:eq.gainLevel5" value_onchange="eq.gainLevel5=value;" direction="horizontal"></slider>
<slider id="eq6" zIndex="2" borderSize="4" left="421" top="242" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
value="wmpprop:eq.gainLevel6" value_onchange="eq.gainLevel6=value;" direction="horizontal"></slider>
<slider id="eq7" zIndex="2" borderSize="4" left="421" top="257" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
value="wmpprop:eq.gainLevel7" value_onchange="eq.gainLevel7=value;" direction="horizontal"></slider>
<slider id="eq8" zIndex="2" borderSize="4" left="421" top="272" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
value="wmpprop:eq.gainLevel8" value_onchange="eq.gainLevel8=value;" direction="horizontal"></slider>
<slider id="eq9" zIndex="2" borderSize="4" left="421" top="287" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
value="wmpprop:eq.gainLevel9" value_onchange="eq.gainLevel9=value;" direction="horizontal"></slider>
<slider id="eq10" zIndex="2" borderSize="4" left="421" top="302" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
value="wmpprop:eq.gainLevel10" value_onchange="eq.gainLevel10=value;" direction="horizontal"></slider>
<!--
</subview>
<subview id="vid" zIndex="-1" left="67" top="11" width="1" height="1" backgroundImage="dr_video.bmp" backgroundColor="none" transparencyColor="#00FF00" titleBar="false" resizable="false" visible="false" onEndMove="toggleVidVis()">
<effects id="visEffects" zIndex="2" left="22" top="8" width="210" height="135" allowAll="true" visible="false"
horizontalAlignment="stretch" verticalAlignment="false" windowed="true"></effects>
-->
<video id="vid" zIndex="2"
left="171" top="170" width="194" height="132"
allowAll="true"
visible="false"
StretchToFit = "true"
onVideoStart="StartVideo()"
onVideoEnd="EndVideo()"
windowless="false">
</video>
<effects id="visEffects" zIndex="2"
left="171" top="170" width="192" height="130"
windowed="false" visible="false"
currentEffectType="spikes"
currentPreset="1"
allowAll="true"
onClick="visEffects.previous();">
</effects>
<!--
<buttongroup zIndex="2" left="245" top="0" mappingImage="vid_button_map.bmp" image="vid_button.bmp">
<buttonelement mappingColor="#00FFFF" upToolTip="Video/Effects" onClick="toggleVidView()"></buttonelement>
</buttongroup>
-->
<text id="metadataArtist"
left="204" top="304" width="140"
foregroundColor="black"
fontSize="8" fontStyle="bold"
>
</text>
<text id="metadataTitle"
left="180" top="136" width="120"
foregroundColor="#FFFFFF"
fontSize="8"
value="wmpprop:player.currentmedia.name"
>
</text>
<text id="tTime"
left="330" top="136"
foregroundColor="#FFFFFF"
fontSize="8" fontStyle="bold"
value="wmpprop:player.controls.currentPositionString">
</text>
</subview>
</view>
</theme>