home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / opsys / wmakeup / downloads / Blueye.wmz / blue.wms < prev    next >
Text File  |  2004-04-06  |  48KB  |  2,012 lines

  1. <!-- 
  2.     website: Coming Soon
  3.     e-mail: arnitald@hotmail.com
  4.     BLUEYE WMP 9 Skin
  5. -->
  6.  
  7. <theme title = "BluEye" author = "Boa Tender Studios" copyright = "⌐ 2004. Boa Tender Studios. All Rights Reserved." version = "1.0" >
  8. <!--Preview Image-->
  9.  
  10. <view 
  11.     titlebar = "false" 
  12.     resizable = "false" 
  13.     backgroundImage = "preview.png" 
  14.     scriptFile = "blue.js" 
  15.     onload="onLoadPreview()" 
  16. />
  17.  
  18. <!--contains the background graphics-->
  19. <view
  20.     id = "overView"
  21.     titleBar = "false" 
  22.     resizable = "false"
  23.     backgroundColor="none"
  24.     scriptFile = "blue.js"
  25.     timerInterval = "100"
  26.     onTimer = "ViewState()"
  27.     onClose = "OnCloseSkin()"
  28.     onLoad = "OnStartSkin()"
  29. >
  30.     
  31.     <player 
  32.     
  33.         playState_onchange = "checkVideoView()" 
  34.         openState_onchange="checkVideoView()"
  35.     />
  36.     <video 
  37.         visible="false" 
  38.         enabled="true" 
  39.     />
  40.     
  41. </view>
  42.  
  43. <view 
  44.     id = "playerView"
  45.     backgroundColor = "none" 
  46.     titleBar = "false" 
  47.     resizable ="false" 
  48.     width ="440" 
  49.     height = "430"
  50.     scriptFile = "blue.js"
  51.     timerInterval = "1500" 
  52.     onTimer = "toggleDoor()"
  53.     onLoad = "mainLoad()"
  54.  
  55. >
  56.  
  57.  
  58. <video visible="false" enabled="true" />
  59.  
  60.     <!-- Player Changes relevant for text -->
  61.  
  62.     <player 
  63.         status_onChange = "updateMetaData('status');" 
  64.         currentPlaylist_onChange = "updateMetadata('playlist');"
  65.         PlayState_onchange = "checkVideoView()"
  66.         OpenState_onchange = "checkVideoView()"
  67.     >
  68.         <controls 
  69.             currentPosition_onchange="seek.value=player.controls.currentPosition;" 
  70.         />
  71.         
  72.     </player>
  73.     
  74.     <subview
  75.         id = "bgImage" 
  76.         zIndex = "1" 
  77.         backgroundImage = "pl_main_back.png" 
  78.         transparencyColor = "#00FF00"
  79.         backgroundColor = "none" 
  80.     />
  81.     
  82. <!--Reflection Subview, contains the reflection on the display-->
  83.  
  84.     <subview 
  85.         zIndex = "10" 
  86.         left = "139" 
  87.         top = "121" 
  88.         backgroundImage = "pl_reflection.png" 
  89.         passThrough = "true" 
  90.     />
  91.     
  92. <!-- Door Subview-->
  93.     
  94.     <subview
  95.         id = "doorSub"
  96.         zIndex = "10"
  97.         left = "135" 
  98.         top = "110"
  99.         backgroundImage = "door1.png"
  100.         visible = "true"
  101.     />
  102.     
  103. <!--Subview containing the main buttongroups with play, pause, stop, previous, next, close, minimize, close, vis, eq, playlist buttons-->
  104.     
  105.     <subview
  106.         zIndex = "5"
  107.         width = "jscript:view.width" 
  108.         height = "jscript:view.height"
  109.     >
  110.     
  111. <!--Text for Author, Song and Time-->
  112.         <text 
  113.             id = "metadata" 
  114.             left = "187" 
  115.             top = "169" 
  116.             width = "128" 
  117.             fontSize = "9" 
  118.             height = "30" 
  119.             fontSmoothing = "true" 
  120.             fontFace = "Trebuchet MS" 
  121.             foregroundColor = "#0066FF" 
  122.             scrollingDelay = "40" 
  123.             scrollingAmount = "1" 
  124.             justification = "center" 
  125.             scrolling = "true" 
  126.             toolTip = "" 
  127.             passThrough = "true" 
  128.             fontStyle = "bold"
  129.         />
  130.         
  131. <!--Text for the total length of the track-->
  132.  
  133.         <text
  134.             id = "timeTotal"
  135.             left = "204"
  136.             top = "199"
  137.             width = "47"
  138.             fontSize = "8"
  139.             scrolling = "false"
  140.             fontSmoothing = "true"
  141.             justification = "center"
  142.             foregroundColor = "#0066FF"
  143.             fontFace = "Trebuchet MS"
  144.             value = "wmpprop:player.currentMedia.DurationString"
  145.             fontStyle = "bold"
  146.             toolTip = ""
  147.             passThrough = "true"
  148.         />
  149.         
  150. <!--Text for the ellapsed time-->
  151.         <text
  152.             id = "timeEllapsed"
  153.             left = "204"
  154.             top = "186"
  155.             width = "47"
  156.             fontSize = "8"
  157.             scrolling = "false"
  158.             fontSmoothing = "true"
  159.             justification = "center"
  160.             foregroundColor = "#0066FF"
  161.             fontFace = "Trebuchet MS"
  162.             value = "wmpprop:player.controls.currentPositionString"
  163.             fontStyle = "bold"
  164.             toolTip = ""
  165.             passThrough = "true"
  166.             visible = "true"
  167.         />
  168.         <!-- Time for Slider Dragging-->    
  169.         
  170.         <text
  171.             id = "timeEllapsedSlider"
  172.             left = "204"
  173.             top = "186"
  174.             width = "47"
  175.             fontSize = "8"
  176.             scrolling = "false"
  177.             fontSmoothing = "true"
  178.             justification = "center"
  179.             foregroundColor = "#0066FF"
  180.             fontFace = "Trebuchet MS"
  181.             value = ""
  182.             fontStyle = "bold"
  183.             toolTip = ""
  184.             passThrough = "true"
  185.             visible = "false"
  186.         />
  187.     
  188.         <buttongroup 
  189.             left = "186" 
  190.             top = "240" 
  191.             image = "pl_buttons_no.png" 
  192.             hoverImage = "pl_buttons_hover.gif" 
  193.             downImage = "pl_buttons_clicked.png" 
  194.             mappingImage = "pl_buttons_map.bmp"            
  195.         >
  196.         
  197.                 <playelement mappingColor = "#ff0000" />
  198.                 <nextelement mappingColor = "#E00000" />
  199.                 <prevelement mappingcolor = "#A50000" />
  200.                 <stopelement mappingColor = "#C50000" />
  201.  
  202.         
  203.         </buttongroup>
  204.         
  205. <!-- Interchangeable Pause Button -->
  206.         
  207.         <buttongroup 
  208.             zIndex = "6"
  209.             left = "186" 
  210.             top = "240" 
  211.             image = "pl_buttons_pause_no.png" 
  212.             hoverImage = "pl_buttons_pause_hover.gif" 
  213.             downImage = "pl_buttons_pause_clicked.png" 
  214.             mappingImage = "pl_buttons_pause_map.bmp"
  215.             visible = "wmpenabled:player.controls.pause"            
  216.         >
  217.                 <pauseelement mappingColor = "#FF0000" />
  218.             
  219.         </buttongroup>
  220.         
  221. <!--Close Button, Minimize Button, Fullmode Button -->
  222.  
  223.         <buttongroup
  224.             left = "186" 
  225.             top = "240" 
  226.             image = "pl_buttons_no.png" 
  227.             hoverImage = "pl_buttons_hover.gif" 
  228.             downImage = "pl_buttons_clicked.png" 
  229.             mappingImage = "pl_buttons_map.bmp"
  230.         >
  231.             
  232.                 <buttonelement 
  233.                     mappingColor = "#008700" 
  234.                     onClick = "saveSwitch('minimizeView', 'TRUE');" 
  235.                     upToolTip="Minimize"
  236.                 />
  237.                 
  238.                 <buttonelement 
  239.                     mappingColor = "#006E00" 
  240.                     onClick = "saveSwitch('closeView', 'TRUE');" 
  241.                     upToolTip="Close"
  242.                 />
  243.                 
  244.                 <buttonelement
  245.                     mappingColor = "#00A300"
  246.                     onClick = "view.returnToMediaCenter()"
  247.                     upToolTip = "Return To Full Mode"
  248.                 />
  249.                 
  250.                 <buttonelement
  251.                     mappingColor = "#00FF00"
  252.                     onClick = "saveSwitch('plSwitch', 'TRUE');"
  253.                     upToolTip = "Playlist"
  254.                 />
  255.                 
  256.                 <buttonelement
  257.                     mappingColor = "#00C000"
  258.                     onClick = "saveSwitch('visSwitch', 'TRUE');"
  259.                     upToolTip = "Visualisations"
  260.                 />
  261.                 
  262.                 <buttonelement
  263.                     mappingColor = "#00DE00"
  264.                     onClick = "saveSwitch('eqSwitch', 'TRUE');"
  265.                     upToolTip = "Equalizer and Skin Settings"
  266.                 />
  267.         
  268.         </buttongroup>
  269.         
  270. <!--Display Buttons-->
  271.         
  272.         <buttongroup
  273.             left = "223" 
  274.             top = "149" 
  275.             image = "pl_display_buttons_no.png" 
  276.             hoverImage = "pl_display_buttons_hover.gif"  
  277.             mappingImage = "pl_display_buttons_map.bmp"
  278.         >
  279.             <buttonelement
  280.                 mappingColor = "#0000FF"
  281.                 onClick = "openFile();"
  282.                 upToolTip = "Open File"
  283.             />
  284.             
  285.             <buttonelement 
  286.                 mappingColor = "#FF0000"
  287.                 upToolTip = "Launch Info Mode"
  288.                 onClick = "saveSwitch('infoSwitch', 'TRUE');"
  289.             />
  290.         
  291.         </buttongroup>
  292.         
  293. <!--Position Slider-->
  294.         
  295.         <customSlider 
  296.             id = "seek" 
  297.             left = "154" 
  298.             top = "185" 
  299.             min = "0" 
  300.             max = "wmpprop:player.currentMedia.duration" 
  301.             borderSize="0" 
  302.             image = "pl_sld_pos.png" 
  303.             positionImage = "pl_sld_pos.bmp" 
  304.             enabled = "true" 
  305.             cursor = "hand" 
  306.             onMouseUp = "player.controls.currentPosition=seek.value;toolTip='Seek'" 
  307.             toolTip = "Seek" 
  308.             onKeyDown = "positionKey(event)" 
  309.             transparencyColor="#00ff00"
  310.             onPositionChange = "updateEllapsedTime();"
  311.             onDragEnd = "dragEnd();"
  312.         />
  313.                 
  314. <!--Volume Slider-->
  315.  
  316.         <customslider 
  317.             id = "volume" 
  318.             left = "260" 
  319.             top = "185" 
  320.             min = "0" 
  321.             max = "100" 
  322.             borderSize = "0" 
  323.             image = "pl_sld_vol.png" 
  324.             positionImage = "pl_sld_vol.bmp" 
  325.             enabled = "true" 
  326.             value = "wmpprop:player.settings.volume" 
  327.             value_onchange = "wmpprop:player.settings.volume = value;player.settings.mute = false;"  
  328.             toolTip = "Volume"
  329.             cursor = "hand"
  330.             onKeyDown = "volKey(event)"  
  331.             transparencyColor = "#00ff00"
  332.         />
  333.             
  334.         <text
  335.             id = "volumeText"
  336.             left = "246"
  337.             top = "199"
  338.             width = "47"
  339.             fontSize = "8"
  340.             scrolling = "false"
  341.             fontSmoothing = "true"
  342.             justification = "center"
  343.             foregroundColor = "#0066FF"
  344.             fontFace = "Trebuchet MS"
  345.             value = "wmpprop:player.settings.volume"
  346.             fontStyle = "bold"
  347.             passThrough = "true"
  348.         />
  349.         
  350.     </subview>
  351.  
  352. <!--Fan Section Subview -->
  353.  
  354.     <subview
  355.             id ="fan"
  356.             zIndex = "6"
  357.             left = "219"
  358.             top = "344"
  359.             passThrough = "true"
  360.             backgroundImage = "pl_fan_static.gif"
  361.             transparencyColor = "#0000FF"
  362.     />
  363.     <subview
  364.             id ="fanBG"
  365.             zIndex = "5"
  366.             left = "219"
  367.             top = "344"
  368.             passThrough = "true"
  369.             backgroundImage = "pl_fan_static.gif"
  370.             transparencyColor = "#0000FF"
  371.         />
  372.  
  373. <!--Fan Section Buttons Subview -->
  374.  
  375.     <subview
  376.         zIndex = "5"
  377.         width = "jscript:view.width" 
  378.         height = "jscript:view.height"
  379.     >
  380.         <buttongroup
  381.             zIndex = "6"
  382.             left = "210" 
  383.             top = "344" 
  384.             image = "pl_fan_buttons_no.png" 
  385.             hoverImage = "pl_fan_buttons_hover.gif" 
  386.             downImage = "pl_fan_buttons_clicked.png" 
  387.             mappingImage = "pl_fan_buttons_map.bmp"
  388.         >
  389.             <buttonelement 
  390.                 mappingColor = "#ff0000" 
  391.                 id = "mute" 
  392.                 onClick = "player.settings.mute = !player.settings.mute"
  393.                 upToolTip = "Mute" 
  394.                 downToolTip = "Sound" 
  395.                 down = "wmpprop:player.settings.mute" 
  396.                 sticky = "true"
  397.             />
  398.             
  399.             <buttonelement
  400.                 id = "doorButton"
  401.                 mappingColor = "#00ff00"
  402.                 upToolTip = "Shut Down"
  403.                 onClick = "enabled = false;toggleDoor();"
  404.             />
  405.             
  406.         </buttongroup>
  407.  
  408.     </subview>
  409.         
  410. </view>
  411.  
  412. <!--Playlist View-->
  413.  
  414. <view
  415.     id = "plView"
  416.     width = "400"
  417.     height = "220"
  418.     minWidth = "400"
  419.     minHeight = "220"
  420.     resizAble = "true" 
  421.     titleBar = "false" 
  422.     backgroundColor = "none"
  423.     onLoad = "loadPl()"
  424.     onClose = "savePl()"
  425.     scriptFile = "blue.js" 
  426. >
  427.     <player 
  428.         modeChange = "checkShuffle()"
  429.     />
  430.     
  431.     <subview 
  432.         zIndex = "5" 
  433.         backgroundImage = "list_leftup.png" 
  434.         transparencyColor = "#00ff00"
  435.     />
  436.      <subview
  437.         left = "140" 
  438.         zIndex = "4" 
  439.         backgroundImage = "list_upperrepeat.png" 
  440.         horizontalAlignment = "stretch" 
  441.         backgroundTiled = "true" 
  442.         transparencyColor = "#00ff00"
  443.         verticalAlignment = "top"
  444.     />
  445.     <subview
  446.         left = "jscript:view.width-180"
  447.         zIndex = "5"
  448.         backgroundImage = "list_rightup.png"
  449.         horizontalAlignment = "right"
  450.         transparencyColor = "#00ff00"
  451.         verticalAlignment = "top"
  452.     />
  453.     <subview
  454.         left = "jscript:view.width-35"
  455.         top = "110"
  456.         zIndex = "4"
  457.         backgroundImage = "list_rightmiddlerepeat.png"
  458.         horizontalAlignment = "right"
  459.         verticalAlignment = "stretch"
  460.         backgroundTiled = "true"
  461.         transparencyColor = "#00ff00"
  462.     />
  463.     <subview
  464.         left = "jscript:view.width-180"
  465.         top = "jscript:view.height-60"
  466.         zIndex = "5"
  467.         backgroundImage = "list_rightdown.png"
  468.         horizontalAlignment = "right"
  469.         transparencyColor = "#00ff00"
  470.         verticalAlignment = "bottom"
  471.     /> 
  472.     <subview
  473.         left = "140"
  474.         top = "jscript:view.height-60"
  475.         zIndex = "4"
  476.         backgroundImage = "list_lowerrepeat.png"
  477.         horizontalAlignment = "stretch"
  478.         verticalAlignment = "bottom"
  479.         backgroundTiled = "true"
  480.         transparencyColor = "#00ff00"
  481.     />
  482.     <subview
  483.         zIndex = "5"
  484.         backgroundImage = "list_leftdown.png"
  485.         transparencyColor = "#00ff00"
  486.         verticalAlignment = "bottom"
  487.         top = "jscript:view.height-60"
  488.     />
  489.     <subview
  490.         zIndex = "4" 
  491.         top = "110" 
  492.         verticalAlignment = "stretch" 
  493.         backgroundImage = "list_leftmiddlerepeat.png" 
  494.         backgroundTiled = "true" 
  495.         transparencyColor = "#00ff00"
  496.     />
  497.     
  498. <!-- Resize Window Button -->
  499.     
  500.     <subview 
  501.         zIndex = "10" 
  502.         left = "jscript:view.width-38" 
  503.         top = "jscript:view.height-38" 
  504.         verticalAlignment = "bottom" 
  505.         horizontalAlignment = "right"
  506.         backgroundImage = "list_resize.png"
  507.         transparencyColor = "#00ff00"
  508.     >
  509.         <button 
  510.             onMouseDown = "view.size( 'bottomright' );" 
  511.             cursor = "sizenwse"   
  512.             upToolTip = "Resize"
  513.             id = "buttonResize"
  514.         />
  515.     </subview>
  516.  
  517. <!--Outline Box-->
  518.     
  519.     <subview 
  520.         id = "plOuterFrame" 
  521.         zIndex = "10" 
  522.         left = "35" 
  523.         top = "35" 
  524.         verticalAlignment = "stretch" 
  525.         horizontalAlignment = "stretch" 
  526.         width = "jscript:view.width-70" 
  527.         height = "jscript:view.height-75"
  528.         backgroundColor = "#000000" 
  529.     >
  530.         
  531.          <playlist 
  532.             id = "playlist1" 
  533.             width = "jscript:plOuterFrame.width" 
  534.             height = "jscript:plOuterFrame.height" 
  535.             horizontalAlignment = "stretch" 
  536.             verticalAlignment = "stretch" 
  537.             backgroundColor = "#000000" 
  538.             foregroundcolor = "#34A7FF" 
  539.             itemPlayingColor = "#000000" 
  540.             itemPlayingBackgroundColor = "#1988FF"
  541.             disabledItemColor = "#556382" 
  542.             columns = "WM/TrackNumber= ;name=Title;artist=Artist;album=Album;FileType=Type;duration=Length;bitrate=Bitrate" 
  543.             playlistItemsVisible = "true" 
  544.             dropDownVisible = "true" 
  545.             allowItemEditing = "true" 
  546.             columnsVisible = "true" 
  547.             allowColumnSorting = "true" 
  548.             rightStatus = "Total Time: %duration% - Total Size: %size%/%count% items" 
  549.             leftStatus = "Selected: %SelectedDuration%"
  550.         /> 
  551.             
  552.     </subview>
  553.     
  554. <!--Close, Shuffle, Repeat buttons-->
  555.     <subview
  556.         zIndex = "5" 
  557.         left = "jscript:view.width-95" 
  558.         top = "3"
  559.         horizontalAlignment = "right"
  560.         backgroundImage = "list_buttons_bg.png"
  561.         transparencyColor = "#00FF00"    
  562.     >
  563.         <buttongroup
  564.             image = "list_buttons_no.png"
  565.             hoverImage = "list_buttons_hover.gif"
  566.             downImage = "list_buttons_clicked.png"
  567.             mappingImage = "list_buttons_map.bmp"
  568.         >
  569.             <buttonelement
  570.                 mappingColor = "#FF00FF"
  571.                 id = "shuffleButton"
  572.                 sticky = "true"
  573.                 upToolTip = "Turn Shuffle On"
  574.                 downToolTip = "Turn Shuffle Off"
  575.                 onClick = "player.settings.setMode('shuffle',down);"
  576.                 down = "player.settings.getMode('shuffle');"
  577.             />
  578.             <buttonelement
  579.                 mappingColor = "#0000FF"
  580.                 onClick = "closeView('plWindow')"
  581.                 upToolTip = "Close Playlist"
  582.             />
  583.             <buttonelement
  584.                 mappingColor = "#FF0000"
  585.                 id = "loopButton"
  586.                 sticky = "true"
  587.                 upToolTip = "Turn Repeat On"
  588.                 downToolTip = "Turn Repeat Off"
  589.                 onClick = "player.settings.setMode('loop',down);"
  590.                 down = "player.settings.getMode('loop');"
  591.             />
  592.         </buttongroup>
  593.     </subview>
  594.  
  595. </view>
  596.  
  597.  
  598. <!--Video Mode-->
  599.  
  600. <view
  601.     id = "vidView"
  602.     width = "400"
  603.     height = "304"
  604.     minWidth = "400"
  605.     minHeight = "304"
  606.     resizAble = "true" 
  607.     titleBar = "false" 
  608.     backgroundColor = "none"
  609.     scriptFile = "blue.js"
  610.     onLoad = "loadVid()"
  611.     onClose = "saveVid()"
  612. >
  613.  
  614.     <player 
  615.         OpenState_onchange = "checkVideoState()" 
  616.         PlayState_onchange = "checkVideoState()"
  617.     />
  618.     
  619.     <subview
  620.         id = "vidPause"
  621.         backgroundImage = "vid_pause_win.png"
  622.         zIndex = "6"
  623.         transparencyColor = "#00FF00"
  624.         visible = "false"
  625.     />
  626.     <!--Stretchable Window Subview-->
  627.     <subview 
  628.         zIndex = "5" 
  629.         backgroundImage = "list_leftup.png" 
  630.         transparencyColor = "#00ff00"
  631.     />
  632.      <subview
  633.         left = "140" 
  634.         zIndex = "4" 
  635.         backgroundImage = "list_upperrepeat.png" 
  636.         horizontalAlignment = "stretch" 
  637.         backgroundTiled = "true" 
  638.         transparencyColor = "#00ff00"
  639.         verticalAlignment = "top"
  640.     />
  641.     <subview
  642.         left = "jscript:view.width-180"
  643.         zIndex = "5"
  644.         backgroundImage = "list_rightup.png"
  645.         horizontalAlignment = "right"
  646.         transparencyColor = "#00ff00"
  647.         verticalAlignment = "top"
  648.     />
  649.     <subview
  650.         left = "jscript:view.width-35"
  651.         top = "110"
  652.         zIndex = "4"
  653.         backgroundImage = "list_rightmiddlerepeat.png"
  654.         horizontalAlignment = "right"
  655.         verticalAlignment = "stretch"
  656.         backgroundTiled = "true"
  657.         transparencyColor = "#00ff00"
  658.     />
  659.     <subview
  660.         left = "jscript:view.width-180"
  661.         top = "jscript:view.height-144"
  662.         zIndex = "5"
  663.         backgroundImage = "list_rightdown.png"
  664.         horizontalAlignment = "right"
  665.         transparencyColor = "#00ff00"
  666.         verticalAlignment = "bottom"
  667.     /> 
  668.     <subview
  669.         left = "140"
  670.         top = "jscript:view.height-144"
  671.         zIndex = "4"
  672.         backgroundImage = "list_lowerrepeat.png"
  673.         horizontalAlignment = "stretch"
  674.         verticalAlignment = "bottom"
  675.         backgroundTiled = "true"
  676.         transparencyColor = "#00ff00"
  677.     />
  678.     <subview
  679.         zIndex = "5"
  680.         backgroundImage = "list_leftdown.png"
  681.         transparencyColor = "#00ff00"
  682.         verticalAlignment = "bottom"
  683.         top = "jscript:view.height-144"
  684.     />
  685.     <subview
  686.         zIndex = "4" 
  687.         top = "110" 
  688.         verticalAlignment = "stretch" 
  689.         backgroundImage = "list_leftmiddlerepeat.png" 
  690.         backgroundTiled = "true" 
  691.         transparencyColor = "#00ff00"
  692.     />
  693.     
  694.     <!--Close, Fullscreen Mode, Zoom Buttons-->
  695.     
  696.     <subview
  697.         zIndex = "7" 
  698.         left = "jscript:view.width-95" 
  699.         top = "3"
  700.         horizontalAlignment = "right"
  701.         backgroundImage = "list_buttons_bg.png"
  702.         transparencyColor = "#00FF00"    
  703.     >
  704.         <buttongroup
  705.             image = "vid_buttons_no.png"
  706.             hoverImage = "vid_buttons_hover.gif"
  707.             downImage = "vid_buttons_clicked.png"
  708.             mappingImage = "list_buttons_map.bmp"
  709.         >
  710.             <buttonelement
  711.                 mappingColor = "#0000FF"
  712.                 onClick = "closeView('vidWindow')"
  713.                 upToolTip = "Close Video Mode"
  714.             />
  715.             <buttonelement
  716.                 mappingColor = "#FF0000"
  717.                 id = "fullScreenButton"
  718.                 upToolTip = "Fullscreen"
  719.                 onClick = "jscript:videoWin.fullscreen=true;"
  720.             />
  721.             <buttonelement
  722.                 mappingColor = "#FF00FF"
  723.                 id = "zoomButton"
  724.                 onClick = "vidZoom()"
  725.             />
  726.         </buttongroup>
  727.         
  728.         <subview id = "VidBase" >
  729.             <text id = "zoomTipBase" tooltip = "Click to Set Video Size"/>
  730.         </subview>
  731.         
  732.     </subview>
  733.     
  734.     <!--Video Window-->
  735.     
  736.     <subview 
  737.         id = "vidOuterFrame" 
  738.         zIndex = "10" 
  739.         left = "35" 
  740.         top = "35" 
  741.         verticalAlignment = "stretch" 
  742.         horizontalAlignment = "stretch" 
  743.         width = "jscript:view.width-70" 
  744.         height = "jscript:view.height-152"
  745.         backgroundColor = "#000000" 
  746.     >
  747.             
  748.             <video
  749.                 id = "videoWin"
  750.                 zIndex="8" 
  751.                 width = "jscript:vidOuterFrame.width" 
  752.                 height = "jscript:vidOuterFrame.height" 
  753.                 horizontalAlignment = "stretch" 
  754.                 verticalAlignment = "stretch" 
  755.                 onvideostart = "checkVideoState()" 
  756.                 backgroundColor = "#000000" 
  757.                 onvideoend = "checkVideoState()" 
  758.                 fullScreen = "true" 
  759.                 maintainAspectRatio = "true" 
  760.                 stretchToFit = "true" 
  761.                 shrinkToFit = "true"
  762.                 tabStop = "true" 
  763.             />
  764.     
  765.     </subview>
  766.     
  767.     <subview 
  768.         zIndex = "10" 
  769.         left = "jscript:view.width-38" 
  770.         top = "jscript:view.height-122" 
  771.         verticalAlignment = "bottom" 
  772.         horizontalAlignment = "right"
  773.         backgroundImage = "list_resize.png"
  774.         transparencyColor = "#00ff00"
  775.     >
  776.         <button 
  777.             onMouseDown = "view.size( 'bottomright' );saveVidSize();" 
  778.             cursor = "sizenwse"   
  779.             upToolTip = "Resize"
  780.             id = "buttonVidResize"
  781.         />
  782.     </subview>
  783.         <subview 
  784.             zIndex = "20" 
  785.             top = "jscript:view.height-113" 
  786.             verticalAlignment = "bottom" 
  787.             horizontalAlignment = "center" 
  788.             backgroundImage = "vid_button_no.png"
  789.             transparencyColor = "#00FF00"
  790.         >
  791.         <buttongroup
  792.             zIndex = "20"
  793.             image = "vid_button_no.png"
  794.             downImage ="vid_button_down_no.png"
  795.             hoverImage = "vid_button_hover.gif"
  796.             hoverDownImage = "vid_button_down_hover.gif"
  797.             mappingImage = "vid_button_map.bmp"
  798.         >
  799.             <buttonelement
  800.                 id = "settingsButton"
  801.                 mappingColor = "#0000FF"
  802.                 sticky = "true"
  803.                 onClick = "slideSettings()"
  804.             />
  805.         </buttongroup>
  806.     
  807.     </subview>
  808.     
  809.     <subview 
  810.         id = "vidSettingsTab" 
  811.         zIndex = "1" 
  812.         top = "jscript:view.height-184" 
  813.         verticalAlignment = "bottom" 
  814.         horizontalAlignment = "center" 
  815.         backgroundImage = "vid_settings.png"
  816.         transparencyColor = "#00FF00"
  817.         >
  818.         
  819.         
  820.     <subview 
  821.         id = "vidSettingsTabFrame" 
  822.         zIndex = "20" 
  823.         width = "jscript:vidSettingsTab.width" 
  824.         height = "jscript:vidSettingsTab.height" 
  825.     >
  826.         
  827.         <videosettings
  828.             enabled = "true"
  829.             id = "vidSet"
  830.         />
  831.         <!-- Brightness-->
  832.         
  833.             <!--Brightness Shadow-->
  834.             <text
  835.                 zIndex = "20"
  836.                 left = "14" 
  837.                 top = "9" 
  838.                 width = "75" 
  839.                 fontSize = "8" 
  840.                 fontFace = "Arial" 
  841.                 foregroundColor = "#000000" 
  842.                 value = "Brightness"  
  843.                 justification = "right"         
  844.             />
  845.             
  846.             <!--Brightness Highlight-->
  847.             <text
  848.                 zIndex = "20"
  849.                 left = "16" 
  850.                 top = "11" 
  851.                 width = "75" 
  852.                 fontSize = "8" 
  853.                 fontFace = "Arial" 
  854.                 foregroundColor = "#454545" 
  855.                 value = "Brightness"  
  856.                 justification = "right"         
  857.             />
  858.             
  859.             <!--Brightness Text-->
  860.             <text
  861.                 zIndex = "21"
  862.                 left = "15" 
  863.                 top = "10" 
  864.                 width = "75" 
  865.                 fontSize = "8" 
  866.                 fontFace = "Arial" 
  867.                 foregroundColor = "#3278AC"
  868.                 hoverForegroundColor = "#73C2FD"
  869.                 value = "Brightness"  
  870.                 justification = "right"
  871.                 onClick = "jscript:vidSet.brightness=0;"
  872.                 tooltip = "Reset Brightness"        
  873.             />
  874.                 
  875.                 <slider
  876.                     zIndex = "21" 
  877.                     id = "brightness" 
  878.                     left = "102" 
  879.                     top = "14" 
  880.                     width = "90" 
  881.                     height = "12" 
  882.                     toolTip = "Brightness" 
  883.                     borderSize = "4" 
  884.                     direction = "horizontal" 
  885.                     slide = "false" 
  886.                     foregroundImage = "vid_sld_full.png" 
  887.                     thumbImage = "vid_sld_thumb_no.png" 
  888.                     min = "-127" 
  889.                     max = "127" 
  890.                     value = "wmpprop:vidSet.brightness" 
  891.                     value_onchange = "vidSet.brightness=value;" 
  892.                 />
  893.                 
  894.         <!-- Contrast -->
  895.         
  896.             <text
  897.                 zIndex = "20"
  898.                 left = "14" 
  899.                 top = "29" 
  900.                 width = "75" 
  901.                 fontSize = "8" 
  902.                 fontFace = "Arial" 
  903.                 foregroundColor = "#000000" 
  904.                 value = "Contrast"  
  905.                 justification = "right" 
  906.                 fontStyle = ""            
  907.             />
  908.             
  909.             <!--Contrast Highlight-->
  910.             <text
  911.                 zIndex = "20"
  912.                 left = "16" 
  913.                 top = "31" 
  914.                 width = "75" 
  915.                 fontSize = "8" 
  916.                 fontFace = "Arial" 
  917.                 foregroundColor = "#454545" 
  918.                 value = "Contrast"  
  919.                 justification = "right" 
  920.                 fontStyle = ""            
  921.             />
  922.             
  923.             <!--Contrast Text-->
  924.             <text
  925.                 zIndex = "21"
  926.                 left = "15" 
  927.                 top = "30" 
  928.                 width = "75" 
  929.                 fontSize = "8" 
  930.                 fontFace = "Arial" 
  931.                 foregroundColor = "#3278AC"
  932.                 hoverForegroundColor = "#73C2FD"
  933.                 value = "Contrast"  
  934.                 justification = "right"
  935.                 onClick = "jscript:vidSet.contrast=0;"
  936.                 tooltip = "Reset Contrast"        
  937.             />
  938.                 
  939.                 <slider
  940.                     zIndex = "21" 
  941.                     id = "contrast" 
  942.                     left = "102" 
  943.                     top = "34" 
  944.                     width = "90" 
  945.                     height = "12" 
  946.                     toolTip = "Contrast" 
  947.                     borderSize = "4" 
  948.                     direction = "horizontal" 
  949.                     slide = "false" 
  950.                     foregroundImage = "vid_sld_full.png" 
  951.                     thumbImage = "vid_sld_thumb_no.png" 
  952.                     min = "-127" 
  953.                     max = "127" 
  954.                     value = "wmpprop:vidSet.contrast" 
  955.                     value_onchange = "vidSet.contrast=value;" 
  956.                 />
  957.                 
  958.             <!--Hue-->
  959.                 
  960.                 <!-- Hue Shadow -->
  961.             
  962.                 <text
  963.                     zIndex = "20"
  964.                     left = "14" 
  965.                     top = "49" 
  966.                     width = "75" 
  967.                     fontSize = "8" 
  968.                     fontFace = "Arial" 
  969.                     foregroundColor = "#000000" 
  970.                     value = "Hue"  
  971.                     justification = "right"             
  972.                 />
  973.                 
  974.                 <text
  975.                     id = "trace"
  976.                     zIndex = "22"
  977.                     left = "14" 
  978.                     top = "49" 
  979.                     width = "75" 
  980.                     fontSize = "8" 
  981.                     fontFace = "Arial" 
  982.                     foregroundColor = "#FF0000"   
  983.                     justification = "right"             
  984.                 />
  985.                 
  986.                 <!--Hue Highlight-->
  987.                 <text
  988.                     zIndex = "20"
  989.                     left = "16" 
  990.                     top = "51" 
  991.                     width = "75" 
  992.                     fontSize = "8" 
  993.                     fontFace = "Arial" 
  994.                     foregroundColor = "#454545" 
  995.                     value = "Hue"  
  996.                     justification = "right"         
  997.                 />
  998.                 
  999.                 <!--Hue Text-->
  1000.                 <text
  1001.                     zIndex = "21"
  1002.                     left = "15" 
  1003.                     top = "50" 
  1004.                     width = "75" 
  1005.                     fontSize = "8" 
  1006.                     fontFace = "Arial" 
  1007.                     foregroundColor = "#3278AC"
  1008.                     hoverForegroundColor = "#73C2FD"
  1009.                     value = "Hue"  
  1010.                     justification = "right"
  1011.                     onClick = "jscript:vidSet.hue=0;"
  1012.                     tooltip = "Reset Hue"        
  1013.                 />
  1014.                     
  1015.                     <slider
  1016.                         zIndex = "21" 
  1017.                         id = "hue" 
  1018.                         left = "102" 
  1019.                         top = "54" 
  1020.                         width = "90" 
  1021.                         height = "12" 
  1022.                         toolTip = "Hue" 
  1023.                         borderSize = "4" 
  1024.                         direction = "horizontal" 
  1025.                         slide = "false" 
  1026.                         foregroundImage = "vid_sld_full.png" 
  1027.                         thumbImage = "vid_sld_thumb_no.png" 
  1028.                         min = "-127" 
  1029.                         max = "127" 
  1030.                         value = "wmpprop:vidSet.hue" 
  1031.                         value_onchange = "vidSet.hue=value;" 
  1032.                     />
  1033.             
  1034.             <!--Saturation-->
  1035.                 
  1036.                 <!-- Saturation Shadow -->
  1037.             
  1038.                 <text
  1039.                     zIndex = "20"
  1040.                     left = "14" 
  1041.                     top = "69" 
  1042.                     width = "75" 
  1043.                     fontSize = "8" 
  1044.                     fontFace = "Arial" 
  1045.                     foregroundColor = "#000000" 
  1046.                     value = "Saturation"  
  1047.                     justification = "right"             
  1048.                 />
  1049.                 
  1050.                 <!--Saturation Highlight-->
  1051.                 <text
  1052.                     zIndex = "20"
  1053.                     left = "16" 
  1054.                     top = "71" 
  1055.                     width = "75" 
  1056.                     fontSize = "8" 
  1057.                     fontFace = "Arial" 
  1058.                     foregroundColor = "#454545" 
  1059.                     value = "Saturation"  
  1060.                     justification = "right"         
  1061.                 />
  1062.                 
  1063.                 <!--Saturation Text-->
  1064.                 
  1065.                 <text
  1066.                     zIndex = "21"
  1067.                     left = "15" 
  1068.                     top = "70" 
  1069.                     width = "75" 
  1070.                     fontSize = "8" 
  1071.                     fontFace = "Arial" 
  1072.                     foregroundColor = "#3278AC"
  1073.                     hoverForegroundColor = "#73C2FD"
  1074.                     value = "Saturation"  
  1075.                     justification = "right"
  1076.                     onClick = "jscript:vidSet.saturation=0;"
  1077.                     tooltip = "Reset Saturation"        
  1078.                 />
  1079.                     
  1080.                     <slider
  1081.                         zIndex = "21" 
  1082.                         id = "saturation" 
  1083.                         left = "102" 
  1084.                         top = "74" 
  1085.                         width = "90" 
  1086.                         height = "12" 
  1087.                         toolTip = "Saturation" 
  1088.                         borderSize = "4" 
  1089.                         direction = "horizontal" 
  1090.                         slide = "false" 
  1091.                         foregroundImage = "vid_sld_full.png" 
  1092.                         thumbImage = "vid_sld_thumb_no.png" 
  1093.                         min = "-127" 
  1094.                         max = "127" 
  1095.                         value = "wmpprop:vidSet.saturation" 
  1096.                         value_onchange = "vidSet.saturation=value;" 
  1097.                     />
  1098.         
  1099.         <buttongroup
  1100.             zIndex = "21"
  1101.             image = "vid_reset_no.png"
  1102.             hoverImage = "vid_reset_hover.gif"
  1103.             mappingImage = "vid_reset_map.bmp"
  1104.             downImage = "vid_reset_clicked.png"
  1105.             top = "37"
  1106.             left = "200"
  1107.         >
  1108.             <buttonelement
  1109.                 mappingColor = "#FF0000"
  1110.                 onClick = "jscript:vidSet.reset();"
  1111.                 upToolTip = "Reset All"
  1112.             />
  1113.         </buttongroup>
  1114.     </subview>
  1115.     
  1116.     </subview>
  1117.     
  1118. </view>
  1119.     
  1120. <!--Visualisations-->
  1121.  
  1122. <view
  1123.     id = "visView"
  1124.     width = "400"
  1125.     height = "220"
  1126.     minWidth = "400"
  1127.     minHeight = "220"
  1128.     resizAble = "true" 
  1129.     titleBar = "false" 
  1130.     backgroundColor = "none"
  1131.     onLoad = "loadVis()"
  1132.     onClose = "saveVis()"
  1133.     scriptFile = "blue.js"
  1134.     timerInterval = "0"
  1135.     onTimer = "visTextFade()"
  1136. >
  1137.     
  1138.     <player
  1139.         openState_onchange = "checkVisualisationsView()"
  1140.         playState_onchange = "checkVisualisationsView()"
  1141.     />
  1142.     
  1143.     <subview 
  1144.         zIndex = "5" 
  1145.         backgroundImage = "list_leftup.png" 
  1146.         transparencyColor = "#00ff00"
  1147.     />
  1148.      <subview
  1149.         left = "140" 
  1150.         zIndex = "4" 
  1151.         backgroundImage = "list_upperrepeat.png" 
  1152.         horizontalAlignment = "stretch" 
  1153.         backgroundTiled = "true" 
  1154.         transparencyColor = "#00ff00"
  1155.         verticalAlignment = "top"
  1156.     />
  1157.     <subview
  1158.         left = "jscript:view.width-180"
  1159.         zIndex = "5"
  1160.         backgroundImage = "list_rightup.png"
  1161.         horizontalAlignment = "right"
  1162.         transparencyColor = "#00ff00"
  1163.         verticalAlignment = "top"
  1164.     />
  1165.     <subview
  1166.         left = "jscript:view.width-35"
  1167.         top = "110"
  1168.         zIndex = "4"
  1169.         backgroundImage = "list_rightmiddlerepeat.png"
  1170.         horizontalAlignment = "right"
  1171.         verticalAlignment = "stretch"
  1172.         backgroundTiled = "true"
  1173.         transparencyColor = "#00ff00"
  1174.     />
  1175.     <subview
  1176.         left = "jscript:view.width-180"
  1177.         top = "jscript:view.height-60"
  1178.         zIndex = "5"
  1179.         backgroundImage = "list_rightdown.png"
  1180.         horizontalAlignment = "right"
  1181.         transparencyColor = "#00ff00"
  1182.         verticalAlignment = "bottom"
  1183.     /> 
  1184.     <subview
  1185.         left = "140"
  1186.         top = "jscript:view.height-60"
  1187.         zIndex = "4"
  1188.         backgroundImage = "list_lowerrepeat.png"
  1189.         horizontalAlignment = "stretch"
  1190.         verticalAlignment = "bottom"
  1191.         backgroundTiled = "true"
  1192.         transparencyColor = "#00ff00"
  1193.     />
  1194.     <subview
  1195.         zIndex = "5"
  1196.         backgroundImage = "list_leftdown.png"
  1197.         transparencyColor = "#00ff00"
  1198.         verticalAlignment = "bottom"
  1199.         top = "jscript:view.height-60"
  1200.     />
  1201.     <subview
  1202.         zIndex = "4" 
  1203.         top = "110" 
  1204.         verticalAlignment = "stretch" 
  1205.         backgroundImage = "list_leftmiddlerepeat.png" 
  1206.         backgroundTiled = "true" 
  1207.         transparencyColor = "#00ff00"
  1208.     />
  1209.     
  1210. <!-- Resize Window Button -->
  1211.     
  1212.     <subview 
  1213.         zIndex = "10" 
  1214.         left = "jscript:view.width-38" 
  1215.         top = "jscript:view.height-38" 
  1216.         verticalAlignment = "bottom" 
  1217.         horizontalAlignment = "right"
  1218.         backgroundImage = "list_resize.png"
  1219.         transparencyColor = "#00ff00"
  1220.     >
  1221.         <button 
  1222.             onMouseDown = "view.size( 'bottomright' );" 
  1223.             cursor = "sizenwse"   
  1224.             upToolTip = "Resize"
  1225.         />
  1226.     </subview>
  1227.     
  1228.     
  1229. <!--Next Vis, Previous Vis, Close buttons-->
  1230.     <subview
  1231.         zIndex = "5" 
  1232.         left = "jscript:view.width-95" 
  1233.         top = "3"
  1234.         horizontalAlignment = "right"
  1235.         backgroundImage = "list_buttons_bg.png"
  1236.         transparencyColor = "#00FF00"    
  1237.     >
  1238.         <buttongroup
  1239.             image = "vis_buttons_no.png"
  1240.             hoverImage = "vis_buttons_hover.gif"
  1241.             downImage = "vis_buttons_clicked.png"
  1242.             mappingImage = "list_buttons_map.bmp"
  1243.         >
  1244.             <buttonelement
  1245.                 mappingColor = "#FF00FF"
  1246.                 id = "previousVisButton"
  1247.                 upToolTip = "Previous Visualisation"
  1248.                 onClick = "visEffects.previous();setVisText();"
  1249.             />
  1250.             <buttonelement
  1251.                 mappingColor = "#0000FF"
  1252.                 onClick = "closeView('visWindow')"
  1253.                 upToolTip = "Close Visualisations"
  1254.             />
  1255.             <buttonelement
  1256.                 mappingColor = "#FF0000"
  1257.                 id = "nextVisButton"
  1258.                 upToolTip = "Next Visualisation"
  1259.                 onClick = "visEffects.next();setVisText();"
  1260.             />
  1261.         </buttongroup>
  1262.     </subview>
  1263.     
  1264.     <!--Vis Window-->
  1265.     
  1266.     <subview
  1267.         id = "visOuterFrame" 
  1268.         zIndex = "10" 
  1269.         left = "35" 
  1270.         top = "35" 
  1271.         verticalAlignment = "stretch" 
  1272.         horizontalAlignment = "stretch" 
  1273.         width = "jscript:view.width-70" 
  1274.         height = "jscript:view.height-69"
  1275.         backgroundColor = "#000000"
  1276.     >
  1277.         <effects 
  1278.             zIndex = "20" 
  1279.             id = "visEffects"  
  1280.             width = "jscript:visOuterFrame.width" 
  1281.             height = "jscript:visOuterFrame.height" 
  1282.             horizontalAlignment = "stretch" 
  1283.             verticalAlignment = "stretch"
  1284.             windowed = "false" 
  1285.             currentEffectType = "wmpprop:mediacenter.effectType" 
  1286.             currentPreset = "wmpprop:mediacenter.effectPreset" 
  1287.             currentEffectType_onchange = "mediacenter.effectType=currentEffectType;" 
  1288.             visible="true" 
  1289.             clippingColor="#FFFFFF"
  1290.         />
  1291.     
  1292.     </subview>
  1293.     
  1294.     <!-- Fading Text -->
  1295.     
  1296.     <subview
  1297.         id = "visTextSub"
  1298.         top = "jscript:visOuterFrame.height-20"
  1299.         verticalAlignment = "bottom"
  1300.         horizontalAlignment = "center"
  1301.         width = "jscript:visOuterFrame.width"
  1302.         height = "40"
  1303.         zIndex = "40"
  1304.     >
  1305.         <text 
  1306.             id = "visEffectText" 
  1307.             fontSize = "11" 
  1308.             fontFace = "Trebuchet MS" 
  1309.             fontStyle = "bold" 
  1310.             fontSmoothing = "true" 
  1311.             foregroundColor = "#00A3FF" 
  1312.             horizontalAlignment = "center"
  1313.         />
  1314.     </subview>
  1315.  
  1316. </view>
  1317.  
  1318. <!-- Equalizer -->
  1319.  
  1320. <view
  1321.     id = "eqView"
  1322.     width = "400"
  1323.     height = "220"
  1324.     minWidth = "400"
  1325.     minHeight = "220"
  1326.     resizAble = "false" 
  1327.     titleBar = "false" 
  1328.     backgroundColor = "none"
  1329.     onLoad = "loadEq()"
  1330.     onClose = "saveEq()"
  1331.     scriptFile = "blue.js"
  1332. >
  1333.     <subview 
  1334.         zIndex = "5" 
  1335.         backgroundImage = "list_leftup.png" 
  1336.         transparencyColor = "#00ff00"
  1337.     />
  1338.      <subview
  1339.         left = "140" 
  1340.         zIndex = "4" 
  1341.         backgroundImage = "list_upperrepeat.png" 
  1342.         horizontalAlignment = "stretch" 
  1343.         backgroundTiled = "true" 
  1344.         transparencyColor = "#00ff00"
  1345.         verticalAlignment = "top"
  1346.     />
  1347.     <subview
  1348.         left = "jscript:view.width-180"
  1349.         zIndex = "5"
  1350.         backgroundImage = "list_rightup.png"
  1351.         horizontalAlignment = "right"
  1352.         transparencyColor = "#00ff00"
  1353.         verticalAlignment = "top"
  1354.     />
  1355.     <subview
  1356.         left = "jscript:view.width-35"
  1357.         top = "110"
  1358.         zIndex = "4"
  1359.         backgroundImage = "list_rightmiddlerepeat.png"
  1360.         horizontalAlignment = "right"
  1361.         verticalAlignment = "stretch"
  1362.         backgroundTiled = "true"
  1363.         transparencyColor = "#00ff00"
  1364.     />
  1365.     <subview
  1366.         left = "jscript:view.width-180"
  1367.         top = "jscript:view.height-60"
  1368.         zIndex = "5"
  1369.         backgroundImage = "list_rightdown.png"
  1370.         horizontalAlignment = "right"
  1371.         transparencyColor = "#00ff00"
  1372.         verticalAlignment = "bottom"
  1373.     /> 
  1374.     <subview
  1375.         left = "140"
  1376.         top = "jscript:view.height-60"
  1377.         zIndex = "4"
  1378.         backgroundImage = "list_lowerrepeat.png"
  1379.         horizontalAlignment = "stretch"
  1380.         verticalAlignment = "bottom"
  1381.         backgroundTiled = "true"
  1382.         transparencyColor = "#00ff00"
  1383.     />
  1384.     <subview
  1385.         zIndex = "5"
  1386.         backgroundImage = "list_leftdown.png"
  1387.         transparencyColor = "#00ff00"
  1388.         verticalAlignment = "bottom"
  1389.         top = "jscript:view.height-60"
  1390.     />
  1391.     <subview
  1392.         zIndex = "4" 
  1393.         top = "110" 
  1394.         verticalAlignment = "stretch" 
  1395.         backgroundImage = "list_leftmiddlerepeat.png" 
  1396.         backgroundTiled = "true" 
  1397.         transparencyColor = "#00ff00"
  1398.     />
  1399.     
  1400.     <subview 
  1401.         zIndex = "10" 
  1402.         left = "jscript:view.width-38" 
  1403.         top = "jscript:view.height-38" 
  1404.         verticalAlignment = "bottom" 
  1405.         horizontalAlignment = "right"
  1406.         backgroundImage = "list_resize.png"
  1407.         transparencyColor = "#00ff00"
  1408.     >
  1409.         <button 
  1410.             onMouseDown = "view.size( 'bottomright' );" 
  1411.             cursor = "sizenwse"   
  1412.             enabled = "false"
  1413.             />
  1414.     </subview>
  1415.     
  1416.     <!--Next Preset, Previous Preset, Close buttons-->
  1417.     
  1418.     <subview
  1419.         zIndex = "5" 
  1420.         left = "jscript:view.width-95" 
  1421.         top = "3"
  1422.         horizontalAlignment = "right"
  1423.         backgroundImage = "list_buttons_bg.png"
  1424.         transparencyColor = "#00FF00"    
  1425.     >
  1426.         <buttongroup
  1427.             image = "vis_buttons_no.png"
  1428.             hoverImage = "vis_buttons_hover.gif"
  1429.             downImage = "vis_buttons_clicked.png"
  1430.             mappingImage = "list_buttons_map.bmp"
  1431.         >
  1432.             <buttonelement
  1433.                 mappingColor = "#FF00FF"
  1434.                 id = "previousEqButton"
  1435.                 upToolTip = "Previous Preset"
  1436.                 onClick = "eqsettings.previousPreset()"
  1437.             />
  1438.             <buttonelement
  1439.                 mappingColor = "#0000FF"
  1440.                 onClick = "closeView('eqWindow')"
  1441.                 upToolTip = "Close Equalizer"
  1442.             />
  1443.             <buttonelement
  1444.                 mappingColor = "#FF0000"
  1445.                 id = "nextEqButton"
  1446.                 upToolTip = "Next Preset"
  1447.                 onClick = "eqsettings.nextPreset()"
  1448.             />
  1449.         </buttongroup>
  1450.     </subview>
  1451.     
  1452.     <subview    
  1453.         backgroundImage = "eq_bg.png"
  1454.         zIndex = "6"
  1455.         left = "30"
  1456.         top = "30"    
  1457.     >
  1458.         <equalizersettings 
  1459.             id = "eqsettings"
  1460.             enableSplineTension = "true" 
  1461.             splineTension = "wmpprop:eqsettings.splineTension"  
  1462.         />
  1463.             <slider 
  1464.                 id = "eq1" 
  1465.                 left = "28" 
  1466.                 top = "22" 
  1467.                 width = "8" 
  1468.                 height = "103" 
  1469.                 thumbImage = "eq_sld_vert_thumb.png" 
  1470.                 foregroundImage = "eq_sld_vert_full.png" 
  1471.                 slide = "false" 
  1472.                 borderSize = "4" 
  1473.                 min = "-20" 
  1474.                 max = "20" 
  1475.                 value = "wmpprop:eqsettings.gainLevel1" 
  1476.                 value_onchange = "eqsettings.gainLevel1=value;" 
  1477.                 toolTip = "31Hz" 
  1478.                 direction = "vertical" 
  1479.             />
  1480.             <slider 
  1481.                 id = "eq2" 
  1482.                 left = "43" 
  1483.                 top = "22" 
  1484.                 width = "8" 
  1485.                 height = "103" 
  1486.                 thumbImage = "eq_sld_vert_thumb.png" 
  1487.                 foregroundImage = "eq_sld_vert_full.png" 
  1488.                 slide = "false" 
  1489.                 borderSize = "4" 
  1490.                 min = "-20" 
  1491.                 max = "20" 
  1492.                 value = "wmpprop:eqsettings.gainLevel2" 
  1493.                 value_onchange = "eqsettings.gainLevel2=value;" 
  1494.                 toolTip = "63Hz" 
  1495.                 direction = "vertical" 
  1496.             />
  1497.             <slider 
  1498.                 id = "eq3" 
  1499.                 left = "58" 
  1500.                 top = "22" 
  1501.                 width = "8" 
  1502.                 height = "103" 
  1503.                 thumbImage = "eq_sld_vert_thumb.png" 
  1504.                 foregroundImage = "eq_sld_vert_full.png" 
  1505.                 slide = "false" 
  1506.                 borderSize = "4" 
  1507.                 min = "-20" 
  1508.                 max = "20" 
  1509.                 value = "wmpprop:eqsettings.gainLevel3" 
  1510.                 value_onchange = "eqsettings.gainLevel3=value;" 
  1511.                 toolTip = "125Hz" 
  1512.                 direction = "vertical" 
  1513.             />
  1514.             <slider 
  1515.                 id = "eq4" 
  1516.                 left = "73" 
  1517.                 top = "22" 
  1518.                 width = "8" 
  1519.                 height = "103" 
  1520.                 thumbImage = "eq_sld_vert_thumb.png" 
  1521.                 foregroundImage = "eq_sld_vert_full.png" 
  1522.                 slide = "false" 
  1523.                 borderSize = "4" 
  1524.                 min = "-20" 
  1525.                 max = "20" 
  1526.                 value = "wmpprop:eqsettings.gainLevel4" 
  1527.                 value_onchange = "eqsettings.gainLevel4=value;" 
  1528.                 toolTip = "250Hz" 
  1529.                 direction = "vertical" 
  1530.             />
  1531.             <slider 
  1532.                 id = "eq5" 
  1533.                 left = "88" 
  1534.                 top = "22" 
  1535.                 width = "8" 
  1536.                 height = "103" 
  1537.                 thumbImage = "eq_sld_vert_thumb.png" 
  1538.                 foregroundImage = "eq_sld_vert_full.png" 
  1539.                 slide = "false" 
  1540.                 borderSize = "4" 
  1541.                 min = "-20" 
  1542.                 max = "20" 
  1543.                 value = "wmpprop:eqsettings.gainLevel5" 
  1544.                 value_onchange = "eqsettings.gainLevel5=value;" 
  1545.                 toolTip = "500Hz" 
  1546.                 direction = "vertical" 
  1547.             />
  1548.             <slider 
  1549.                 id = "eq6" 
  1550.                 left = "103" 
  1551.                 top = "22" 
  1552.                 width = "8" 
  1553.                 height = "103" 
  1554.                 thumbImage = "eq_sld_vert_thumb.png" 
  1555.                 foregroundImage = "eq_sld_vert_full.png" 
  1556.                 slide = "false" 
  1557.                 borderSize = "4" 
  1558.                 min = "-20" 
  1559.                 max = "20" 
  1560.                 value = "wmpprop:eqsettings.gainLevel6" 
  1561.                 value_onchange = "eqsettings.gainLevel6=value;" 
  1562.                 toolTip = "1kHz" 
  1563.                 direction = "vertical" 
  1564.             />
  1565.             <slider 
  1566.                 id = "eq7" 
  1567.                 left = "118" 
  1568.                 top = "22" 
  1569.                 width = "8" 
  1570.                 height = "103" 
  1571.                 thumbImage = "eq_sld_vert_thumb.png" 
  1572.                 foregroundImage = "eq_sld_vert_full.png" 
  1573.                 slide = "false" 
  1574.                 borderSize = "4" 
  1575.                 min = "-20" 
  1576.                 max = "20" 
  1577.                 value = "wmpprop:eqsettings.gainLevel7" 
  1578.                 value_onchange = "eqsettings.gainLevel7=value;" 
  1579.                 toolTip = "2kHz" 
  1580.                 direction = "vertical" 
  1581.             />
  1582.             <slider 
  1583.                 id = "eq8" 
  1584.                 left = "133" 
  1585.                 top = "22" 
  1586.                 width = "8" 
  1587.                 height = "103" 
  1588.                 thumbImage = "eq_sld_vert_thumb.png" 
  1589.                 foregroundImage = "eq_sld_vert_full.png" 
  1590.                 slide = "false" 
  1591.                 borderSize = "4" 
  1592.                 min = "-20" 
  1593.                 max = "20" 
  1594.                 value = "wmpprop:eqsettings.gainLevel8" 
  1595.                 value_onchange = "eqsettings.gainLevel8=value;" 
  1596.                 toolTip = "4kHz" 
  1597.                 direction = "vertical" 
  1598.             />
  1599.             <slider 
  1600.                 id = "eq9" 
  1601.                 left = "148" 
  1602.                 top = "22" 
  1603.                 width = "8" 
  1604.                 height = "103" 
  1605.                 thumbImage = "eq_sld_vert_thumb.png" 
  1606.                 foregroundImage = "eq_sld_vert_full.png" 
  1607.                 slide = "false" 
  1608.                 borderSize = "4" 
  1609.                 min = "-20" 
  1610.                 max = "20" 
  1611.                 value = "wmpprop:eqsettings.gainLevel9" 
  1612.                 value_onchange = "eqsettings.gainLevel9=value;" 
  1613.                 toolTip = "8kHz" 
  1614.                 direction = "vertical" 
  1615.             />
  1616.             <slider 
  1617.                 id = "eq10" 
  1618.                 left = "163 " 
  1619.                 top = "22" 
  1620.                 width = "8" 
  1621.                 height = "103" 
  1622.                 thumbImage = "eq_sld_vert_thumb.png" 
  1623.                 foregroundImage = "eq_sld_vert_full.png" 
  1624.                 slide = "false" 
  1625.                 borderSize = "4" 
  1626.                 min = "-20" 
  1627.                 max = "20" 
  1628.                 value = "wmpprop:eqsettings.gainLevel10" 
  1629.                 value_onchange = "eqsettings.gainLevel10=value;" 
  1630.                 toolTip = "16kHz" 
  1631.                 direction = "vertical" 
  1632.             />
  1633.             <!--Preset Text-->
  1634.         <text 
  1635.             zIndex = "100"
  1636.             id = "eqPresetText" 
  1637.             left = "203" 
  1638.             top = "12" 
  1639.             width = "109" 
  1640.             fontSize = "8" 
  1641.             fontSmoothing = "true" 
  1642.             fontFace = "Trebuchet MS" 
  1643.             foregroundColor = "#00A8FF" 
  1644.             fontStyle = "bold" 
  1645.             justification = "center" 
  1646.             value = "wmpprop:eqsettings.currentPresetTitle" 
  1647.             passThrough = "true" 
  1648.         />    
  1649.         
  1650.         <text 
  1651.             zIndex = "100"
  1652.             id = "eqBalanceText" 
  1653.             left = "203" 
  1654.             top = "30" 
  1655.             width = "109" 
  1656.             fontSize = "7" 
  1657.             fontSmoothing = "true" 
  1658.             fontFace = "Trebuchet MS" 
  1659.             foregroundColor = "#00A8FF" 
  1660.             fontStyle = "bold" 
  1661.             justification = "center" 
  1662.             value = "jscript: 'Balance ' + player.settings.balance;"
  1663.             passThrough = "true" 
  1664.         />
  1665.         
  1666.         <!--Balance Slider -->
  1667.         <slider
  1668.             id = "balance" 
  1669.             left = "211 " 
  1670.             top = "48" 
  1671.             width = "88" 
  1672.             height = "8" 
  1673.             thumbImage = "eq_sld_bal_thumb.png" 
  1674.             foregroundImage = "eq_sld_bal_full.png" 
  1675.             slide = "false" 
  1676.             borderSize = "4" 
  1677.             min = "-100" 
  1678.             max = "100" 
  1679.             value = "wmpprop:player.settings.balance" 
  1680.             value_onchange = "jscript:player.settings.balance=value;eqBalanceText.value='Balance '+player.settings.balance" 
  1681.             toolTip = "Balance" 
  1682.             direction = "horizontal" 
  1683.         />    
  1684.         
  1685.         <!--WoW buttons-->
  1686.         <buttongroup
  1687.                 left = "190"
  1688.                 top = "125"
  1689.                 zIndex = "20"
  1690.                 image = "eq_wowbuttons_no.png"
  1691.                 hoverImage = "eq_wowbuttons_hover.gif"
  1692.                 downImage = "eq_wowbuttons_clicked.png"
  1693.                 mappingImage = "eq_wowbuttons_map.bmp"
  1694.         >
  1695.             <buttonelement
  1696.                 mappingColor = "#FF0000"
  1697.                 onClick = "eqsettings.enhancedAudio = !eqsettings.enhancedAudio" 
  1698.                 sticky = "true" 
  1699.                 down = "wmpprop:eqsettings.enhancedAudio"
  1700.                 upToolTip = "Turn On SRS WOW Effects" 
  1701.                 downToolTip = "Turn Off SRS WOW Effects"
  1702.             />
  1703.             <buttonelement
  1704.                 mappingColor = "#00FF00"
  1705.                 onClick = "toggleBox()"
  1706.                 upToolTip = "Next Speaker Setting" 
  1707.                 enabled = "wmpprop:eqsettings.enhancedAudio"
  1708.             />
  1709.         </buttongroup>
  1710.         
  1711.     <!--SRS WOW Effects Sliders-->
  1712.     
  1713.         <slider
  1714.             id = "trubass" 
  1715.             left = "211 " 
  1716.             top = "84" 
  1717.             width = "88" 
  1718.             height = "8" 
  1719.             thumbImage = "eq_sld_bal_thumb.png" 
  1720.             foregroundImage = "eq_sld_wow_full.png" 
  1721.             slide = "false" 
  1722.             borderSize = "4" 
  1723.             min = "0" 
  1724.             max = "100"  
  1725.             toolTip = "TruBass" 
  1726.             direction = "horizontal"
  1727.             onPositionChange = "jscript:eqsettings.truBassLevel=value;" 
  1728.             value = "wmpprop:eqsettings.truBassLevel" 
  1729.             enabled = "wmpprop:eqsettings.enhancedAudio" 
  1730.         />
  1731.         
  1732.         <slider
  1733.             id = "wow" 
  1734.             left = "211 " 
  1735.             top = "107" 
  1736.             width = "88" 
  1737.             height = "8" 
  1738.             thumbImage = "eq_sld_bal_thumb.png" 
  1739.             foregroundImage = "eq_sld_wow_full.png" 
  1740.             slide = "false" 
  1741.             borderSize = "4" 
  1742.             min = "0" 
  1743.             max = "100"  
  1744.             toolTip = "WOW Effect" 
  1745.             direction = "horizontal"
  1746.             onPositionChange = "jscript:eqsettings.wowLevel=value;" 
  1747.             value = "wmpprop:eqsettings.wowLevel" 
  1748.             enabled = "wmpprop:eqsettings.enhancedAudio" 
  1749.         />        
  1750.         <text 
  1751.             zIndex = "100" 
  1752.             left = "224" 
  1753.             top = "123" 
  1754.             width = "109" 
  1755.             fontSize = "7" 
  1756.             fontSmoothing = "true" 
  1757.             fontFace = "Trebuchet MS" 
  1758.             foregroundColor = "#00A8FF"  
  1759.             justification = "left" 
  1760.             value = "SRS WOW Effects" 
  1761.             passThrough = "true" 
  1762.         />
  1763.         <text 
  1764.             zIndex = "100" 
  1765.             left = "224" 
  1766.             top = "137" 
  1767.             width = "109" 
  1768.             fontSize = "7" 
  1769.             fontSmoothing = "true" 
  1770.             fontFace = "Trebuchet MS" 
  1771.             foregroundColor = "#00A8FF"  
  1772.             justification = "left" 
  1773.             value = "wmpprop:eqsettings.currentSpeakerName" 
  1774.             passThrough = "true" 
  1775.         />        
  1776.     </subview>
  1777.     <subview
  1778.         left = "40"
  1779.         top = "165"
  1780.         zIndex = "20"
  1781.         backgroundImage = "eq_buttons_no.png"
  1782.         horizontalAlignment = "left"
  1783.     >
  1784.         <buttongroup
  1785.             zIndex = "20"
  1786.             image = "eq_buttons_no.png"
  1787.             hoverImage = "eq_buttons_hover.gif"
  1788.             downImage = "eq_buttons_clicked.png"
  1789.             mappingImage = "eq_buttons_map.bmp"
  1790.         >
  1791.             <buttonelement
  1792.                 mappingColor = "#FF0000"
  1793.                 id = "eqReset"
  1794.                 onClick = "eqsettings.reset();player.settings.balance=0"
  1795.                 upToolTip = "Reset Equalizer Settings"
  1796.             />
  1797.             <buttonelement
  1798.                 mappingColor = "#D80000"
  1799.                 sticky = "true"
  1800.                 id = "eqCross"
  1801.                 onClick = "eqsettings.crossFade = !eqsettings.crossFade;eqsettings.crossFadeWindow=6000;"
  1802.                 upToolTip = "Turn On Crossfading"
  1803.                 downToolTip = "Turn Off Crossfading"
  1804.                 down = "wmpprop:eqsettings.crossFade"
  1805.             />
  1806.             <buttonelement
  1807.                 mappingColor = "#B50000"
  1808.                 sticky = "true"
  1809.                 id = "eqFan"
  1810.                 onClick = "toggleFan()"
  1811.                 down = "jscript:if(loadSwitch('switchFan')) eqFan.down=true;"
  1812.                 upToolTip = "Next Time Turn Cooling Off"
  1813.                 downToolTip = "Next Time Turn Cooling On"
  1814.             />
  1815.             <buttonelement
  1816.                 mappingColor = "#920000"
  1817.                 sticky = "true"
  1818.                 id = "eqSoft"
  1819.                 onClick = "toggleTension('soft')"
  1820.                 upToolTip = "Soft Tension"
  1821.             />
  1822.             <buttonelement
  1823.                 mappingColor = "#700000"
  1824.                 sticky = "true"
  1825.                 id = "eqHard"
  1826.                 onClick = "toggleTension('hard')"
  1827.                 upToolTip = "Hard Tension"
  1828.             />
  1829.             <buttonelement
  1830.                 mappingColor = "#500000"
  1831.                 sticky = "true"
  1832.                 id = "eqOff"
  1833.                 onClick = "toggleTension('off')"
  1834.                 upToolTip = "No Tension"
  1835.             />
  1836.         
  1837.         </buttongroup>
  1838.     </subview>
  1839.     
  1840. </view>
  1841.     
  1842. <!--Info Mode-->
  1843.  
  1844. <view
  1845.     id = "infoView"
  1846.     width = "280"
  1847.     height = "360"
  1848.     minWidth = "280"
  1849.     minHeight = "360"
  1850.     resizAble = "false" 
  1851.     titleBar = "false" 
  1852.     backgroundColor = "none"
  1853.     onLoad = "loadInfo()"
  1854.     onClose = "saveInfo()"
  1855.     scriptFile = "blue.js"
  1856.     timerInterval = "500"
  1857.     onTimer = "toggleInfo()"
  1858. >
  1859.     <subview
  1860.         zIndex = "2"
  1861.         backgroundImage = "info_bg.png"
  1862.         horizontalAlignment = "center"
  1863.         verticalAlignment = "bottom"
  1864.         transparencyColor = "#00FF00"
  1865.     >
  1866.         <buttongroup
  1867.                 zIndex = "10"
  1868.                 image = "info_button_no.png"
  1869.                 mappingImage = "info_button_map.bmp" 
  1870.                 hoverImage = "info_button_hover.gif"
  1871.                 downImage = "info_button_down.png"
  1872.                 left = "115"
  1873.                 top = "jscript:view.height-96"
  1874.  
  1875.             >
  1876.                 <buttonelement
  1877.                     mappingColor = "#FF0000"
  1878.                     uptoolTip = "Show Info Mode"
  1879.                     onClick = "jscript:startOrder=true;toggleMenu();infoSwitch=true;"
  1880.                     id = "infoButton"
  1881.                 />
  1882.         </buttongroup>
  1883.         
  1884.         <button
  1885.             zIndex = "20"
  1886.             image = "info_close_no.png"
  1887.             hoverImage = "info_close_hover.gif"
  1888.             downImage = "info_close_clicked.png"
  1889.             onClick = "jscript:closeView('infoWindow'),buttonToggle=true;"
  1890.             upToolTip = "Close Info Mode"
  1891.             left = "133"
  1892.             top = "jscript:view.height-17"
  1893.         
  1894.         />
  1895.         
  1896.         <subview
  1897.             id = "infoScreen"
  1898.             visible = "false"
  1899.             zIndex = "1"
  1900.             horizontalAlignment = "center"
  1901.             verticalAlignment = "bottom"
  1902.             transparencyColor = "#00FF00"
  1903.             backgroundImage = "spacer.png"
  1904.         >
  1905.             <subview
  1906.                 onEndAlphaBlend = "endAlphaBlend();"
  1907.                 alphaBlend = "0"
  1908.                 top = "60"
  1909.                 left = "41"
  1910.                 id = "infoDisplay"
  1911.                 zIndex = "3"
  1912.                 height = "194"
  1913.                 width = "178"
  1914.                 horizontalAlignment = "center"
  1915.                 verticalAlignment = "bottom"
  1916.                 visible = "false"
  1917.                 backgroundImage = "info_menu_bg.png"    
  1918.             >
  1919.                 <buttongroup
  1920.                         id = "infoMenu"
  1921.                         zIndex = "2"
  1922.                         top = "173"
  1923.                         image = "info_screen_menu_no.png"
  1924.                         hoverImage = "info_screen_menu_hover.png"
  1925.                         mappingImage = "info_screen_menu_map.bmp"
  1926.                         disabledImage = "info_screen_menu_dis.png"
  1927.                         visible = "false"
  1928.                     >
  1929.                     
  1930.                         <buttonelement 
  1931.                             zIndex = "20"
  1932.                             id = "infoPrev"
  1933.                             mappingColor = "#FF0000"
  1934.                             onClick = "jscript:orderReverse=true;startOrder=false;showInfo(3);"
  1935.                             upToolTip = "View Previous Image"
  1936.                         />
  1937.                         
  1938.                         <buttonelement 
  1939.                             zIndex = "20"
  1940.                             id = "infoNext"
  1941.                             mappingColor = "#00FF00"
  1942.                             onClick = "jscript:orderReverse=false;startOrder=false;showInfo(3);"
  1943.                             upToolTip = "View Next Image"
  1944.                         />
  1945.                         
  1946.                         <buttonelement 
  1947.                             zIndex = "20"
  1948.                             id = "infoReturn"
  1949.                             mappingColor = "#FF00FF"
  1950.                             upToolTip = "Return To Menu"
  1951.                             onClick = "jscript:showInfo(1);startOrder=true;orderNr=1;"
  1952.                             upToolTip = "Return To Menu"
  1953.                         />
  1954.                     </buttongroup>
  1955.                                         
  1956.                     <buttongroup
  1957.                         top = "132"
  1958.                         id = "infoMenuBack"
  1959.                         visible = "false"
  1960.                         zIndex = "3"
  1961.                         image = "info_main_no.jpg"
  1962.                         hoverImage = "info_main_hover.jpg"
  1963.                         mappingImage = "info_main_map.bmp"
  1964.                     
  1965.                     >
  1966.                     
  1967.                         <buttonelement
  1968.                             zIndex = "20"
  1969.                             mappingColor = "#FF0000"
  1970.                             id = "infoContacts"
  1971.                             upToolTip = "Contacts"
  1972.                             onClick = "jscript:showInfo(2);"
  1973.                             upToolTip = "Contact Us"
  1974.                         />
  1975.                         
  1976.                         <buttonelement
  1977.                             zIndex = "20"
  1978.                             mappingColor = "#00FF00"
  1979.                             id = "infoMakingOf"
  1980.                             upToolTip = "Making of"
  1981.                             onClick = "jscript:showInfo(3);startOrder=true;"
  1982.                             upToolTip = "Start Making of Slide Show"
  1983.                         />
  1984.                         
  1985.                         <buttonelement 
  1986.                             zIndex = "20"
  1987.                             mappingColor = "#FF00FF"
  1988.                             id = "infoExit"
  1989.                             onClick = "closeView('infoWindow')"
  1990.                             upToolTip = "Close Info Mode"
  1991.                         />
  1992.                         
  1993.                     </buttongroup>
  1994.                     
  1995.                     <!--email-->
  1996.                     
  1997.                     <button
  1998.                         id = "email"
  1999.                         top = "60"
  2000.                         visible = "false"
  2001.                         image = "info_menu_contacts_em_no.png"
  2002.                         hoverImage = "info_menu_contacts_em_hover.png"
  2003.                         onClick = "jscript:player.launchURL('mailto:arnitald@hotmail.com');"
  2004.                         upToolTip = "Contact The Creator"
  2005.                     />
  2006.             </subview>
  2007.         </subview>
  2008.         
  2009.     </subview>
  2010. </view>
  2011.  
  2012. </theme>