home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / zkuste / wmakeup / download / XboxLive-Remix.wmz / xlive.wms < prev   
Encoding:
Text File  |  2003-01-07  |  81.3 KB  |  391 lines

  1.  ■<!-- 
  2.     The Skins Factory
  3.     http://www.theskinsfactory.com
  4.     info@theskinsfactory.com
  5. -->
  6. <theme title="Xbox: Live Remix" author="TheSkinsFactory.com" copyright="⌐ 2003, Microsoft Corporation. All Rights Reserved." >
  7. <view id="mediaSwitcherView" titlebar="false" resizable="false" backgroundImage="preview.png" scriptFile="xlive.js" 
  8.     onload="checkMediaOnLoad();">
  9. </view>
  10. <view id="mainView" width="364" height="221" titleBar="false" backgroundColor="none" scriptFile="xlive.js" onLoad="mainStartUp()" onClose="mainShutDown()" 
  11.     onKeyPress="viewHotKeys();" onTimer="introSequence()" timerInterval="2000" >
  12.     <player PlayState_onchange="checkPlayerState()" OpenState_onchange="checkPlayerState()" status_onChange="updateMetadata();" >
  13.         <controls currentPosition_onchange="seek.value=player.controls.currentPosition;" />
  14.     </player>
  15.     <video visible="false" enabled="true" fullScreen="true" />
  16.     <subview id="mainBack" zIndex="10" backgroundImage="main_back.png" transparencyColor="#ff00ff" />
  17.     <subview id="mainScreenCover" zIndex="20" left="112" top="28" backgroundImage="main_screen_cover.png" transparencyColor="#ff00ff" passThrough="true" />
  18.     <subview id="mainScreenBack" zIndex="0" left="139" top="74" backgroundImage="main_screen_back.png" />
  19.     <subview id="mainBackButtonsSub" zIndex="15" width="jscript:mainBack.width" height="jscript:mainBack.height" >
  20.         <button left="184" top="13" image="m_min_hov.gif" hoverImage="m_min_no.gif" downImage="m_min_do.gif" upToolTip="Minimize" onClick="checkSoundPref('button.wav');view.minimize()" />
  21.         <button left="205" top="9" image="m_full_hov.gif" hoverImage="m_full_no.gif" downImage="m_full_do.gif" upToolTip="Return To Full Mode" onClick="view.returnToMediaCenter()" />
  22.         <button left="227" top="12" image="m_close_hov.gif" hoverImage="m_close_no.gif" downImage="m_close_do.gif" upToolTip="Close" onClick="view.close()" />
  23.         <button id="shutterButton" left="108" top="148" image="m_shutter_no.png" hoverImage="m_shutter_hov.png" downImage="m_shutter_do.gif" hoverDownImage="m_shutter_do_hov.png" sticky="true" onClick="checkSoundPref('shutter.wav');toggleShutter();" upToolTip="Close Shutter" downToolTip="Open Shutter" enabled="false" />
  24.         <customSlider id="seek" left="160" top="71" min="0" max="wmpprop:player.currentMedia.duration" borderSize="0" image="seek.png" positionImage="seek_map.png" 
  25.             enabled="true" cursor="hand" onmouseup="player.controls.currentPosition=seek.value;" toolTip="Seek" />
  26.         <customSlider id="volume" left="138" top="124" min="0" max="100" borderSize="0" image="vol.png" positionImage="vol_map.png" enabled="true" 
  27.             value="wmpprop:player.settings.volume" value_onchange="wmpprop:player.settings.volume = value;updateVolToolTip();player.settings.mute = false;" cursor="hand" 
  28.             toolTip="Volume" onMouseUp="volume.toolTip='Volume'" onKeyDown="volKey(event)" />
  29.         <button id="eqButton" left="190" top="148" image="m_eq_no.gif" hoverImage="m_eq_hov.gif" downImage="m_eq_do.gif" onClick="checkSoundPref('button.wav');toggleView('eqView','eqViewer')" onMouseOver="updateToolTip('eqViewer','eqButton','Eq')" />
  30.         <button id="visButton" left="219" top="148" image="m_vis_no.gif" hoverImage="m_vis_hov.gif" downImage="m_vis_do.gif" onClick="checkSoundPref('button.wav');toggleVis(visStatus++)" onMouseOver="updateToolTip('visViewer','visButton','Vis')" transparencyColor="#ff00ff" enabled="false" />
  31.         <button id="plButton" left="248" top="148" image="m_pl_no.gif" hoverImage="m_pl_hov.gif" downImage="m_pl_do.gif" onClick="checkSoundPref('button.wav');toggleView('plView','plViewer')" onMouseOver="updateToolTip('plViewer','plButton','Pl')" transparencyColor="#ff00ff" />
  32.         <button id="infoButton" left="23" top="92" image="m_logo_no.gif" hoverImage="m_logo_hov.gif" downImage="m_logo_do.gif" onClick="checkSoundPref('live.wav');toggleView('infoView','infoViewer')" onMouseOver="updateToolTip('eqViewer','eqButton','Info')" />
  33.         <pausebutton zIndex="3" left="56" top="169" image="m_pause_no.gif" hoverImage="m_pause_hov.gif" downImage="m_pause_do.gif" visible="wmpenabled:player.controls.pause" transparencyColor="#ff00ff" onClick="checkSoundPref('button.wav');player.controls.pause()"  />
  34.         <buttongroup left="54" top="168" image="m_set_no.gif" hoverImage="m_set_hov.gif" downImage="m_set_do.gif" mappingImage="m_set_map.png" transparencyColor="#ff00ff" visible="true" >
  35.             <playelement mappingColor="#0000ff" onClick="checkSoundPref('button.wav');player.controls.play()" />
  36.             <stopelement mappingColor="#0033ff" onClick="checkSoundPref('button.wav');player.controls.stop()" />
  37.             <prevelement mappingColor="#0066ff" onClick="checkSoundPref('button.wav');player.controls.previous()" />
  38.             <nextelement mappingColor="#0099ff" onClick="checkSoundPref('button.wav');player.controls.next()" />
  39.             <buttonelement mappingColor="#00ccff" upToolTip="Open Media File" onClick="checkSoundPref('button.wav');openFile()" />
  40.         </buttongroup>
  41.         <text id="time" left="204" top="54" width="62" fontSize="7" scrolling="false" fontSmoothing="true" foregroundColor="#FFE633" 
  42.             fontStyle="bold" justification="center" value="wmpprop:player.controls.currentPositionString" fontFace="arial narrow,arial,tahoma,verdana" />
  43.         <text id="metadata" left="177" top="62" width="100" fontSize="7" height="30" fontSmoothing="true" fontFace="arial" foregroundColor="#FFE633" 
  44.             scrollingDelay="80" scrollingAmount="2" justification="center" scrolling="true" toolTip="" passThrough="true" />
  45.     </subview>
  46.     <subview id="playbackAnim" zIndex="5" left="139" top="76" backgroundImage="playback_anim.gif" visible="false" alphaBlend="0" />
  47.     <subview id="mainIntro" zIndex="19" left="141" top="54" backgroundImage="intro_anim_static.png" transparencyColor="#ff0000" passThrough="true" visible="true" />
  48.     <subview id="mainShutter" zIndex="19" left="141" top="54" backgroundImage="" width="jscript:mainIntro.width" height="jscript:mainIntro.height" passThrough="true" >
  49.         <subview id="shutterStatic" zIndex="18" backgroundImage="shutter_static.png" transparencyColor="#ff0000" passThrough="true" visible="false" />
  50.     </subview>
  51. <!-- for localization -->
  52.     <subview id="locSub" >
  53.         <text id="locShowPl" toolTip="Show Playlist" />
  54.         <text id="locHidePl" toolTip="Hide Playlist" />
  55.         <text id="locShowEq" toolTip="Show Equalizer" />
  56.         <text id="locHideEq" toolTip="Hide Equalizer" />
  57.         <text id="locShowVis" toolTip="Show Visualizations" />
  58.         <text id="locHideVis" toolTip="Hide Visualizations" />
  59.         <text id="locShowInfo" toolTip="Show XBOX LIVE Information" />
  60.         <text id="locHideInfo" toolTip="Hide XBOX LIVE Information" />
  61.     </subview>
  62. </view>
  63. <!-- playlist -->
  64. <view id="plView" width="423" height="343" minWidth="440" minHeight="300" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="xlive.js"
  65.     onLoad="loadPlPrefs();" onClose="savePlPrefs();" onKeyPress="viewHotKeys();" >
  66.     <player modeChange="updateShuffRep()" />
  67.     <subview zIndex="5" backgroundImage="f_top_left.png" transparencyColor="#ff00ff" />
  68.     <subview zIndex="4" top="145" verticalAlignment="stretch" backgroundImage="f_left_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  69.     <subview zIndex="5" top="jscript:view.height-181" verticalAlignment="bottom" backgroundImage="f_bot_left.png" transparencyColor="#ff00ff" />
  70.     <subview zIndex="4" left="207" top="jscript:view.height-181" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  71.     <subview zIndex="5" left="jscript:view.width-203" top="jscript:view.height-181" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_bot_right.png" transparencyColor="#ff00ff" />
  72.     <subview zIndex="4" left="jscript:view.width-203" top="145" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  73.     <subview zIndex="5" left="jscript:view.width-203" horizontalAlignment="right" backgroundImage="f_top_right.png" transparencyColor="#ff00ff" />
  74.     <subview zIndex="4" left="207" horizontalAlignment="stretch" backgroundImage="f_top_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  75.     <subview zIndex="1" top="75" verticalAlignment="stretch" backgroundImage="f_left_tile.png" backgroundTiled="true" height="200" transparencyColor="#ff00ff" />
  76.     <subview zIndex="1" left="75" top="jscript:view.height-22" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_tile.png" backgroundTiled="true" width="280" transparencyColor="#ff00ff" />
  77.     <subview zIndex="1" left="jscript:view.width-26" top="75" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_tile.png" backgroundTiled="true" height="200" transparencyColor="#ff00ff" />
  78.     <subview zIndex="1" left="75" horizontalAlignment="stretch" backgroundImage="f_top_tile.png" backgroundTiled="true" width="280" transparencyColor="#ff00ff" />
  79.     <subview zIndex="20" left="22" top="5" width="43" height="19" >
  80.         <button image="pl_shuff_no.gif" hoverImage="pl_shuff_hov.gif" downImage="pl_shuff_do.gif" id="shuffleButton" sticky="true" upTooltip="Turn Shuffle On" downTooltip="Turn Shuffle Off" down="jscript:player.settings.getMode('shuffle');" onClick="player.settings.setMode('shuffle',down);checkSoundPref('button.wav');" />
  81.         <button left="22" image="pl_repeat_no.gif" hoverImage="pl_repeat_hov.gif" downImage="pl_repeat_do.gif" id="repeatButton" sticky="true" upTooltip="Turn Repeat On" downTooltip="Turn Repeat Off" down="jscript:player.settings.getMode('loop');" onClick="player.settings.setMode('loop',down);checkSoundPref('button.wav');" />
  82.     </subview>
  83.     <subview zIndex="20" left="jscript:view.width-44" top="5" horizontalAlignment="right" backgroundImage="f_close_no.gif" >
  84.         <button image="f_close_no.gif" hoverImage="f_close_hov.gif" downImage="f_close_do.gif" onClick="closeView('plViewer')" upToolTip="Close" />
  85.     </subview>
  86.     <subview id="plOutline" zIndex="1" left="64" top="64" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:view.width-128" height="jscript:view.height-128" backgroundColor="#000000" />
  87.     <subview id="plFrame" left="jscript:plOutline.left" top="jscript:plOutline.top" width="jscript:plOutline.width" height="jscript:plOutline.height" verticalAlignment="stretch" horizontalAlignment="stretch" backgroundColor="#000000">
  88.         <playlist id="playlist1" width="jscript:plFrame.width" height="jscript:plFrame.height" horizontalAlignment="stretch" verticalAlignment="stretch" 
  89.             backgroundColor="#000000" foregroundcolor="#aeaeae" itemPlayingColor="#ffffff" itemPlayingBackgroundColor="#D27538" 
  90.             disabledItemColor="#556382" columns="name=Title;artist=Artist;album=Album;FileType=Type;duration=Length;" playlistItemsVisible="true" dropDownVisible="true" 
  91.             allowItemEditing="true" columnsVisible="true" allowColumnSorting="true" dropDownImage="pl_dropdown.png" dropDownBackgroundImage="pl_dropdown_back.png"
  92.             rightStatus="Total Time: %duration%" leftStatus="Selected: %SelectedDuration%" 
  93.             />
  94.     </subview>
  95.     <subview zIndex="20" left="22" top="jscript:view.height-24" width="43" height="18" verticalAlignment="bottom" >
  96.         <button image="pl_add_no.gif" hoverImage="pl_add_hov.gif" downImage="pl_add_do.gif" onClick="checkSoundPref('button.wav');addToPlaylist()" upToolTip="Add to Playlist" />
  97.         <button left="22" image="pl_del_no.gif" hoverImage="pl_del_hov.gif" downImage="pl_del_do.gif" onClick="checkSoundPref('button.wav');delFromPlaylist()" upToolTip="Delete from Playlist" />
  98.     </subview>
  99.     <subview zIndex="20" left="jscript:view.width-26" top="jscript:view.height-25" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_resize.png" transparencyColor="#ff00ff" >
  100.         <button image="f_resize.png" onMouseDown="view.size( 'bottomright' );" cursor="sizenwse"  transparencyColor="#ff00ff" upToolTip="Resize - Use Mouse or Arrow Keys" onkeydown="viewResizer(event);" />
  101.     </subview>
  102. </view>
  103. <!-- visualizations -->
  104. <view id="visView" width="423" height="343" minWidth="315" minHeight="247" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="xlive.js"
  105.     onLoad="loadVisPrefs()" onClose="saveVisPrefs()" onKeyPress="viewHotKeys();" onTimer="hideVisText()" timerInterval="6000" >
  106.     <player PlayState_onchange="checkVisualsPlayerState()" OpenState_onchange="checkVisualsPlayerState()" />
  107.     <subview zIndex="5" backgroundImage="f_top_left.png" transparencyColor="#ff00ff" />
  108.     <subview zIndex="4" top="145" verticalAlignment="stretch" backgroundImage="f_left_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  109.     <subview zIndex="5" top="jscript:view.height-181" verticalAlignment="bottom" backgroundImage="f_bot_left.png" transparencyColor="#ff00ff" />
  110.     <subview zIndex="4" left="207" top="jscript:view.height-181" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  111.     <subview zIndex="5" left="jscript:view.width-203" top="jscript:view.height-181" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_bot_right.png" transparencyColor="#ff00ff" />
  112.     <subview zIndex="4" left="jscript:view.width-203" top="145" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  113.     <subview zIndex="5" left="jscript:view.width-203" horizontalAlignment="right" backgroundImage="f_top_right.png" transparencyColor="#ff00ff" />
  114.     <subview zIndex="4" left="207" horizontalAlignment="stretch" backgroundImage="f_top_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  115.     <subview zIndex="1" top="75" verticalAlignment="stretch" backgroundImage="f_left_tile.png" backgroundTiled="true" height="200" transparencyColor="#ff00ff" />
  116.     <subview zIndex="1" left="75" top="jscript:view.height-22" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_tile.png" backgroundTiled="true" width="280" transparencyColor="#ff00ff" />
  117.     <subview zIndex="1" left="jscript:view.width-26" top="75" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_tile.png" backgroundTiled="true" height="200" transparencyColor="#ff00ff" />
  118.     <subview zIndex="1" left="75" horizontalAlignment="stretch" backgroundImage="f_top_tile.png" backgroundTiled="true" width="280" transparencyColor="#ff00ff" />
  119.     <subview zIndex="20" left="22" top="5" width="43" height="19" >
  120.         <button image="vis_prev_no.gif" hoverImage="vis_prev_hov.gif" downImage="vis_prev_do.gif" upToolTip="Previous Visualization" onClick="checkSoundPref('button.wav');visEffects.previous();displayVisText()" />
  121.         <button left="22" image="vis_next_no.gif" hoverImage="vis_next_hov.gif" downImage="vis_next_do.gif" upToolTip="Next Visualization" onClick="checkSoundPref('button.wav');visEffects.next();displayVisText()" />
  122.     </subview>
  123.     <subview zIndex="20" left="jscript:view.width-44" top="5" horizontalAlignment="right" backgroundImage="f_close_no.gif" >
  124.         <button image="f_close_no.gif" hoverImage="f_close_hov.gif" downImage="f_close_do.gif" onClick="closeView('visViewer')" upToolTip="Close" />
  125.     </subview>
  126.     <subview zIndex="20" left="jscript:view.width-26" top="jscript:view.height-25" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_resize.png" transparencyColor="#ff00ff" >
  127.         <button image="f_resize.png" onMouseDown="view.size( 'bottomright' );" cursor="sizenwse"  transparencyColor="#ff00ff" upToolTip="Resize - Use Mouse or Arrow Keys" onkeydown="viewResizer(event);" />
  128.     </subview>
  129.     <subview id="visOutline" zIndex="1" left="64" top="64" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:view.width-128" height="jscript:view.height-128" backgroundColor="#000000" />
  130.     <subview id="visMask" zIndex="20" left="jscript:visOutline.left" top="jscript:visOutline.top" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:visOutline.width" height="jscript:visOutline.height" backgroundColor="#000000" >
  131.         <effects zIndex="25" id="visEffects" left="0" top="0" width="jscript:visMask.width" height="jscript:visMask.height" windowed="false" horizontalAlignment="stretch" verticalAlignment="stretch" 
  132.         currentEffectType="wmpprop:mediacenter.effectType" currentPreset="wmpprop:mediacenter.effectPreset" currentEffectType_onchange="mediacenter.effectType=currentEffectType;" currentPreset_onchange="mediacenter.effectPreset=currentPreset;" visible="true" clippingColor="#ffffff"/>
  133.         <subview zIndex="600" top="jscript:visMask.height-20" verticalAlignment="bottom" horizontalAlignment="center" width="jscript:visMask.width" height="20" >
  134.             <text id="visEffectsText" fontSize="8" fontFace="verdana" fontStyle="bold" fontSmoothing="true" foregroundColor="#ffffff" horizontalAlignment="center" value="wmpprop:visEffects.currentEffectTitle" />
  135.         </subview>
  136.     </subview>
  137. </view>
  138. <!-- equalizer -->
  139. <view id="eqView" width="423" height="343" minWidth="429" minHeight="197" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="xlive.js"
  140.     onLoad="loadEQPrefs()" onKeyPress="viewHotKeys();" >
  141.     <subview zIndex="6" backgroundImage="f_top_left.png" transparencyColor="#ff00ff" />
  142.     <subview zIndex="4" top="145" verticalAlignment="stretch" backgroundImage="f_left_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  143.     <subview zIndex="5" top="jscript:view.height-181" verticalAlignment="bottom" backgroundImage="f_bot_left.png" transparencyColor="#ff00ff" />
  144.     <subview zIndex="4" left="207" top="jscript:view.height-181" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  145.     <subview zIndex="5" left="jscript:view.width-203" top="jscript:view.height-181" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_bot_right.png" transparencyColor="#ff00ff" />
  146.     <subview zIndex="4" left="jscript:view.width-203" top="145" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  147.     <subview zIndex="5" left="jscript:view.width-203" horizontalAlignment="right" backgroundImage="f_top_right.png" transparencyColor="#ff00ff" />
  148.     <subview zIndex="4" left="207" horizontalAlignment="stretch" backgroundImage="f_top_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  149.     <subview zIndex="1" top="75" verticalAlignment="stretch" backgroundImage="f_left_tile.png" backgroundTiled="true" height="200" transparencyColor="#ff00ff" />
  150.     <subview zIndex="1" left="75" top="jscript:view.height-22" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_tile.png" backgroundTiled="true" width="280" transparencyColor="#ff00ff" />
  151.     <subview zIndex="1" left="jscript:view.width-26" top="75" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_tile.png" backgroundTiled="true" height="200" transparencyColor="#ff00ff" />
  152.     <subview zIndex="1" left="75" horizontalAlignment="stretch" backgroundImage="f_top_tile.png" backgroundTiled="true" width="280" transparencyColor="#ff00ff" />
  153.     <subview zIndex="20" left="jscript:view.width-44" top="5" horizontalAlignment="right" backgroundImage="f_close_no.gif" >
  154.         <button image="f_close_no.gif" hoverImage="f_close_hov.gif" downImage="f_close_do.gif" onClick="closeView('eqViewer')" upToolTip="Close" />
  155.     </subview>
  156.     <subview id="eqBack" zIndex="20" left="25" top="24" backgroundImage="eq_back.png" />
  157.     <subview id="eqSliders" zIndex="20" width="jscript:view.width" height="jscript:view.height" >
  158.         <button left="22" top="5" image="eq_reset_no.gif" hoverImage="eq_reset_hov.gif" downImage="eq_reset_do.gif" onClick="checkSoundPref('button.wav');eq.reset();player.settings.balance=0" upToolTip="Reset Equalizer" />
  159.         <equalizerSettings id="eq" enabled="true" enableSplineTension="wmpprop:eq.enableSplineTension" splineTension="wmpprop:eq.splineTension"  />
  160.         <slider id="eq1" left="47" top="36" width="9" height="95" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="7" min="-14" max="14" value="wmpprop:eq.gainLevel1" value_onchange="eq.gainLevel1=value;" direction="vertical" toolTip="31hz" cursor="hand" transparencyColor="#ff00ff" />
  161.         <slider id="eq2" left="65" top="36" width="9" height="95" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="7" min="-14" max="14" value="wmpprop:eq.gainLevel2" value_onchange="eq.gainLevel2=value;" direction="vertical" toolTip="63hz" cursor="hand" transparencyColor="#ff00ff" />
  162.         <slider id="eq3" left="83" top="36" width="9" height="95" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="7" min="-14" max="14" value="wmpprop:eq.gainLevel3" value_onchange="eq.gainLevel3=value;" direction="vertical" toolTip="125hz" cursor="hand" transparencyColor="#ff00ff" />
  163.         <slider id="eq4" left="101" top="36" width="9" height="95" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="7" min="-14" max="14" value="wmpprop:eq.gainLevel4" value_onchange="eq.gainLevel4=value;" direction="vertical" toolTip="250hz" cursor="hand" transparencyColor="#ff00ff" />
  164.         <slider id="eq5" left="119" top="36" width="9" height="95" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="7" min="-14" max="14" value="wmpprop:eq.gainLevel5" value_onchange="eq.gainLevel5=value;" direction="vertical" toolTip="500hz" cursor="hand" transparencyColor="#ff00ff" />
  165.         <slider id="eq6" left="137" top="36" width="9" height="95" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="7" min="-14" max="14" value="wmpprop:eq.gainLevel6" value_onchange="eq.gainLevel6=value;" direction="vertical" toolTip="1khz" cursor="hand" transparencyColor="#ff00ff" />
  166.         <slider id="eq7" left="155" top="36" width="9" height="95" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="7" min="-14" max="14" value="wmpprop:eq.gainLevel7" value_onchange="eq.gainLevel7=value;" direction="vertical" toolTip="2khz" cursor="hand" transparencyColor="#ff00ff" />
  167.         <slider id="eq8" left="173" top="36" width="9" height="95" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="7" min="-14" max="14" value="wmpprop:eq.gainLevel8" value_onchange="eq.gainLevel8=value;" direction="vertical" toolTip="4khz" cursor="hand" transparencyColor="#ff00ff" />
  168.         <slider id="eq9" left="191" top="36" width="9" height="95" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="7" min="-14" max="14" value="wmpprop:eq.gainLevel9" value_onchange="eq.gainLevel9=value;" direction="vertical" toolTip="8khz" cursor="hand" transparencyColor="#ff00ff" />
  169.         <slider id="eq10" left="209" top="36" width="9" height="95" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="7" min="-14" max="14" value="wmpprop:eq.gainLevel10" value_onchange="eq.gainLevel10=value;" direction="vertical" toolTip="16khz" cursor="hand" transparencyColor="#ff00ff" />
  170.         <button left="39" top="142" image="eq_prev_no.gif" hoverImage="eq_prev_hov.gif" downImage="eq_prev_do.gif" upToolTip="Previous Equalizer Preset" onClick="checkSoundPref('button.wav');eq.previousPreset()" />
  171.         <button left="207" top="142" image="eq_next_no.gif" hoverImage="eq_next_hov.gif" downImage="eq_next_do.gif" upToolTip="Next Equalizer Preset" onClick="checkSoundPref('button.wav');eq.nextPreset()" />
  172.         <button left="247" top="76" image="eq_srs_no.gif" hoverImage="eq_srs_hov.gif" downImage="eq_srs_do.gif" upToolTip="Turn On SRS WOW Effects" downToolTIp="Turn Off SRS WOW Effects" sticky="true" onClick="eq.enhancedAudio = !eq.enhancedAudio" down="wmpprop:eq.enhancedAudio" />
  173.         <button left="247" top="97" image="eq_speaker_no.gif" hoverImage="eq_speaker_hov.gif" downImage="eq_speaker_do.gif" upToolTip="Next Speaker Size" onClick="checkSoundPref('button.wav');toggleSpeaker()" enabled="wmpprop:eq.enhancedAudio"  />
  174.         <button id="fxButton" left="22" top="172" image="eq_fx_no.gif" hoverImage="eq_fx_hov.gif" downImage="eq_fx_do.gif" upToolTip="Turn Skin Sounds On" downToolTip="Turn Skin Sounds Off" sticky="true" onClick="checkSoundPref('button.wav');toggleSkinFx()" down="jscript:if('true'==theme.loadPreference('soundFX')) fxButton.down=true;" />
  175.         <button id="xFade" left="386" top="172" image="eq_xfade_no.gif" hoverImage="eq_xfade_hov.gif" downImage="eq_xfade_do.gif" upToolTip="Turn On Crossfading" downToolTip="Turn Off Crossfading" sticky="true" onClick="eq.crossFade = !eq.crossFade;eq.crossFadeWindow=7000" down="wmpprop:eq.crossFade" />
  176.         <text id="eqPresetText" left="92" top="145" width="80" fontSize="8" fontSmoothing="true" fontFace="tahoma" foregroundColor="#000000" 
  177.             fontStyle="bold" justification="center" value="wmpprop:eq.currentPresetTitle" visible="true"/>    
  178.         <text id="balanceText" left="303" top="35" fontFace="tahoma" fontSize="7" fontSmoothing="true" foregroundColor="#000000" value="Balance" justification="right" />
  179.         <text id="SrsWowTextShadow" left="283" top="81" fontFace="tahoma" fontSize="7" fontSmoothing="true" foregroundColor="#949494" value="SRS WOW Effects" fontStyle="bold" />
  180.         <text id="SrsWowText" left="282" top="80" fontFace="tahoma" fontSize="7" fontSmoothing="true" foregroundColor="#000000" value="SRS WOW Effects" fontStyle="bold" />
  181.         <text id="SrsSpeaker" left="275" top="99" fontFace="tahoma" fontSize="8" fontSmoothing="true" foregroundColor="#000000" value="wmpprop:eq.currentSpeakerName" fontStyle="normal" />
  182.         <text id="SrsTruBass" left="300" top="117" fontFace="tahoma" fontSize="7" fontSmoothing="true" foregroundColor="#000000" value="TruBass" justification="right" />
  183.         <text id="SrsWowEffect" left="293" top="139" fontFace="tahoma" fontSize="7" fontSmoothing="true" foregroundColor="#000000" value="WOW Effect" justification="right" />
  184.         <slider id="balance" left="270" top="48" width="94" height="8" thumbImage="vid_thumb.png" foregroundImage="vid_slider.png" slide="false" borderSize="7" direction="horizontal" toolTip="Balance" min="-100" max="100" value="wmpprop:player.settings.balance" value_onchange="jscript:player.settings.balance=value;updateBalToolTip();" onMouseUp="balance.toolTip='Balance'" />
  185.         <slider id="truBass" left="270" top="129" width="94" height="8" thumbImage="vid_thumb.png" foregroundImage="vid_slider.png" slide="false" borderSize="7" direction="horizontal" toolTip="TruBass" min="0" max="100" onPositionChange="jscript:eq.truBassLevel=value" value="wmpprop:eq.truBassLevel" enabled="wmpprop:eq.enhancedAudio" />
  186.         <slider id="wowEffect" left="270" top="150" width="94" height="8" thumbImage="vid_thumb.png" foregroundImage="vid_slider.png" slide="false" borderSize="7" direction="horizontal" toolTip="WOW Effect" min="0" max="100" onPositionChange="jscript:eq.wowLevel=value" value="wmpprop:eq.wowLevel" enabled="wmpprop:eq.enhancedAudio" />
  187.     </subview>
  188. </view>
  189. <!-- vid remote -->
  190. <view id="remoteView" width="423" height="343" minWidth="245" minHeight="187" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="xlive.js"
  191.     onLoad="loadVidRemotePrefs()" timerInterval="1000" onTimer="checkParentVid()" onKeyPress="viewHotKeys();" >
  192.     <player OpenState_onchange="checkVideoRemotePlayerState();" PlayState_onchange="checkVideoRemotePlayerState();" />
  193.     <subview zIndex="6" backgroundImage="f_top_left.png" transparencyColor="#ff00ff" />
  194.     <subview zIndex="4" top="145" verticalAlignment="stretch" backgroundImage="f_left_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  195.     <subview zIndex="5" top="jscript:view.height-181" verticalAlignment="bottom" backgroundImage="f_bot_left.png" transparencyColor="#ff00ff" />
  196.     <subview zIndex="4" left="207" top="jscript:view.height-181" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  197.     <subview zIndex="5" left="jscript:view.width-203" top="jscript:view.height-181" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_bot_right.png" transparencyColor="#ff00ff" />
  198.     <subview zIndex="4" left="jscript:view.width-203" top="145" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  199.     <subview zIndex="5" left="jscript:view.width-203" horizontalAlignment="right" backgroundImage="f_top_right.png" transparencyColor="#ff00ff" />
  200.     <subview zIndex="4" left="207" horizontalAlignment="stretch" backgroundImage="f_top_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  201.     <subview zIndex="1" top="75" verticalAlignment="stretch" backgroundImage="f_left_tile.png" backgroundTiled="true" height="200" transparencyColor="#ff00ff" />
  202.     <subview zIndex="1" left="75" top="jscript:view.height-22" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_tile.png" backgroundTiled="true" width="280" transparencyColor="#ff00ff" />
  203.     <subview zIndex="1" left="jscript:view.width-26" top="75" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_tile.png" backgroundTiled="true" height="200" transparencyColor="#ff00ff" />
  204.     <subview zIndex="1" left="75" horizontalAlignment="stretch" backgroundImage="f_top_tile.png" backgroundTiled="true" width="280" transparencyColor="#ff00ff" />
  205.     <subview id="vidSettingsBack" zIndex="20" left="25" top="24" backgroundImage="vid_settings_back.png" />
  206.     <subview id="vidSettings" zIndex="21" width="jscript:view.width" height="jscript:view.height" >
  207.         <videosettings id="vidset" enabled="true" />
  208.         <text id="contrastText" left="137" top="46" fontSize="7" fontStyle="bold" fontFace="tahoma" foregroundColor="#000000" value="CONTRAST" />
  209.         <slider id="contrast" left="38" top="46" width="94" height="8" toolTip="Contrast" borderSize="4" direction="horizontal" slide="false" thumbImage="vid_thumb.png" min="-127" max="127" value="wmpprop:vidset.contrast" value_onchange="vidset.contrast=value;" foregroundImage="vid_slider.png" />
  210.         
  211.         <text id="brightnessText" left="137" top="68" fontSize="7" fontStyle="bold" fontFace="tahoma" foregroundColor="#000000" value="BRIGHTNESS" />
  212.         <slider id="brightness" left="38" top="68" width="94" height="8" toolTip="Brightness" borderSize="4" direction="horizontal" slide="false" thumbImage="vid_thumb.png" min="-127" max="127" value="wmpprop:vidset.brightness" value_onchange="vidset.brightness=value;" foregroundImage="vid_slider.png" />
  213.         <text id="hueText" left="137" top="90" fontSize="7" fontStyle="bold" fontFace="tahoma" foregroundColor="#000000" value="HUE" />
  214.         <slider id="hue" left="38" top="90" width="94" height="8" toolTip="Hue" borderSize="4" direction="horizontal" slide="false" thumbImage="vid_thumb.png" min="-127" max="127" value="wmpprop:vidset.hue" value_onchange="vidset.hue=value;" foregroundImage="vid_slider.png" />
  215.         <text id="saturationText" left="137" top="112" fontSize="7" fontStyle="bold" fontFace="tahoma" foregroundColor="#000000" value="SATURATION" />
  216.         <slider id="saturation" left="38" top="112" width="94" height="8" toolTip="Saturation" borderSize="4" direction="horizontal" slide="false" thumbImage="vid_thumb.png" min="-127" max="127" value="wmpprop:vidset.saturation" value_onchange="vidset.saturation=value;" foregroundImage="vid_slider.png" />
  217.         <text id="resetButton" left="110" top="142" fontSize="7" fontStyle="bold" fontFace="tahoma" foregroundColor="#000000" hoverForegroundColor="#666666" value="RESET" onClick="vidset.reset()" upToolTip="Reset Video Settings" onkeyup="if ( event.keyCode == 13 ) vidset.reset();" tabStop="true" />
  218.     </subview>
  219. </view>
  220. <!-- video -->
  221. <view id="videoView" width="423" height="343" minWidth="395" minHeight="310" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="xlive.js"
  222.     onLoad="loadVidPrefs()" onClose="saveVidPrefs()" onKeyPress="viewHotKeys();" >
  223.     <player OpenState_onchange="checkVideoPlayerState();" PlayState_onchange="checkVideoPlayerState();" />
  224.     <subview zIndex="5" backgroundImage="f_top_left.png" transparencyColor="#ff00ff" />
  225.     <subview zIndex="4" top="145" verticalAlignment="stretch" backgroundImage="f_left_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  226.     <subview zIndex="5" top="jscript:view.height-181" verticalAlignment="bottom" backgroundImage="f_bot_left.png" transparencyColor="#ff00ff" />
  227.     <subview zIndex="4" left="207" top="jscript:view.height-181" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  228.     <subview zIndex="5" left="jscript:view.width-203" top="jscript:view.height-181" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_bot_right.png" transparencyColor="#ff00ff" />
  229.     <subview zIndex="4" left="jscript:view.width-203" top="145" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  230.     <subview zIndex="5" left="jscript:view.width-203" horizontalAlignment="right" backgroundImage="f_top_right.png" transparencyColor="#ff00ff" />
  231.     <subview zIndex="4" left="207" horizontalAlignment="stretch" backgroundImage="f_top_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  232.     <subview zIndex="1" top="75" verticalAlignment="stretch" backgroundImage="f_left_tile.png" backgroundTiled="true" height="200" transparencyColor="#ff00ff" />
  233.     <subview zIndex="1" left="75" top="jscript:view.height-22" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_tile.png" backgroundTiled="true" width="280" transparencyColor="#ff00ff" />
  234.     <subview zIndex="1" left="jscript:view.width-26" top="75" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_tile.png" backgroundTiled="true" height="200" transparencyColor="#ff00ff" />
  235.     <subview zIndex="1" left="75" horizontalAlignment="stretch" backgroundImage="f_top_tile.png" backgroundTiled="true" width="280" transparencyColor="#ff00ff" />
  236.     <subview zIndex="20" left="22" top="5" width="43" height="19" >
  237.         <button id="vidZoom" image="vid_zoom_no.gif" hoverImage="vid_zoom_hov.gif" downImage="vid_zoom_do.gif" onClick="checkSoundPref('button.wav');videoZoom()" />
  238.     </subview>
  239.     <subview zIndex="20" left="jscript:view.width-44" top="5" horizontalAlignment="right" backgroundImage="f_close_no.gif" >
  240.         <button image="f_close_no.gif" hoverImage="f_close_hov.gif" downImage="f_close_do.gif" onClick="closeView('vidViewer')" upToolTip="Close" />
  241.     </subview>
  242.     <subview zIndex="20" left="jscript:view.width-26" top="jscript:view.height-25" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_resize.png" transparencyColor="#ff00ff" >
  243.         <button id="vidResize" image="f_resize.png" onMouseDown="view.size( 'bottomright' );saveVidSize()" cursor="sizenwse"  transparencyColor="#ff00ff" upToolTip="Resize - Use Mouse or Arrow Keys" onkeydown="viewResizer(event);saveVidSize()" />
  244.     </subview>
  245.     <subview id="vidOutline" zIndex="10" left="64" top="64" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:view.width-128" height="jscript:view.height-128" backgroundColor="#000000" >
  246.         <subview id="xLiveLogo" zIndex="15" verticalAlignment="center" horizontalAlignment="center" backgroundImage="f_live_logo.png" />
  247.     </subview>
  248.     <subview id="videoFrame" zIndex="20" left="jscript:vidOutline.left" top="jscript:vidOutline.top" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:vidOutline.width" height="jscript:vidOutline.height" backgroundColor="#000000" >
  249.         <video zIndex="8" id="videoWin" width="jscript:videoFrame.width" height="jscript:videoFrame.height" horizontalAlignment="stretch" verticalAlignment="stretch" 
  250.             onvideostart="checkVideoPlayerState();" backgroundColor="black" onvideoend="checkVideoPlayerState();" fullScreen="true" maintainAspectRatio="true" stretchToFit="true" shrinkToFit="true"
  251.             />
  252.     </subview>
  253.     <subview id="vidLocSub" >
  254.         <text id="vidSetTip" toolTip="Click To Set Video Size" />
  255.         <text id="vidZoomIn" toolTip="Change Video Size - Current: " />
  256.         <text id="vidZoomMid" toolTip="% - Next: " />
  257.         <text id="vidZoomOut" toolTip="%" />
  258.     </subview>
  259. </view>
  260. <!-- info / content mode -->
  261. <view id="infoView" width="423" height="343" minWidth="415" minHeight="409" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="xlive.js"
  262.     onLoad="loadInfoPrefs();" onKeyPress="viewHotKeys();" >
  263.     <subview zIndex="5" backgroundImage="f_top_left.png" transparencyColor="#ff00ff" />
  264.     <subview zIndex="4" top="145" verticalAlignment="stretch" backgroundImage="f_left_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  265.     <subview zIndex="5" top="jscript:view.height-181" verticalAlignment="bottom" backgroundImage="f_bot_left.png" transparencyColor="#ff00ff" />
  266.     <subview zIndex="4" left="207" top="jscript:view.height-181" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  267.     <subview zIndex="5" left="jscript:view.width-203" top="jscript:view.height-181" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_bot_right.png" transparencyColor="#ff00ff" />
  268.     <subview zIndex="4" left="jscript:view.width-203" top="145" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  269.     <subview zIndex="5" left="jscript:view.width-203" horizontalAlignment="right" backgroundImage="f_top_right.png" transparencyColor="#ff00ff" />
  270.     <subview zIndex="4" left="207" horizontalAlignment="stretch" backgroundImage="f_top_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  271.     <subview zIndex="1" top="75" verticalAlignment="stretch" backgroundImage="f_left_tile.png" backgroundTiled="true" height="200" transparencyColor="#ff00ff" />
  272.     <subview zIndex="1" left="75" top="jscript:view.height-22" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_tile.png" backgroundTiled="true" width="280" transparencyColor="#ff00ff" />
  273.     <subview zIndex="1" left="jscript:view.width-26" top="75" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_tile.png" backgroundTiled="true" height="200" transparencyColor="#ff00ff" />
  274.     <subview zIndex="1" left="75" horizontalAlignment="stretch" backgroundImage="f_top_tile.png" backgroundTiled="true" width="280" transparencyColor="#ff00ff" />
  275.     <subview zIndex="20" left="jscript:view.width-44" top="5" horizontalAlignment="right" backgroundImage="f_close_no.gif" >
  276.         <button image="f_close_no.gif" hoverImage="f_close_hov.gif" downImage="f_close_do.gif" onClick="closeView('infoViewer')" upToolTip="Close" />
  277.     </subview>
  278.     <subview id="menuBack" zIndex="20" left="37" top="38" backgroundImage="c_back.jpg" >
  279.         <buttongroup left="6" top="250" image="c_web_no.png" hoverImage="c_web_hov.png" downImage="c_web_do.png" mappingImage="c_web_map.png" cursor="hand"  >
  280.             <buttonelement mappingColor="#0000ff" upToolTip="Xbox Live Information" onClick="jscript:player.launchURL('http://www.xbox.com/live/')"  />
  281.             <buttonelement mappingColor="#0033ff" upToolTip="Get Xbox Live" onClick="jscript:player.launchURL('http://www.xbox.com/live/xboxlive-retailers.htm')"  />
  282.             <buttonelement mappingColor="#0066ff" upToolTip="Xbox Live Games" onClick="jscript:player.launchURL('http://www.xbox.com/LIVE/xboxlive-games.htm')"  />
  283.         </buttongroup>
  284.         <button id="infoMenuBack" left="307" top="309" image="c_next_no.png" hoverImage="c_next_hov.png" downImage="c_next_do.png" upToolTip="Next" cursor="hand" onClick="showInfo('false','true',1)" />
  285.     </subview>
  286. <!-- infosub -->
  287.     <subview id="infoSub" zIndex="20" left="jscript:menuBack.left" top="jscript:menuBack.top" backgroundImage="" width="jscript:menuBack.width" height="jscript:menuBack.height" />
  288. <!-- nav -->
  289.     <subview id="infoNavSub" zIndex="20" left="jscript:menuBack.left+278" top="jscript:menuBack.top+307" backgroundImage="c_nav_map.png" visible="false" transparencyColor="#ff00ff" >
  290.         <buttongroup image="c_nav_no.png" hoverImage="c_nav_hov.png" downImage="c_nav_do.png" disabledImage="c_nav_dis.png" mappingImage="c_nav_map.png" transparencyColor="#ff00ff" >
  291.             <buttonelement mappingColor="#0000ff" id="navPrev" upToolTip="Previous" onClick="infoNavPrev(navGo--)" cursor="hand" />
  292.             <buttonelement mappingColor="#0066ff" id="navNext" upToolTip="Next" onClick="infoNavNext(navGo++)" cursor="hand" />
  293.         </buttongroup>
  294.     </subview>
  295. <!-- links -->
  296.     <subview zIndex="20" left="jscript:menuBack.left+19" top="jscript:menuBack.top+240" width="271" height="17" >
  297.         <button id="link1" image="c_link_1_no.png" hoverImage="c_link_1_hov.png" downImage="c_link_1_no.png" visible="false" upToolTip="Visit The WindowsMedia 9 Series Homepage" onClick="jscript:player.launchURL('http://go.microsoft.com/fwlink/?linkid=10561')" cursor="hand" />
  298.         <button id="link2" image="c_link_2_no.png" hoverImage="c_link_2_hov.png" downImage="c_link_2_no.png" visible="false" upToolTip="Visit WindowsMedia.com" onClick="jscript:player.launchURL('http://www.windowsmedia.com')" cursor="hand" />
  299.     </subview>
  300. </view>
  301. </theme>