home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
opsys
/
wmakeup
/
download
/
teknique.wmz
/
teknique.wms
< prev
next >
Wrap
Text File
|
2003-08-26
|
6KB
|
191 lines
<!--
cybaba
teknique
-->
<THEME id="teknique"
author="Amit Deshpande aka cybaba"
copyright="cybaba">
<VIEW
clippingColor = "#00ff00"
transparencyColor = "#00ff00"
backgroundImage = "alienup.gif"
id="main"
resizable="false"
titleBar = "False"
scriptFile="alienmodule.js;res://wmploc.dll/RT_TEXT/#132;"
onLoad="OnOpenStateChange(); Init();">
<player OpenState_onchange="OnOpenStateChange();">
</player>
<text id="metadata" tooltip=""
left="102" top="57" width="75"
foregroundColor="#66cc99" fontSize="7"
scrollingDelay="40" scrollingAmount="1"
FONTSTYLE="regular"
>
</text>
<text left="115" top="68" width="50"
fontSize="7" fontstyle="bold"
justification="Center" tooltip=""
foregroundColor="#66cc99"
value="wmpprop:player.controls.currentPositionString"
>
</text>
<BUTTONGROUP
mappingImage = "alienmap.gif"
hoverimage="alienhover.gif" >
<PLAYELEMENT
mappingColor = "#FFCC00"
cursor="crosshair" />
<STOPELEMENT
mappingColor = "#666666"
cursor="hand" />
<NEXTELEMENT
mappingColor = "#000000"
cursor="hand" />
<PREVELEMENT
mappingColor = "#66CCFF"
cursor="hand" />
<PAUSEELEMENT
mappingColor = "#FF00FF"
cursor="hand" />
<buttonelement upToolTip="Minimize"
mappingColor="#003300"
cursor="hand"
onClick="view.minimize();"
/>
<BUTTONELEMENT
upToolTip = "Return to Full Mode"
CURSOR="hand"
mappingColor = "#999900"
onClick = "view.returnToMediaCenter();" />
<BUTTONELEMENT
upToolTip = "Close"
cursor="hand"
mappingColor = "#000066"
onClick = "JScript: view.close(); "/>
<buttonelement
mappingColor = "#990000"
upToolTip = "Playlist"
sticky="false"
onClick = "JScript:theme.openView('playlist');"
cursor="hand"
/>
</buttongroup>
<mutebutton left="209" top="122" sticky="true"
cursor = "hand"
image="muteup.gif"
hoverImage="mutehover.gif"
downImage="mutedown.gif"
disabledImage="muteup.gif"
transparencyColor="#cc99cc"
/>
<mutebutton left="209" top="122" sticky="true"
cursor = "hand"
image="muteup.gif"
hoverImage="mutehover.gif"
downImage="mutedown.gif"
disabledImage="muteup.gif"
transparencyColor="#cc99cc"
/>
<slider left="52" top="81" zIndex="1"
toolTip="Volume"
min="0" max="100" borderSize="1"
slide="false" direction="horizontal"
backgroundImage="vole.gif"
foregroundImage="volf.gif"
width="172" height="25"
thumbImage="slider.gif"
transparencyColor="#FF00FF"
value="wmpprop:player.settings.volume"
value_onchange="jscript:player.settings.volume=value;player.settings.mute='false';"
enabled="wmpenabled:player.settings.volume"
>
</slider>
<slider left="46" top="34" zIndex="1"
toolTip="Seek"
min="0" max="100" borderSize="1"
slide="false" direction="horizontal"
backgroundImage="seeke.gif"
foregroundImage="seekf.gif"
width="184" height="21"
thumbImage="slider.gif"
transparencyColor="#FF00FF"
max="wmpprop:player.currentmedia.duration"
value="wmpprop:player.Controls.currentPosition"
onDragEnd="player.controls.currentposition=value;"
>
</slider>
</view>
<view id="playlist" visible="true"
left="300" top="200"
backgroundImage="plup.gif"
titleBar="false" resizable="false"
clippingColor="#00ff00"
>
<playlist id="playlist" visible="true"
left="40" top="46" width="200" height="100"
backgroundcolor="#1c1f2e"
foregroundcolor="#66cc99"
itemPlayingColor="#aadc38"
itemPlayingBackgroundColor="#333333"
columnsVisible="false"
columns="name=Name;Duration=Time"
dropDownVisible="false"
playlistItemsVisible="true"
editbuttonsvisible="false"
movebuttonsvisible="false"
>
</playlist>
<BUTTONGROUP
mappingImage = "plmap.gif"
hoverImage = "plhover.gif">
<BUTTONELEMENT
upToolTip = "Close"
cursor="hand"
mappingColor = "#999966"
onClick = "JScript: playlist.close(); "
/>
<BUTTONELEMENT
mappingcolor="#ffff00"
sticky="true"
upTooltip="Enable Repeat"
downTooltip="Disable Repeat"
down="jscript:player.settings.getMode('loop');"
onClick="player.settings.setMode('loop',down);"
cursor="hand"
/>
<BUTTONELEMENT
sticky="true"
mappingcolor="#663333"
upTooltip="Enable Shuffle"
downTooltip="Disable Shuffle"
onClick = "JScript:shuffleClick();"
down = "JScript:player.Settings.getMode('shuffle');"
cursor="hand"
/>
</buttongroup>
</view>
</THEME>