home *** CD-ROM | disk | FTP | other *** search
- <!-- Essorant - 2002 -->
- <!-- http://essorant.ipfox.com/ -->
- <!-- essorant@btinternet.com -->
-
- <theme author="Essorant" authorVersion="1" copyright="⌐ Tim Dagger 2002" title="Tierce">
-
- <!-- start main body view -->
-
- <view id="mainview" width="345" height="157" backgroundColor="none" titleBar="false" scriptFile="tierce.js;res://wmploc.dll/RT_TEXT/#132;" onLoad="init();">
-
- <PLAYER playState_onchange="JScript:state_change();" status_onChange="text_upd();">
- <CONTROLS currentPosition_onchange="pos_slider.value = player.controls.currentPosition;"/>
- </PLAYER>
-
- <VIDEO visible="false" enabled="true" onVideoStart="JScript:vid_start();" onVideoEnd="JScript:vid_end();"/>
-
- <!-- body bg -->
- <subview zIndex="0" id="body_bg" left="0" top="0" visible="true" backgroundImage="tierce_body_main.bmp" transparencyColor="#ff00ff">
- </subview>
-
- <!-- vis bg -->
- <subview zIndex="1" id="vis_bg" left="0" top="0" visible="false" backgroundImage="tierce_body_vis.bmp" transparencyColor="#ff00ff">
- </subview>
-
- <!-- vis -->
- <subview zIndex="2" id="vis" left="195" top="13" width="140" height="131" visible="wmpprop:viseffects.visible" backgroundImage="tierce_vis_mask.bmp" transparencyColor="#ff00ff">
- <effects id="viseffects" zIndex="2" top="0" left="0" width="140" height="131" visible="false" onClick="jscript:viseffects.next();" upToolTip="click for next vis"/>
- </subview>
-
- <!-- vis mask -->
- <subview zIndex="3" id="visfg" left="183" top="3" visible="false" backgroundImage="tierce_vis_fg.bmp" transparencyColor="#FF00FF" upToolTip="click for next vis">
- </subview>
-
- <!-- buttons -->
- <subview zIndex="4" id="mainbody" left="0" top="0" visible="true" backgroundImage="tierce_button_mask.bmp" transparencyColor="#ff00ff">
- <button id="eqbutton" left="166" top="93" image="tierce_opt_eq.bmp" hoverImage="tierce_opt_eq_mo.bmp" downImage="tierce_opt_eq_press.bmp" onClick="jscript:openeq();" upToolTip="show/hide equaliser"/>
- <button id="plbutton" left="176" top="75" image="tierce_opt_pl.bmp" hoverImage="tierce_opt_pl_mo.bmp" downImage="tierce_opt_pl_press.bmp" onClick="jscript:openpl();" upToolTip="show/hide playlist"/>
- <button id="min" left="176" top="6" image="tierce_win_min.bmp" hoverImage="tierce_win_min_mo.bmp" downImage="tierce_win_min_press.bmp" upToolTip="minimize" onClick="jscript:view.minimize();"/>
- <button id="fullmode" left="190" top="16" image="tierce_win_max.bmp" hoverImage="tierce_win_max_mo.bmp" downImage="tierce_win_max_press.bmp" upToolTip="full mode" onClick="jscript:view.returnToMediaCenter();"/>
- <button id="close" zIndex="2" left="200" top="29" image="tierce_win_close.bmp" hoverImage="tierce_win_close_mo.bmp" downImage="tierce_win_close_press.bmp" upToolTip="close" onClick="jscript:view.close();"/>
- <button id="volup" left="187" top="42" image="tierce_vol_up.bmp" hoverImage="tierce_vol_up_mo.bmp" downImage="tierce_vol_up_press.bmp" upToolTip="volume up" onClick="jscript:vol_up();" enabled="jscript:chkDecVol();" />
- <button id="voldn" left="181" top="59" image="tierce_vol_dn.bmp" hoverImage="tierce_vol_dn_mo.bmp" downImage="tierce_vol_dn_press.bmp" upToolTip="volume down" onClick="jscript:vol_dn();" enabled="jscript:chkIncVol();" />
- <text id="metadata" zIndex="1" left="60" top="29" width="95" height="12" value="JScript:text_upd();" textwidth_onchange="JScript:scrolling=(textwidth>width);" fontSize="7" fontSmoothing="true" fontFace="Tahoma" foregroundColor="#B5F3FF" scrollingDelay="30" scrollingAmount="1" justification="left" fontStyle="normal" scrolling="true" />
- </subview>
-
- <!-- controls -->
- <subview zIndex="5" left="58" top="48" backgroundImage="tierce_control_bg.bmp" transparencyColor="#ff00ff">
- <playbutton left="26" top="4" image="tierce_control_play.bmp" hoverImage="tierce_control_play_mo.bmp" downImage="tierce_control_play_press.bmp" onclick="jscript:player.controls.play(); jscript:toggle_time();"/>
- <pausebutton left="26" top="4" image="tierce_control_pause.bmp" hoverImage="tierce_control_pause_mo.bmp" downImage="tierce_control_pause_press.bmp" visible="wmpenabled:player.controls.pause" onclick="jscript:player.controls.pause(); jscript:toggle_time();" />
- <stopbutton left="38" top="56" image="tierce_control_stop.bmp" hoverImage="tierce_control_stop_mo.bmp" downImage="tierce_control_stop_press.bmp" onclick="jscript:player.controls.stop(); jscript:toggle_time();"/>
- <prevbutton id="prev" left="1" top="1" image="tierce_control_prev.bmp" hoverImage="tierce_control_prev_mo.bmp" downImage="tierce_control_prev_press.bmp" onclick="jscript:player.controls.previous()" />
- <nextbutton id="next" left="75" top="1" image="tierce_control_next.bmp" hoverImage="tierce_control_next_mo.bmp" downImage="tierce_control_next_press.bmp" onclick="jscript:player.controls.next()" />
- <button id="visbutton" left="12" top="37" image="tierce_opt_vis.bmp" hoverImage="tierce_opt_vis_mo.bmp" downImage="tierce_opt_vis_press.bmp" onClick="jscript:toggle_vis();" visible="true" upToolTip="toggle vis on/off"/>
- <button id="open" left="72" top="37" image="tierce_opt_open.bmp" hoverImage="tierce_opt_open_mo.bmp" downImage="tierce_opt_open_press.bmp" onclick="JScript:player.URL=theme.openDialog('FILE_OPEN','FILES_ALL');" upToolTip="open files"/>
- <text id="time" zIndex="5" left="27" top="14" width="50" visible="false" fontSize="7" scrolling="false" fontSmoothing="false" fontFace="Tahoma" foregroundColor="#3A9FD0" fontStyle="normal" justification="center" value="wmpprop:player.controls.currentPositionString" scrolling="false" />
- </subview>
-
- <!-- shuffle / repeat -->
- <subview zIndex="6" left="141" top="113" backgroundImage="tierce_trk_bg.bmp" transparencyColor="#ff00ff">
- <button id="trk_bg2" left="0" top="0" visible="false" zIndex="0" image="tierce_trk_bg2.bmp"/>
- <button id="shuffle" left="0" top="16" zIndex="1" image="tierce_trk_shuff.bmp" hoverImage="tierce_trk_shuff_mo.bmp" downImage="tierce_trk_shuff_press.bmp" sticky="true" upTooltip="shuffle on" downTooltip="shuffle off" down="jscript:player.settings.getMode('shuffle');" onClick="player.settings.setMode('shuffle',down);"/>
- <button id="repeat" left="11" top="0" zIndex="1" image="tierce_trk_rep.bmp" hoverImage="tierce_trk_rep_mo.bmp" downImage="tierce_trk_rep_press.bmp" sticky="true" upTooltip="repeat on" downTooltip="repeat off" down="jscript:player.settings.getMode('loop');" onClick="player.settings.setMode('loop',down);"/>
- </subview>
-
-
- </view>
-
- <!-- end main body view -->
-
-
-
- <!-- start video body view -->
-
- <VIEW
- id="body_video" resizable="true" titleBar="false" backgroundColor="none"
- minWidth="350" minHeight="311" width="350" height="311"
- scriptFile="tierce.js;res://wmploc.dll/RT_TEXT/#132;"
- onLoad="OnLoadVideo();" onClose="OnCloseVideo();"
- >
-
- <player OpenState_onchange="SnapToVideo();"></player>
-
- <!-- vid body -->
- <subview id="topleft" zIndex="1" backgroundImage="tierce_vid_tl.bmp" transparencyColor="#FF00FF" top="0" left="0" verticalAlignment="top" horizontalAlignment="left"/>
- <subview id="topstretch" zIndex="1" backgroundImage="tierce_vid_top.bmp" transparencyColor="#FF00FF" top="0" left="13" verticalAlignment="top" horizontalAlignment="stretch" backgroundTiled="true">
- <button id="vid_label" zIndex="2" top="5" left="0" image="tierce_vid_label.bmp"/>
- </subview>
- <subview id="topright" zIndex="1" backgroundImage="tierce_vid_tr.bmp" transparencyColor="#FF00FF" top="0" left="jscript:view.width-37;" verticalAlignment="top" horizontalAlignment="right">
- <button id="vid_close" zIndex="2" width="12" height="13" top="2" left="10" image="tierce_vid_close.bmp" hoverImage="tierce_vid_close_mo.bmp" downImage="tierce_vid_close.bmp" onClick="jscript:if(vid_check()) {player.controls.stop();};view.close();" upTooltip="close"/>
- </subview>
- <subview id="leftstretch" zIndex="1" backgroundImage="tierce_vid_left.bmp" transparencyColor="#FF00FF" top="24" left="0" verticalAlignment="stretch" horizontalAlignment="stretch" backgroundTiled="true"/>
- <subview id="rightstretch" zIndex="1" backgroundImage="tierce_vid_right.bmp" transparencyColor="#FF00FF" top="24" left="jscript:view.width-37;" verticalAlignment="stretch" horizontalAlignment="right" backgroundTiled="true"/>
- <subview id="bottomleft" zIndex="1" backgroundImage="tierce_vid_bl.bmp" transparencyColor="#FF00FF" top="jscript:view.height-13;" left="0" verticalAlignment="bottom" horizontalAlignment="left"/>
- <subview id="bottomstretch" zIndex="1" backgroundImage="tierce_vid_bottom.bmp" transparencyColor="#FF00FF" top="jscript:view.height-13;" left="13" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundTiled="true"/>
- <subview id="bottomright" zIndex="1" backgroundImage="tierce_vid_br.bmp" transparencyColor="#FF00FF" top="jscript:view.height-13;" left="jscript:view.width-37;" verticalAlignment="bottom" horizontalAlignment="right">
- <button id="bottomleft_resize" uptooltip="Resize Screen" zindex="8" top="2" left="26" width="9" height="9" image="tierce_vid_resize.bmp" hoverImage="tierce_vid_resize_mo.bmp" downImage="tierce_vid_resize.bmp" onmousedown="AllowResizeVideo();view.size( 'bottomright' );g_fUserHasSized=true;" cursor="resize.cur"/>
- </subview>
-
- <!-- vid play area -->
- <subview id="videoRgn" zIndex="4" top="24" left="13" width="jscript:view.width-26;" height="jscript:view.height-37;" horizontalAlignment="stretch" verticalAlignment="stretch" backgroundColor="#000000">
- <WMPVIDEO id="vid" zIndex="1" top="3" left="3" width="jscript:videoRgn.width;" height="jscript:videoRgn.height;" horizontalAlignment="stretch" verticalAlignment="stretch" backgroundColor="#000000" windowless="false" maintainAspectRatio="true" visible="true" fullscreen="false" onClick="jscript:ZoomVideo();" cursor="hand"/>
- </subview>
- </VIEW>
-
- <!-- end video body view -->
-
-
-
- <!-- start playlist view -->
-
- <VIEW id="body_pl" titleBar="false" backgroundColor="none" minWidth="350" minHeight="311" width="350" height="311" resizAble="true" scriptFile="tierce.js;res://wmploc.dll/RT_TEXT/#132;">
-
- <!-- pl body -->
- <subview id="pltopleft" zIndex="1" backgroundImage="tierce_vid_tl.bmp" transparencyColor="#FF00FF" top="0" left="0" verticalAlignment="top" horizontalAlignment="left"/>
- <subview id="pltopstretch" zIndex="1" backgroundImage="tierce_pl_top.bmp" transparencyColor="#FF00FF" top="0" left="13" verticalAlignment="top" horizontalAlignment="stretch" backgroundTiled="true">
- <button id="pl_label" zIndex="2" top="5" left="0" image="tierce_pl_label.bmp"/>
- </subview>
- <subview id="pltopright" zIndex="1" backgroundImage="tierce_vid_tr.bmp" transparencyColor="#FF00FF" top="0" left="jscript:view.width-37;" verticalAlignment="top" horizontalAlignment="right">
- <button id="pl_close" zIndex="2" width="12" height="13" top="2" left="10" image="tierce_vid_close.bmp" hoverImage="tierce_vid_close_mo.bmp" downImage="tierce_vid_close.bmp" onClick="jscript:if(vid_check()) {player.controls.stop();};view.close();" upTooltip="close"/>
- </subview>
- <subview id="plleftstretch" zIndex="1" backgroundImage="tierce_vid_left.bmp" transparencyColor="#FF00FF" top="24" left="0" verticalAlignment="stretch" horizontalAlignment="stretch" backgroundTiled="true"/>
- <subview id="plrightstretch" zIndex="1" backgroundImage="tierce_vid_right.bmp" transparencyColor="#FF00FF" top="24" left="jscript:view.width-37;" verticalAlignment="stretch" horizontalAlignment="right" backgroundTiled="true"/>
- <subview id="plbottomleft" zIndex="1" backgroundImage="tierce_vid_bl.bmp" transparencyColor="#FF00FF" top="jscript:view.height-13;" left="0" verticalAlignment="bottom" horizontalAlignment="left"/>
- <subview id="plbottomstretch" zIndex="1" backgroundImage="tierce_vid_bottom.bmp" transparencyColor="#FF00FF" top="jscript:view.height-13;" left="13" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundTiled="true"/>
- <subview id="plbottomright" zIndex="1" backgroundImage="tierce_vid_br.bmp" transparencyColor="#FF00FF" top="jscript:view.height-13;" left="jscript:view.width-37;" verticalAlignment="bottom" horizontalAlignment="right">
- <button id="plbottomleft_resize" uptooltip="Resize Screen" zindex="8" top="2" left="26" width="9" height="9" image="tierce_vid_resize.bmp" hoverImage="tierce_vid_resize_mo.bmp" downImage="tierce_vid_resize.bmp" onMouseDown="view.size('bottomright');" cursor="resize.cur"/>
- </subview>
-
-
- <!-- playlist -->
- <subview id="pl_bg" zIndex="4" top="24" left="13" width="jscript:view.width-26;" height="jscript:view.height-37;" horizontalAlignment="stretch" verticalAlignment="stretch" backgroundColor="#000000">
- <playlist id="pl" width="jscript:pl_bg.width" height="jscript:pl_bg.height"
- backgroundColor="#333741" foregroundcolor="#B3B5BC" itemPlayingColor="#00E0F8" itemPlayingBackgroundColor="#005D7F"
- disabledItemColor="#556382" columns="name=Name;artist=Artist;album=Album;duration=Time;" playlistItemsVisible="true" dropDownVisible="true"
- horizontalAlignment="stretch" verticalAlignment="stretch" allowItemEditing="true" columnsVisible="true" allowColumnSorting="true"
- />
- </subview>
-
- </VIEW>
-
- <!-- end playlist view -->
-
-
- <!-- start eq view -->
-
- <VIEW id="body_eq" titleBar="false" backgroundColor="none" width="162" height="151" scriptFile="tierce.js;res://wmploc.dll/RT_TEXT/#132;">
-
- <subview zIndex="2" id="eq_bg" left="0" top="0" backgroundImage="tierce_body_eq.bmp" visible="true" transparencyColor="#FF00FF">
- <equalizerSettings id="equal" enable="true"></equalizerSettings>
- <slider id="eq1" borderSize="0" top="23" left="35" height="56" width="2" tiled="false" transparencyColor="#FF00FF" toolTip="32Hz" backgroundimage="tierce_eq_slider_bg.bmp" foregroundimage="tierce_eq_slider_fg.bmp" thumbImage="tierce_eq_slider_button.bmp" slide="false" cursor="system" min="-16" max="16" value="wmpprop:equal.gainLevel1" value_onchange="equal.gainLevel1=value;" direction="vertical"/>
- <slider id="eq2" borderSize="0" top="23" left="45" height="56" width="2" tiled="false" transparencyColor="#FF00FF" toolTip="64Hz" backgroundimage="tierce_eq_slider_bg.bmp" foregroundimage="tierce_eq_slider_fg.bmp" thumbImage="tierce_eq_slider_button.bmp" slide="false" cursor="system" min="-16" max="16" value="wmpprop:equal.gainLevel2" value_onchange="equal.gainLevel2=value;" direction="vertical"/>
- <slider id="eq3" borderSize="0" top="23" left="55" height="56" width="2" tiled="false" transparencyColor="#FF00FF" toolTip="125Hz" backgroundimage="tierce_eq_slider_bg.bmp" foregroundimage="tierce_eq_slider_fg.bmp" thumbImage="tierce_eq_slider_button.bmp" slide="false" cursor="system" min="-16" max="16" value="wmpprop:equal.gainLevel3" value_onchange="equal.gainLevel3=value;" direction="vertical"/>
- <slider id="eq4" borderSize="0" top="23" left="65" height="56" width="2" tiled="false" transparencyColor="#FF00FF" toolTip="250Hz" backgroundimage="tierce_eq_slider_bg.bmp" foregroundimage="tierce_eq_slider_fg.bmp" thumbImage="tierce_eq_slider_button.bmp" slide="false" cursor="system" min="-16" max="16" value="wmpprop:equal.gainLevel4" value_onchange="equal.gainLevel4=value;" direction="vertical"/>
- <slider id="eq5" borderSize="0" top="23" left="75" height="56" width="2" tiled="false" transparencyColor="#FF00FF" toolTip="500Hz" backgroundimage="tierce_eq_slider_bg.bmp" foregroundimage="tierce_eq_slider_fg.bmp" thumbImage="tierce_eq_slider_button.bmp" slide="false" cursor="system" min="-16" max="16" value="wmpprop:equal.gainLevel5" value_onchange="equal.gainLevel5=value;" direction="vertical"/>
- <slider id="eq6" borderSize="0" top="23" left="85" height="56" width="2" tiled="false" transparencyColor="#FF00FF" toolTip="1kHz" backgroundimage="tierce_eq_slider_bg.bmp" foregroundimage="tierce_eq_slider_fg.bmp" thumbImage="tierce_eq_slider_button.bmp" slide="false" cursor="system" min="-16" max="16" value="wmpprop:equal.gainLevel6" value_onchange="equal.gainLevel6=value;" direction="vertical"/>
- <slider id="eq7" borderSize="0" top="23" left="95" height="56" width="2" tiled="false" transparencyColor="#FF00FF" toolTip="2kHz" backgroundimage="tierce_eq_slider_bg.bmp" foregroundimage="tierce_eq_slider_fg.bmp" thumbImage="tierce_eq_slider_button.bmp" slide="false" cursor="system" min="-16" max="16" value="wmpprop:equal.gainLevel7" value_onchange="equal.gainLevel7=value;" direction="vertical"/>
- <slider id="eq8" borderSize="0" top="23" left="105" height="56" width="2" tiled="false" transparencyColor="#FF00FF" toolTip="4kHz" backgroundimage="tierce_eq_slider_bg.bmp" foregroundimage="tierce_eq_slider_fg.bmp" thumbImage="tierce_eq_slider_button.bmp" slide="false" cursor="system" min="-16" max="16" value="wmpprop:equal.gainLevel8" value_onchange="equal.gainLevel8=value;" direction="vertical"/>
- <slider id="eq9" borderSize="0" top="23" left="115" height="56" width="2" tiled="false" transparencyColor="#FF00FF" toolTip="8kHz" backgroundimage="tierce_eq_slider_bg.bmp" foregroundimage="tierce_eq_slider_fg.bmp" thumbImage="tierce_eq_slider_button.bmp" slide="false" cursor="system" min="-16" max="16" value="wmpprop:equal.gainLevel9" value_onchange="equal.gainLevel9=value;" direction="vertical"/>
- <slider id="eq10" borderSize="0" top="23" left="125" height="56" width="2" tiled="false" transparencyColor="#FF00FF" toolTip="16kHz" backgroundimage="tierce_eq_slider_bg.bmp" foregroundimage="tierce_eq_slider_fg.bmp" thumbImage="tierce_eq_slider_button.bmp" slide="false" cursor="system" min="-16" max="16" value="wmpprop:equal.gainLevel10" value_onchange="equal.gainLevel10=value;" direction="vertical"/>
-
- <button id="eqprev" zIndex="3" left="45" top="87" image="tierce_eq_prev.bmp" hoverImage="tierce_eq_prev_mo.bmp" downImage="tierce_eq_prev_press.bmp" onClick="equal.previousPreset();" visible="true" upToolTip="previous preset"/>
- <button id="eqreset" zIndex="3" left="75" top="102" image="tierce_eq_reset.bmp" hoverImage="tierce_eq_reset_mo.bmp" downImage="tierce_eq_reset_press.bmp" onClick="equal.reset();" visible="true" upToolTip="reset eq"/>
- <button id="eqnext" zIndex="3" left="99" top="87" image="tierce_eq_next.bmp" hoverImage="tierce_eq_next_mo.bmp" downImage="tierce_eq_next_press.bmp" onClick="equal.nextPreset();" visible="true" upToolTip="next preset"/>
- <button id="eqclose" zIndex="3" left="72" top="115" image="tierce_eq_close.bmp" hoverImage="tierce_eq_close_mo.bmp" downImage="tierce_eq_close_press.bmp" onClick="view.close();" visible="true" upToolTip="close"/>
- <text id="eqpre" zIndex="5" left="64" top="90" width="36" fontSize="7" scrolling="false" fontSmoothing="false" fontFace="Tahoma" foregroundColor="#009FE8" fontStyle="normal" justification="center" value="wmpprop:equal.currentPresetTitle" />
- </subview>
-
- </VIEW>
-
- <!-- end eq view -->
-
-
- </theme>