home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
opsys
/
wmakeup
/
download
/
RealOne.wmz
/
RealOne.wms
< prev
next >
Wrap
Text File
|
2003-09-02
|
11KB
|
400 lines
<theme
id="RealOne"
title="RealOne"
author="Reeses2150"
copyright=" +Freshskins 2k03"
>
<view
title="RealOne"
backgroundimage="blank.bmp"
backgroundColor="none"
transparencyColor="#00FF00"
titleBar="false" resizable="false"
scriptFile="Realone.js;res://wmploc.dll/RT_TEXT/#132;"
onLoad="OnOpenStateChange();"
>
<player OpenState_onchange="OnOpenStateChange();">
</player>
<!-- Main mode -->
<subview id="full" zIndex="1"
backgroundImage="background.bmp"
visible="true" transparencycolor="#00FF00">
<text justification="left" zIndex="2"
left="37" top="35" width="150"
foregroundColor="#000000" fontSize="9"
value="wmpprop:player.currentmedia.name"
hoverforegroundcolor="#007700"
>
</text>
<text justification="left"
left="50" top="342"
visible="true" zIndex="2"
scrolling="false" fontSmoothing="true"
foregroundColor="#00DD00" fontSize="9"
value="wmpprop:visualization.currentPresetTitle"
>
</text>
<statustext zIndex="2"
left="183" top="34" width="50"
foregroundColor="#555555" fontSize="9"
/>
<text left="238" top="35"
fontSize="8" zIndex="2"
foregroundColor="#000000"
value="wmpprop:player.controls.currentPositionString"
>
</text>
<DURATIONTEXT left="273" top="35"
foregroundColor="#000000"
fontSize="8" zIndex="2"/>
<text left="268" top="34"
fontSize="8"
value="/" zIndex="2"
foregroundColor="#000000"
>
</text>
<video id="Vid"
width="350" height="283"
left="11" top="56"
shrinkToFit = "true"
maintainAspectRatio = "true"
/>
<effects
id="visualization"
width="350" height="283"
left="11" top="56"
currentEffectType="bars" >
</effects>
<subview id="PLPanel"
backgroundimage="plback.bmp"
zIndex = "-1"
width="350" height="300"
left="11" top="56"
visible="false">
<playlist
id="pl"
width="350" height="300"
backgroundcolor="#00DGFF"
foregroundcolor="black"
itemPlayingBackgroundColor="silver"
itemPlayingColor="black"
columnsVisible="true"
columns="name=Name;artist=Artist;album=Album;duration=Time;"
editbuttonsvisible="false"
movebuttonsvisible="false"
dropDownVisible="true"
dropDownList="showAll"
playlistItemsVisible="true">
</playlist>
</subview>
<BUTTONGROUP
backgroundimage="background.bmp"
mappingImage = "map.bmp"
hoverImage = "hover.bmp"
downimage="down.bmp" >
<BUTTONELEMENT id="bMin" mappingColor="#000000"
upToolTip="Minimize"
onClick="view.minimize();" />
<BUTTONELEMENT id="bClose" mappingColor="#0000FF"
upToolTip="Close"
onClick="view.close();" />
<BUTTONELEMENT
upToolTip = "Return to Media Center"
mappingColor = "#FF9001"
onClick = "view.returnToMediaCenter();"/>
<buttonelement mappingColor="#C000c0"
sticky="true" upToolTip="Mute"
down="wmpprop:player.settings.mute"
onclick="player.settings.mute=down;"/>
<PLAYELEMENT mappingColor="#00FF00"/>
<STOPELEMENT mappingColor="#FF0000"/>
<NEXTELEMENT mappingColor="#FF00FF"/>
<PREVELEMENT mappingColor="#00FFFF"/>
<buttonelement
mappingcolor="#C0C000"
onClick="jscript:visualization.next();" />
<buttonelement
mappingcolor="#008000"
onClick="jscript:visualization.previous();" />
<buttonelement
mappingcolor="#FFCC00"
uptoolttp="Open File"
onClick="JScript:player.URL=theme.openDialog('FILE_OPEN','FILES_ALL');" />
<buttonelement
mappingcolor="#FFFFFF"
cursor="hand"
uptooltip="Repeat"
downtooltip="No Repeat"
onclick="jscript:player.settings.setMode('repeat',down);"
down="wmpprop:player.settings.getMode('repeat')"
sticky="true" />
<buttonelement
mappingcolor="silver"
cursor="hand"
uptooltip="Shuffle"
downtooltip="Unshuffle"
onclick="jscript:player.settings.setMode('shuffle',down);"
down="wmpprop:player.settings.getMode('shuffle')"
sticky="true" />
<buttonelement
mappingcolor="#FF0099"
uptooltip="Compact Mode"
onclick="JScript:compactmode();"/>
</BUTTONGROUP>
<PAUSEBUTTON zIndex = "2"
visible = "wmpenabled:player.controls.pause"
upToolTip = "Pause"
image="pause.bmp"
hoverimage="pausehov.bmp"
downimage="pausedown.bmp"
top="363" left="15" />
<BUTTON id="ShowPL" zIndex = "5"
left = "309" top = "30"
TransparencyColor = "#FF00FF"
image = "plclose.bmp"
hoverImage = "plopenhov.bmp"
downImage = "plopendown.bmp"
upToolTip="Show Playlist"
onclick="JScript:OpenPL();"
visible="true"/>
<BUTTON id="HidePL" zIndex = "5"
left = "309" top = "30"
TransparencyColor = "#FF00FF"
image = "plclose.bmp"
hoverImage = "plclosehov.bmp"
downImage = "plclosedown.bmp"
upToolTip="Hide Playlist"
onclick = "JScript:ClosePL();"
visible="false" />
<subview id="volume" zIndex="2"
transparencyColor="#00FF00"
left="271" top="366"
backgroundimage="volslider.bmp">
<slider toolTip="Volume"
direction="horizontal" slide="false"
min="0" max="100" borderSize="7"
foregroundimage="volslider2.bmp"
thumbImage="volthumb.bmp"
thumbhoverimage="volthumbhov.bmp"
thumbdownimage="volthumbdown.bmp"
transparencyColor="#00FF00"
value="wmpprop:player.settings.volume"
value_onchange="player.settings.volume=value;"
>
</slider>
</subview>
<slider
left="133" top="371"
id = "posslider"
backgroundimage="slider.bmp"
width="100" height="17"
min = "0"
max = "wmpprop:player.currentMedia.duration"
thumbImage="thumb.bmp"
thumbhoverimage="thumbhov.bmp"
thumbdownimage="thumbdown.bmp"
transeparencycolor="#00FF00"
borderSize="7"
value="wmpprop:player.controls.currentPosition"
onDragEnd="player.controls.currentPosition=value;"
/>
</subview>
<!-- pps images -->
<subview top="36" left="18" zIndex="100"
backgroundimage="pauseindi.bmp"
visible="wmpdisabled:player.controls.pause" />
<subview top="36" left="18" zIndex="100"
backgroundimage="stopindi.bmp"
visible="wmpdisabled:player.controls.stop" />
<!-- Compace mode subview -->
<Subview id="compact"
backgroundimage="compactback.bmp"
visible="false" transparencycolor="#00FF00" >
<text justification="left" zIndex="2"
left="37" top="35" width="150"
foregroundColor="#000000" fontSize="9"
value="wmpprop:player.currentmedia.name"
hoverforegroundcolor="#007700"
>
</text>
<text justification="left"
left="50" top="342"
visible="true" zIndex="2"
scrolling="false" fontSmoothing="true"
foregroundColor="#00DD00" fontSize="9"
value="wmpprop:visualization.currentPresetTitle"
>
</text>
<statustext zIndex="2"
left="183" top="34" width="50"
foregroundColor="#555555" fontSize="9"
/>
<text left="238" top="35"
fontSize="8" zIndex="2"
foregroundColor="#000000"
value="wmpprop:player.controls.currentPositionString"
>
</text>
<DURATIONTEXT left="273" top="35"
foregroundColor="#000000"
fontSize="8" zIndex="2"/>
<text left="268" top="34"
fontSize="8"
value="/" zIndex="2"
foregroundColor="#000000"
>
</text>
<BUTTONGROUP
mappingImage = "compactmap.bmp"
hoverImage = "compacthov.bmp"
downimage="compactdown.bmp" >
<BUTTONELEMENT mappingColor="#000000"
upToolTip="Minimize"
onClick="view.minimize();" />
<BUTTONELEMENT mappingColor="#0000FF"
upToolTip="Close"
onClick="view.close();" />
<BUTTONELEMENT
upToolTip = "Return to Media Center"
mappingColor = "#FF9001"
onClick = "view.returnToMediaCenter();"/>
<buttonelement mappingColor="#C000c0"
sticky="true" upToolTip="Mute"
down="wmpprop:player.settings.mute"
onclick="player.settings.mute=down;"/>
<PLAYELEMENT mappingColor="#00FF00"/>
<STOPELEMENT mappingColor="#FF0000"/>
<NEXTELEMENT mappingColor="#FF00FF"/>
<PREVELEMENT mappingColor="#00FFFF"/>
<buttonelement
mappingcolor="#FFCC00"
uptoolttp="Open File"
onClick="JScript:player.URL=theme.openDialog('FILE_OPEN','FILES_ALL');" />
<buttonelement
mappingcolor="#FFFFFF"
cursor="hand"
uptooltip="Repeat"
downtooltip="No Repeat"
onclick="jscript:player.settings.setMode('repeat',down);"
down="wmpprop:player.settings.getMode('repeat')"
sticky="true" />
<buttonelement
mappingcolor="silver"
cursor="hand"
uptooltip="Shuffle"
downtooltip="Unshuffle"
onclick="jscript:player.settings.setMode('shuffle',down);"
down="wmpprop:player.settings.getMode('shuffle')"
sticky="true" />
<buttonelement
mappingcolor="#FF0099"
uptooltip="Normal Mode"
onclick="JScript:fullmode();"/>
</BUTTONGROUP>
<PAUSEBUTTON zIndex = "2"
visible = "wmpenabled:player.controls.pause"
upToolTip = "Pause"
image="pause.bmp"
hoverimage="pausehov.bmp"
downimage="pausedown.bmp"
top="59" left="15" />
<subview id="volume2"
transparencyColor="#00FF00"
left="271" top="63" visible="false"
backgroundimage="volslider.bmp">
<slider toolTip="Volume"
direction="horizontal" slide="false"
min="0" max="100" borderSize="7"
foregroundimage="volslider2.bmp"
thumbImage="volthumb.bmp"
thumbhoverimage="volthumbhov.bmp"
thumbdownimage="volthumbdown.bmp"
transparencyColor="#00FF00"
value="wmpprop:player.settings.volume"
value_onchange="player.settings.volume=value;"
>
</slider>
</subview>
<slider
left="133" top="68"
id = "posslider"
backgroundimage="slider.bmp"
width="100" height="17"
min = "0"
max = "wmpprop:player.currentMedia.duration"
thumbImage="thumb.bmp"
thumbhoverimage="thumbhov.bmp"
thumbdownimage="thumbdown.bmp"
transeparencycolor="#00FF00"
borderSize="7"
value="wmpprop:player.controls.currentPosition"
onDragEnd="player.controls.currentPosition=value;"
/>
</subview>
</view>
</theme>