home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August / CHIP_CD_2005-08.iso / bonus / srew / files / WMBonusXP.exe / RCDATA / CABINET / TDK.wmz / TDK.wms < prev    next >
Text File  |  2001-11-08  |  41KB  |  1,812 lines

  1. <THEME
  2.     author        = "Ilmari Heikkinen of The Skins Factory"
  3.     authorVersion    = "1.01"
  4.     copyright    = "⌐2001 TDK Electronics Corporation. All rights reserved."
  5.     title        = "TDK Digital MixMaster"
  6. >
  7.  
  8. <!-- ************ MAIN PLAYER VIEW ************ -->
  9. <VIEW
  10.     id             = "module_main"
  11.            titleBar         = "false"
  12.     backgroundColor     = "none"
  13.     width             = "610"
  14.     height             = "420"
  15.     scriptFile         = "TDK.js;res://wmploc.dll/RT_TEXT/#132;"
  16.     onload            = "init();"
  17.     onclose            = "shutdown();"
  18. >
  19.  
  20.  
  21.     <PLAYER
  22.         playState_onchange    = "JScript:onPlayStateChange();"
  23.     >
  24.         <CONTROLS
  25.             currentPosition_onchange    = "position_slider.value = player.controls.currentPosition;"
  26.         />
  27.     </PLAYER>
  28.     <VIDEO
  29.         visible        = "false"
  30.         enabled        = "true"
  31.         onVideoStart    = "JScript:startVideo();"
  32.         onVideoEnd    = "JScript:endVideo();"
  33.     />
  34.  
  35.  
  36.  
  37. <!-- MAIN SUBVIEW -->
  38.     <SUBVIEW
  39.         id            = "main"
  40.         zIndex            = "1"
  41.         backgroundImage        = "main_bgmask.gif"
  42.         transparencyColor    = "#FFFFFF"
  43.         width            = "420"
  44.         height            = "420"
  45.     >
  46.         <BUTTON
  47.             id        = "main_button"
  48.             zIndex        = "1"
  49.             image        = "main_bg.jpg"
  50.             clippingImage    = "main_bgmask.gif"
  51.             clippingColor    = "#FFFFFF"
  52.             width        = "420"
  53.             height        = "420"
  54.             enabled        = "false"
  55.         />
  56.         <BUTTON
  57.             id        = "tdk_button"
  58.             zIndex        = "2"
  59.             top        = "269"
  60.             left        = "190"
  61.             width        = "77"
  62.             height        = "18"
  63.             onClick        = "jscript:player.launchURL('http://www.tdk.com');"
  64.             cursor        = "hand"
  65.         />
  66.     </SUBVIEW>
  67.  
  68. <!-- RINGANIM SUBVIEW -->
  69.     <SUBVIEW
  70.         id = "ringanim"
  71.         top = "73"
  72.         left = "93"
  73.         zIndex = "1"
  74.         width = "278"
  75.         height = "284"
  76.         visible = "wmpenabled:player.controls.pause"
  77.     >
  78.         <BUTTON
  79.             id        = "ringanim_button"
  80.             zIndex        = "1"
  81.             image        = "ringanim.gif"
  82.             clippingImage    = "ringanim_mask.gif"
  83.             clippingColor    = "#FFFFFF"
  84.             width        = "278"
  85.             height        = "284"
  86.             enabled        = "false"
  87.         />
  88.     </SUBVIEW>
  89.  
  90. <!-- METADATA SUBVIEW -->
  91.     <SUBVIEW
  92.         id            = "meta"
  93.         zIndex            = "1"
  94.         width            = "420"
  95.         height            = "420"
  96.     >
  97.         <TEXT
  98.             id        = "metadata"
  99.             top        = "150"
  100.             left        = "172"
  101.             width        = "110" 
  102.             fontFace    = "Tahoma"
  103.             fontSize    = "8"
  104.             fontSmoothing    = "true"
  105.             fontStyle    = "Bold"
  106.             foregroundColor    = "#000000"
  107.             justification    = "Left"
  108.             zIndex        = "1"
  109.             scrolling    = "true"
  110.             scrollingDelay    = "100"
  111.             scrollingAmount    = "4"
  112.         />
  113.         <TEXT
  114.             id        = "time"
  115.             width        = "60"
  116.             top        = "133"
  117.             left        = "198"
  118.             fontFace    = "Impact"
  119.             fontSize    = "12"
  120.             fontSmoothing    = "true"
  121.             fontStyle    = "Normal"
  122.             foregroundColor    = "#000000"
  123.             justification    = "Center"
  124.             zIndex        = "1"
  125.             scrolling    = "false"
  126.             value        = "wmpprop:Player.controls.currentPositionString"
  127.         />
  128. <!--
  129.         <TEXT
  130.             id        = "bitrate"
  131.             top        = "142"
  132.             left        = "238"
  133.             width        = "40" 
  134.             fontFace    = "Tahoma"
  135.             fontSize    = "6"
  136.             fontSmoothing    = "true"
  137.             fontStyle    = "Bold"
  138.             foregroundColor    = "#000000"
  139.             justification    = "Left"
  140.             zIndex        = "1"
  141.             scrolling    = "false"
  142.         />
  143. -->
  144.     </SUBVIEW>
  145.  
  146. <!-- POSITION SUBVIEW -->
  147.     <SUBVIEW
  148.         id            = "position"
  149.         zIndex            = "1"
  150.         width            = "187"
  151.         height            = "14"
  152.         top            = "160"
  153.         left            = "135"
  154.     >
  155.         <CUSTOMSLIDER
  156.             id            = "position_slider"
  157.             top            = "0"
  158.             left            = "0"
  159.             width            = "187"
  160.             height            = "14"
  161.             image            = "main_pos.gif"
  162.             transparencyColor    = "#FFFFFF"
  163.             positionImage        = "main_pos_map.gif"
  164.             cursor            = "hand"
  165.             borderSize        = "0"
  166.             min            = "0"
  167.             max            = "wmpprop:player.currentMedia.duration"
  168.             enabled            = "true"
  169.             onMouseUp        = "player.controls.currentPosition = position_slider.value; "
  170.             tooltip            = "Position"
  171.             cursor            = "hand"
  172.         />
  173.     </SUBVIEW>
  174.  
  175. <!-- PLEQ SUBVIEW -->
  176.     <SUBVIEW
  177.         id            = "pleq"
  178.         zIndex            = "2"
  179.         width            = "25"
  180.         height            = "78"
  181.         top            = "177"
  182.         left            = "308"
  183.     >
  184.         <BUTTONGROUP
  185.             id            = "main_pleqbuttons"
  186.             zIndex            = "1"
  187.             left            = "0"
  188.             top            = "0"
  189.             width            = "25"
  190.             height            = "78"
  191.             hoverImage        = "main_pleqbuttons_hover.gif"
  192.             downImage        = "main_pleqbuttons_down.gif"
  193.             mappingImage        = "main_pleqbuttons_mask.gif"
  194.             transparencyColor    = "#000000"
  195.         >
  196.             <BUTTONELEMENT
  197.                 id        = "playlist_button"
  198.                 mappingColor    = "#FF0000"
  199.                 onClick        = "jscript:launchPlaylist();"
  200.                 upTooltip    = "Playlist"
  201.             />
  202.             <BUTTONELEMENT
  203.                 id        = "eq_button"
  204.                 mappingColor    = "#00FF00"
  205.                 onClick        = "jscript:showEq();"
  206.                 upTooltip    = "Equalizer"
  207.             />
  208.         </BUTTONGROUP>
  209.     </SUBVIEW>
  210.  
  211. <!-- INTROANIM SUBVIEW -->
  212.     <SUBVIEW
  213.         id            = "introanim"
  214.         zIndex            = "3"
  215.         width            = "221"
  216.         height            = "187"
  217.         top            = "121"
  218.         left            = "123"
  219.         visible            = "true"
  220.         passThrough        = "true"
  221.     >
  222.         <BUTTON
  223.             id        = "main_introanim"
  224.             zIndex        = "1"
  225.             image        = "main_introanim.gif"
  226.             width        = "221"
  227.             height        = "187"
  228.             onClick        = ""
  229.             enabled        = "false"
  230.             passThrough    = "true"
  231.         />
  232.     </SUBVIEW>
  233.  
  234. <!-- VIS SUBVIEW -->
  235.     <SUBVIEW
  236.         id            = "vis"
  237.         zIndex            = "1"
  238.         width            = "203"
  239.         height            = "93"
  240.         top            = "169"
  241.         left            = "131"
  242.         visible            = "wmpprop:viseffects.visible"
  243.         backgroundImage        = "main_vis_mask.gif"
  244.         transparencyColor    = "#FFFFFF"
  245.     >
  246.         <EFFECTS
  247.             id            = "viseffects"
  248.             zIndex            = "1"
  249.             top            = "0"
  250.             left            = "0"
  251.             width            = "203"
  252.             height            = "94"
  253.             visible            = "false"
  254.             onClick            = "jscript:viseffects.next();"
  255.         />
  256.  
  257.     </SUBVIEW>
  258.  
  259. <!-- SHUFFLE SUBVIEW -->
  260.     <SUBVIEW
  261.         id            = "shuffle"
  262.         zIndex            = "5"
  263.         top            = "157"
  264.         left            = "38"
  265.         width            = "52"
  266.         height            = "21"
  267.         visible            = "true"
  268.     >
  269.         <BUTTON
  270.             id        = "shuffle_button"
  271.             zIndex        = "1"
  272.             disabledImage    = "main_shuffle_disabled.gif"
  273.             hoverImage    = "main_shuffle_hover.gif"
  274.             downImage    = "main_shuffle_down.gif"
  275.             clippingImage    = "main_shuffle_mask.gif"
  276.             clippingColor    = "#FFFFFF"
  277.             width        = "52"
  278.             height        = "21"
  279.             onClick        = "jscript:shuffleClick();"
  280.             upTooltip    = "Click to turn Shuffle Mode ON"
  281.             downTooltip    = "Click to turn Shuffle Mode OFF"
  282.             sticky        = "true"
  283.             down        = "JScript:player.Settings.getMode('shuffle');"
  284.         />
  285.     </SUBVIEW>
  286.  
  287. <!-- REPEAT SUBVIEW -->
  288.     <SUBVIEW
  289.         id            = "repeat"
  290.         zIndex            = "5"
  291.         top            = "253"
  292.         left            = "38"
  293.         width            = "52"
  294.         height            = "21"
  295.         visible            = "true"
  296.     >
  297.         <BUTTON
  298.             id        = "repeat_button"
  299.             zIndex        = "5"
  300.             disabledImage    = "main_repeat_disabled.gif"
  301.             hoverImage    = "main_repeat_hover.gif"
  302.             downImage    = "main_repeat_down.gif"
  303.             clippingImage    = "main_repeat_mask.gif"
  304.             clippingColor    = "#FFFFFF"
  305.             width        = "52"
  306.             height        = "21"
  307.             onClick        = "jscript:shuffleClick();"
  308.             upTooltip    = "Click to turn Repeat Mode ON"
  309.             downTooltip    = "Click to turn Repeat Mode OFF"
  310.             sticky        = "true"
  311.             down        = "JScript:player.Settings.getMode('loop');"
  312.         />
  313.     </SUBVIEW>
  314.  
  315. <!-- CBUTTONS SUBVIEW -->
  316.     <SUBVIEW
  317.         id            = "cbuttons"
  318.         zIndex            = "5"
  319.         width            = "102"
  320.         height            = "75"
  321.         top            = "178"
  322.         left            = "15"
  323.         visible            = "true"
  324.     >
  325.         <BUTTONGROUP
  326.             id            = "main_cbuttons"
  327.             zIndex            = "1"
  328.             left            = "0"
  329.             top            = "0"
  330.             width            = "102"
  331.             height            = "75"
  332.             disabledImage        = "main_cbuttons_disabled.gif"
  333.             hoverImage        = "main_cbuttons_hover.gif"
  334.             downImage        = "main_cbuttons_down.gif"
  335.             mappingImage        = "main_cbuttons_mask.gif"
  336.             transparencyColor    = "#FFFFFF"
  337.         >
  338.             <PLAYELEMENT
  339.                 mappingColor    = "#00FF00"
  340.             />
  341.             <NEXTELEMENT
  342.                 mappingColor    = "#FF0000"
  343.             />
  344.             <PREVELEMENT
  345.                 mappingColor    = "#FFFF00"
  346.             />
  347.             <PAUSEELEMENT
  348.                 mappingColor    = "#0000FF"
  349.             />
  350.             <STOPELEMENT
  351.                 mappingColor    = "#00FFFF"
  352.             />
  353.             <BUTTONELEMENT
  354.                 mappingColor    = "#FF00FF"
  355.                 upToolTip    = "Open File"
  356.                 onClick        = "jscript:player.URL=theme.openDialog('FILE_OPEN','FILES_ALLMEDIA');"
  357.             />
  358.         </BUTTONGROUP>
  359.     </SUBVIEW>
  360.  
  361. <!-- RINGBUTTONS SUBVIEW -->
  362.     <SUBVIEW
  363.         id            = "ringbuttons"
  364.         zIndex            = "5"
  365.         width            = "75"
  366.         height            = "212"
  367.         top            = "128"
  368.         left            = "327"
  369.         visible            = "true"
  370.     >
  371.         <BUTTONGROUP
  372.             id            = "main_ringbuttons"
  373.             zIndex            = "1"
  374.             left            = "0"
  375.             top            = "0"
  376.             width            = "75"
  377.             height            = "212"
  378.             disabledImage        = "main_ring_disabled.gif"
  379.             hoverImage        = "main_ring_hover.gif"
  380.             downImage        = "main_ring_down.gif"
  381.             mappingImage        = "main_ring_mask.gif"
  382.             transparencyColor    = "#FFFFFF"
  383.         >
  384.             <BUTTONELEMENT
  385.                 mappingColor    = "#FF0000"
  386.                 upToolTip    = "Close"
  387.                 onClick        = "jscript:view.close();"
  388.             />
  389.             <BUTTONELEMENT
  390.                 mappingColor    = "#FFFF00"
  391.                 upToolTip    = "Return to Full Mode"
  392.                 onClick        = "view.returnToMediaCenter();"
  393.             />
  394.             <BUTTONELEMENT
  395.                 mappingColor    = "#00FF00"
  396.                 upToolTip    = "Minimize"
  397.                 onClick        = "jscript:view.minimize();"
  398.             />
  399.             <BUTTONELEMENT
  400.                 mappingColor    = "#00FFFF"
  401.                 upToolTip    = "Show Visualization"
  402.                 onClick        = "jscript:visOn = !viseffects.visible; detVis(true);"
  403.             />
  404.             <BUTTONELEMENT
  405.                 mappingColor    = "#0000FF"
  406.                 upToolTip    = "TDK Information"
  407.                 onClick        = "jscript:launchInfo();"
  408.             />
  409.         </BUTTONGROUP>
  410.     </SUBVIEW>
  411.  
  412. <!-- VOLBUTTONS SUBVIEW -->
  413.     <SUBVIEW
  414.         id            = "volbuttons"
  415.         zIndex            = "5"
  416.         width            = "82"
  417.         height            = "30"
  418.         top            = "359"
  419.         left            = "228"
  420.         visible            = "true"
  421.     >
  422.         <BUTTONGROUP
  423.             id            = "main_volbuttons"
  424.             zIndex            = "1"
  425.             left            = "0"
  426.             top            = "0"
  427.             width            = "82"
  428.             height            = "30"
  429.             disabledImage        = "main_volbuttons_disabled.gif"
  430.             hoverImage        = "main_volbuttons_hover.gif"
  431.             downImage        = "main_volbuttons_down.gif"
  432.             mappingImage        = "main_volbuttons_mask.gif"
  433.             transparencyColor    = "#FFFFFF"
  434.         >
  435.             <BUTTONELEMENT
  436.                 id        = "vol_minus"
  437.                 mappingColor    = "#FF0000"
  438.                 upToolTip    = "Decrease Volume"
  439.                 onClick        = "jscript:decVol();"
  440.                 enabled        = "jscript:chkDecVol();"
  441.             />
  442.             <BUTTONELEMENT
  443.                 id        = "vol_plus"
  444.                 mappingColor    = "#00FF00"
  445.                 upToolTip    = "Increase Volume"
  446.                 onClick        = "jscript:incVol();"
  447.                 enabled        = "jscript:chkIncVol();"
  448.             />
  449.             <BUTTONELEMENT
  450.                 id        = "vol_mute"
  451.                 mappingColor    = "#FFFF00"
  452.                 upToolTip    = "Mute"
  453.                 onClick        = "jscript:mute();"
  454.                 sticky        = "true"
  455.                 down        = "JScript:player.Settings.mute;"
  456.             />
  457.         </BUTTONGROUP>
  458.     </SUBVIEW>
  459.  
  460. <!-- VOLBAR SUBVIEW -->
  461.     <SUBVIEW
  462.         id            = "volbar"
  463.         zIndex            = "3"
  464.         width            = "107"
  465.         height            = "48"
  466.         top            = "327"
  467.         left            = "229"
  468.         visible            = "true"
  469.     >
  470.         <CUSTOMSLIDER
  471.             id            = "volume_slider"
  472.             top            = "0"
  473.             left            = "0"
  474.             width            = "107"
  475.             height            = "48"
  476.             image            = "main_vol.gif"
  477.             transparencyColor    = "#FF00FF"
  478.             positionImage        = "main_vol_map.gif"
  479.             cursor            = "hand"
  480.             borderSize        = "0"
  481.             min            = "100"
  482.             max            = "0"
  483.             enabled            = "true"
  484.                 value            = "wmpprop:player.settings.volume"
  485.                 value_onChange        = "player.settings.volume = value; vol_minus.enabled=chkDecVol(); vol_plus.enabled=chkIncVol();player.settings.mute = false;vol_mute.down=false;"
  486.             tooltip            = "Volume"
  487.             tabstop            = "false"
  488.         />
  489.     </SUBVIEW>
  490.  
  491. <!-- EQ SUBVIEW -->
  492.     <SUBVIEW
  493.         id            = "eq"
  494.         zIndex            = "0"
  495.         backgroundImage        = "eq_bg.png"
  496.         transparencyColor    = "#FFFFFF"
  497.         top            = "80"
  498.         left            = "30"
  499.         width            = "294"
  500.         height            = "134"
  501.         onEndMove        = "chkEq();"
  502.     >
  503.     <SUBVIEW
  504.         id            = "eq_sub"
  505.         zIndex            = "0"
  506.         backgroundImage        = "eq_bg.png"
  507.         transparencyColor    = "#FFFFFF"
  508.         top            = "0"
  509.         left            = "0"
  510.         width            = "294"
  511.         height            = "134"
  512.         visible            = "false"
  513.     >
  514.  
  515.         <equalizerSettings id="eqsettings" enable="true">
  516.         </equalizerSettings>
  517.  
  518.         <slider
  519.             id        = "eq1"
  520.             borderSize    = "6"
  521.             left        = "JScript:114+0"
  522.             top        = "11"
  523.             height        = "50"
  524.             width        = "4"
  525.             toolTip        = "Graphic equalizer control"
  526.             backgroundImage = "main_eq_slider.gif"
  527.             transparencyColor= "#FFFFFF"
  528.             cursor        = "hand"
  529.             min        = "-10"
  530.             max        = "10"
  531.             value        = "wmpprop:eqsettings.gainLevel1"
  532.             value_onchange    = "eqsettings.gainLevel1=value;"
  533.             thumbImage    = "main_eq_knob.gif"
  534.             direction    = "vertical"
  535.         />
  536.         <slider
  537.             id        = "eq2"
  538.             borderSize    = "6"
  539.             left        = "JScript:114+14"
  540.             top        = "11"
  541.             height        = "50"
  542.             width        = "4"
  543.             toolTip        = "Graphic equalizer control"
  544.             backgroundImage = "main_eq_slider.gif"
  545.             transparencyColor= "#FFFFFF"
  546.             cursor        = "hand"
  547.             min        = "-10"
  548.             max        = "10"
  549.             value        = "wmpprop:eqsettings.gainLevel2"
  550.             value_onchange    = "eqsettings.gainLevel2=value;"
  551.             thumbImage    = "main_eq_knob.gif"
  552.             direction    = "vertical"
  553.         />
  554.         <slider
  555.             id        = "eq3"
  556.             borderSize    = "6"
  557.             left        = "JScript:114+28"
  558.             top        = "11"
  559.             height        = "50"
  560.             width        = "4"
  561.             toolTip        = "Graphic equalizer control"
  562.             backgroundImage = "main_eq_slider.gif"
  563.             transparencyColor= "#FFFFFF"
  564.             cursor        = "hand"
  565.             min        = "-10"
  566.             max        = "10"
  567.             value        = "wmpprop:eqsettings.gainLevel3"
  568.             value_onchange    = "eqsettings.gainLevel3=value;"
  569.             thumbImage    = "main_eq_knob.gif"
  570.             direction    = "vertical"
  571.         />
  572.         <slider
  573.             id        = "eq4"
  574.             borderSize    = "6"
  575.             left        = "JScript:114+42"
  576.             top        = "11"
  577.             height        = "50"
  578.             width        = "4"
  579.             toolTip        = "Graphic equalizer control"
  580.             transparencyColor= "#FFFFFF"
  581.             backgroundImage = "main_eq_slider.gif"
  582.             cursor        = "hand"
  583.             min        = "-10"
  584.             max        = "10"
  585.             value        = "wmpprop:eqsettings.gainLevel4"
  586.             value_onchange    = "eqsettings.gainLevel4=value;"
  587.             thumbImage    = "main_eq_knob.gif"
  588.             direction    = "vertical"
  589.         />
  590.         <slider
  591.             id        = "eq5"
  592.             borderSize    = "6"
  593.             left        = "JScript:114+56"
  594.             top        = "11"
  595.             height        = "50"
  596.             width        = "4"
  597.             toolTip        = "Graphic equalizer control"
  598.             transparencyColor= "#FFFFFF"
  599.             backgroundImage = "main_eq_slider.gif"
  600.             cursor        = "hand"
  601.             min        = "-10"
  602.             max        = "10"
  603.             value        = "wmpprop:eqsettings.gainLevel5"
  604.             value_onchange    = "eqsettings.gainLevel5=value;"
  605.             thumbImage    = "main_eq_knob.gif"
  606.             direction    = "vertical"
  607.         />
  608.         <slider
  609.             id        = "eq6"
  610.             borderSize    = "6"
  611.             left        = "JScript:114+70"
  612.             top        = "11"
  613.             height        = "50"
  614.             width        = "4"
  615.             toolTip        = "Graphic equalizer control"
  616.             backgroundImage = "main_eq_slider.gif"
  617.             transparencyColor= "#FFFFFF"
  618.             cursor        = "hand"
  619.             min        = "-10"
  620.             max        = "10"
  621.             value        = "wmpprop:eqsettings.gainLevel6"
  622.             value_onchange    = "eqsettings.gainLevel6=value;"
  623.             thumbImage    = "main_eq_knob.gif"
  624.             direction    = "vertical"
  625.         />
  626.         <slider
  627.             id        = "eq7"
  628.             borderSize    = "6"
  629.             left        = "JScript:114+84"
  630.             top        = "11"
  631.             height        = "50"
  632.             width        = "4"
  633.             toolTip        = "Graphic equalizer control"
  634.             backgroundImage = "main_eq_slider.gif"
  635.             transparencyColor= "#FFFFFF"
  636.             cursor        = "hand"
  637.             min        = "-10"
  638.             max        = "10"
  639.             value        = "wmpprop:eqsettings.gainLevel7"
  640.             value_onchange    = "eqsettings.gainLevel7=value;"
  641.             thumbImage    = "main_eq_knob.gif"
  642.             direction    = "vertical"
  643.         />
  644.         <slider
  645.             id        = "eq8"
  646.             borderSize    = "6"
  647.             left        = "JScript:114+98"
  648.             top        = "11"
  649.             height        = "50"
  650.             width        = "4"
  651.             toolTip        = "Graphic equalizer control"
  652.             transparencyColor= "#FFFFFF"
  653.             backgroundImage = "main_eq_slider.gif"
  654.             cursor        = "hand"
  655.             min        = "-10"
  656.             max        = "10"
  657.             value        = "wmpprop:eqsettings.gainLevel8"
  658.             value_onchange    = "eqsettings.gainLevel8=value;"
  659.             thumbImage    = "main_eq_knob.gif"
  660.             direction    = "vertical"
  661.         />
  662.         <slider
  663.             id        = "eq9"
  664.             borderSize    = "6"
  665.             left        = "JScript:114+112"
  666.             top        = "11"
  667.             height        = "50"
  668.             width        = "4"
  669.             toolTip        = "Graphic equalizer control"
  670.             transparencyColor= "#FFFFFF"
  671.             backgroundImage = "main_eq_slider.gif"
  672.             cursor        = "hand"
  673.             min        = "-10"
  674.             max        = "10"
  675.             value        = "wmpprop:eqsettings.gainLevel9"
  676.             value_onchange    = "eqsettings.gainLevel9=value;"
  677.             thumbImage    = "main_eq_knob.gif"
  678.             direction    = "vertical"
  679.         />
  680.         <slider
  681.             id        = "eq10"
  682.             borderSize    = "6"
  683.             left        = "JScript:114+126"
  684.             top        = "11"
  685.             height        = "50"
  686.             width        = "4"
  687.             toolTip        = "Graphic equalizer control"
  688.             transparencyColor= "#FFFFFF"
  689.             backgroundImage = "main_eq_slider.gif"
  690.             cursor        = "hand"
  691.             min        = "-10"
  692.             max        = "10"
  693.             value        = "wmpprop:eqsettings.gainLevel10"
  694.             value_onchange    = "eqsettings.gainLevel10=value;"
  695.             thumbImage    = "main_eq_knob.gif"
  696.             direction    = "vertical"
  697.         />
  698.         <TEXT
  699.             id        = "presetName"
  700.             zIndex        = "2"
  701.             top        = "95"
  702.             left        = "54"
  703.             width        = "139"
  704.             height        = "30"
  705.             fontFace    = "Trebuchet MS"
  706.             fontSize    = "18"
  707.             fontSmoothing    = "true"
  708.             fontStyle    = "Bold"
  709.             foregroundColor    = "#54534E"
  710.             justification    = "Center"
  711.             scrolling    = "false"
  712.             wordwrap    = "true"
  713.             value        = "wmpprop:eqsettings.currentPresetTitle"
  714.             tooltip        = ""
  715.         />
  716.         <BUTTON
  717.             id    = "nextPreset"
  718.             zIndex    = "3"
  719.             top    = "66"
  720.             left    = "227"
  721.             width    = "32"
  722.             height    = "13"
  723.             hoverimage    = "eq_next_hover.gif"
  724.             downimage    = "eq_next_down.gif"
  725.             onClick     = "eqsettings.nextPreset();"
  726.             uptooltip     = "Next Equalizer Preset"
  727.         />
  728.         <BUTTON
  729.             id    = "prevPreset"
  730.             zIndex    = "3"
  731.             top    = "66"
  732.             left    = "194"
  733.             width    = "32"
  734.             height    = "13"
  735.             hoverimage    = "eq_prev_hover.gif"
  736.             downimage    = "eq_prev_down.gif"
  737.             onClick     = "eqsettings.previousPreset();"
  738.             uptooltip     = "Previous Equalizer Preset"
  739.         />
  740.         <BUTTON
  741.             id    = "eqEnable"
  742.             zIndex    = "3"
  743.             top    = "66"
  744.             left    = "62"
  745.             width    = "48"
  746.             height    = "13"
  747.             hoverimage    = "eq_enable_hover.gif"
  748.             downimage    = "eq_enable_down.gif"
  749.             hoverdownimage    = "eq_enable_hoverdown.gif"
  750.             onClick     = "eqsettings.enable = !eqsettings.enable;"
  751.             uptooltip     = "Enable Equalizer"
  752.             downtooltip     = "Disable Equalizer"
  753.             sticky        = "true"
  754.             down        = "wmpprop:eqsettings.enable"
  755.         />
  756.         <BUTTON
  757.             id    = "eqClose"
  758.             zIndex    = "3"
  759.             top    = "11"
  760.             left    = "256"
  761.             width    = "11"
  762.             height    = "10"
  763.             hoverimage    = "eq_close_hover.gif"
  764.             downimage    = "eq_close_down.gif"
  765.             onClick     = "showEq();"
  766.             uptooltip     = "Close Equalizer"
  767.         />
  768.     </SUBVIEW>
  769.     </SUBVIEW>
  770. </VIEW>
  771.  
  772.  
  773.  
  774.  
  775. <!-- ************ PLAYLIST VIEW ************ -->
  776. <VIEW
  777.     id             = "module_pl"
  778.            titleBar         = "false"
  779.     backgroundColor     = "none"
  780.     width             = "157"
  781.     height             = "297"
  782.     scriptFile         = "TDK.js;res://wmploc.dll/RT_TEXT/#132;"
  783. >
  784.  
  785. <!-- INFO SUBVIEW -->
  786.     <SUBVIEW
  787.         id            = "info"
  788.         zIndex            = "1"
  789.         backgroundImage        = "info_bgmask.gif"
  790.         transparencyColor    = "#FFFFFF"
  791.         width            = "157"
  792.         height            = "297"
  793.     >
  794.         <BUTTON
  795.             id        = "info_button"
  796.             zIndex        = "1"
  797.             image        = "info_bg.jpg"
  798.             clippingImage    = "info_bgmask.gif"
  799.             clippingColor    = "#FFFFFF"
  800.             width        = "157"
  801.             height        = "297"
  802.             enabled        = "false"
  803.         />
  804.         <BUTTON
  805.             id        = "info_close"
  806.             zIndex        = "2"
  807.             hoverImage    = "info_close_hover.gif"
  808.             downImage    = "info_close_down.gif"
  809.             width        = "20"
  810.             height        = "25"
  811.             top        = "0"
  812.             left        = "117"
  813.             onClick        = "jscript:view.close();"
  814.             upTooltip    = "Close Playlist"
  815.         />
  816.     </SUBVIEW>
  817.  
  818.     <SUBVIEW
  819.         id            = "infobuttons"
  820.         zIndex            = "5"
  821.         top            = "254"
  822.         left            = "19"
  823.         width            = "119"
  824.         height            = "43"
  825.     >
  826.         <BUTTONGROUP
  827.             id        = "infobuttongroup"
  828.             zIndex        = "0"
  829.             top        = "0"
  830.             left        = "0"
  831.             width        = "119"
  832.             height        = "43"
  833.             mappingImage    = "info_buttons_mask.gif"
  834.             transparencyColor = "#FFFFFF"
  835.             hoverImage    = "info_buttons_hover.gif"
  836.             downImage    = "info_buttons_down.gif"
  837.             disabledImage    = "info_buttons_disabled.gif"
  838.         >
  839.             <BUTTONELEMENT
  840.                 id        = "info_playlistbutton"
  841.                 mappingColor    = "#FF0000"
  842.                 upTooltip    = "Playlist"
  843.                 onClick        = "jscript:content_bg.visible=false;playlistwindow.visible=true;"
  844.                 enabled        = "wmpprop:content_bg.visible"
  845.             />
  846.             <BUTTONELEMENT
  847.                 id        = "info_infobutton"
  848.                 mappingColor    = "#FFFF00"
  849.                 upTooltip    = "Info"
  850.                 onClick        = "jscript:playlistwindow.visible=false;showPage(1);content_bg.visible=true;"
  851.                 enabled        = "wmpprop:playlistwindow.visible"
  852.             />
  853.         </BUTTONGROuP>
  854.     </SUBVIEW>
  855.  
  856.  
  857. <!-- PLAYLIST SUBVIEW -->
  858.     <SUBVIEW
  859.         id        = "playlisttitle"
  860.         zIndex        = "3"
  861.         top        = "25"
  862.         left        = "20"
  863.         backgroundImage = "info_playlist.gif"
  864.         visible     = "wmpprop:playlistwindow.visible"
  865.     />
  866.     <SUBVIEW
  867.         id    = "playlistwindow"
  868.         zIndex    = "2"
  869.         top    = "55"
  870.         left    = "8"
  871.         width    = "141"
  872.         height    = "181"
  873.     >
  874.         <playlist
  875.             id                = "playlist_frame"
  876.             top                = "0"
  877.             left                = "0"
  878.             width                = "141"
  879.             height                = "175"
  880.             backgroundImage            = "main_playlist_frame.jpg"
  881.             foregroundcolor            = "#000000"
  882.             itemPlayingColor        = "#EBE8DC"
  883.             itemPlayingBackgroundColor    = "#4B483C"
  884.             disabledItemColor        = "#6B685C"
  885.             columnsVisible            = "false"
  886.             columns                = "name=Name;Duration=Time"
  887.             editbuttonsvisible        = "true"
  888.             movebuttonsvisible        = "false"
  889.             dropDownVisible            = "true"
  890.             playlistItemsVisible        = "true"
  891.             visible                = "true"
  892.         />
  893.     </SUBVIEW>
  894.  
  895.  
  896. <!-- CONTENT AREA -->
  897.     <SUBVIEW
  898.         id        = "infotitle"
  899.         zIndex        = "3"
  900.         top        = "25"
  901.         left        = "20"
  902.         width        = "118"
  903.         height        = "29"
  904.         backgroundImage    = "info_info.gif"
  905.         visible     = "wmpprop:content_bg.visible"
  906.     >
  907.         <BUTTON
  908.             top        = "0"
  909.             left        = "0"
  910.             width        = "118"
  911.             height        = "29"
  912.             onClick        = "jscript:showPage(1);"
  913.             upTooltip    = "Info Menu"
  914.             cursor        = "hand"
  915.             enabled        = "wmpprop:content_bg.visible"
  916.         />
  917.     </SUBVIEW>
  918.     <SUBVIEW
  919.         id    = "content_bg"
  920.         zIndex    = "2"
  921.         top    = "51"
  922.         left    = "8"
  923.         width    = "141"
  924.         height    = "197"
  925.         visible    = "false"
  926.     >
  927.         <BUTTON
  928.             id        = "prevpage"
  929.             zIndex        = "3"
  930.             top        = "182"
  931.             left        = "7"
  932.             width        = "62"
  933.             height        = "15"
  934.             image        = "info_prevpage.gif"
  935.             hoverimage    = "info_prevpage_hover.gif"
  936.             onClick        = "JScript:prevPage();"
  937.             onDblClick    = "JScript:prevPage();"
  938.             upTooltip    = "Previous Page"
  939.             cursor        = "hand"
  940.         />
  941.         <BUTTON
  942.             id        = "nextpage"
  943.             zIndex        = "3"
  944.             top        = "182"
  945.             left        = "74"
  946.             width        = "62"
  947.             height        = "15"
  948.             image        = "info_nextpage.gif"
  949.             hoverimage    = "info_nextpage_hover.gif"
  950.             onClick        = "JScript:nextPage();"
  951.             onDblClick    = "JScript:nextPage();"
  952.             upTooltip    = "Next Page"
  953.             cursor        = "hand"
  954.         />
  955.  
  956.  
  957.         <!-- CONTENT TITLE -->
  958.         <TEXT
  959.             id        = "content_title_white"
  960.             zIndex        = "2"
  961.             top        = "0"
  962.             left        = "6"
  963.             width        = "129"
  964.             height        = "20"
  965.             fontFace    = "Trebuchet MS"
  966.             fontSize    = "12"
  967.             fontSmoothing    = "true"
  968.             fontStyle    = "Bold"
  969.             foregroundColor    = "#54534E"
  970.             justification    = "Center"
  971.             scrolling    = "false"
  972.             wordwrap    = "true"
  973.             value        = ""
  974.             tooltip        = ""
  975.         />
  976.  
  977.  
  978.         <!-- CONTENT IMAGES -->
  979.         <SUBVIEW
  980.             id        = "content_image"
  981.             zIndex        = "3"
  982.             top        = "23"
  983.             left        = "8"
  984.             width        = "125"
  985.             height        = "152"
  986.             visible        = "false"
  987.             passThrough    = "true"
  988.         />
  989.  
  990.  
  991.         <!-- CONTENT TEXT -->
  992.         <TEXT
  993.             id        = "content_text"
  994.             zIndex        = "2"
  995.             top        = "23"
  996.             left        = "8"
  997.             width        = "125"
  998.             height        = "155"
  999.             fontFace    = "Arial"
  1000.             fontSize    = "7"
  1001.             fontSmoothing    = "true"
  1002.             fontStyle    = "Normal"
  1003.             foregroundColor    = "#000000"
  1004.             justification    = "Left"
  1005.             scrolling    = "false"
  1006.             wordwrap    = "true"
  1007.             value        = ""
  1008.             tooltip        = ""
  1009.         />
  1010.         <TEXT
  1011.             id        = "content_big"
  1012.             zIndex        = "1"
  1013.             top        = "23"
  1014.             left        = "8"
  1015.             width        = "125"
  1016.             height        = "155"
  1017.             fontFace    = "Arial"
  1018.             fontSize    = "7"
  1019.             fontSmoothing    = "true"
  1020.             fontStyle    = "Normal"
  1021.             foregroundColor    = "#54534E"
  1022.             justification    = "Left"
  1023.             scrolling    = "false"
  1024.             wordwrap    = "true"
  1025.             value        = ""
  1026.             tooltip        = ""
  1027.         />
  1028.         <TEXT
  1029.             id        = "content_links"
  1030.             zIndex        = "3"
  1031.             top        = "23"
  1032.             left        = "8"
  1033.             width        = "125"
  1034.             height        = "155"
  1035.             fontFace    = "Arial"
  1036.             fontSize    = "7"
  1037.             fontSmoothing    = "true"
  1038.             fontStyle    = "Underline"
  1039.             foregroundColor    = "#000066"
  1040.             justification    = "Left"
  1041.             scrolling    = "false"
  1042.             wordwrap    = "true"
  1043.             value        = ""
  1044.             tooltip        = ""
  1045.         />
  1046.         <BUTTONGROUP
  1047.             id        = "linksbuttongroup"
  1048.             zIndex        = "5"
  1049.             top        = "23"
  1050.             left        = "8"
  1051.             width        = "125"
  1052.             height        = "155"
  1053.             mappingImage    = "info_linkmask.gif"
  1054.         >
  1055.             <BUTTONELEMENT
  1056.                 id        = "link_0"
  1057.                 enabled        = "false"
  1058.                 mappingColor    = "#000000"
  1059.                 onClick        = "JScript:launchLink(0);"
  1060.             />
  1061.             <BUTTONELEMENT
  1062.                 id        = "link_1"
  1063.                 enabled        = "false"
  1064.                 mappingColor    = "#010000"
  1065.                 onClick        = "JScript:launchLink(1);"
  1066.             />
  1067.             <BUTTONELEMENT
  1068.                 id        = "link_2"
  1069.                 enabled        = "false"
  1070.                 mappingColor    = "#020000"
  1071.                 onClick        = "JScript:launchLink(2);"
  1072.             />
  1073.             <BUTTONELEMENT
  1074.                 id        = "link_3"
  1075.                 enabled        = "false"
  1076.                 mappingColor    = "#030000"
  1077.                 onClick        = "JScript:launchLink(3);"
  1078.             />
  1079.             <BUTTONELEMENT
  1080.                 id        = "link_4"
  1081.                 enabled        = "false"
  1082.                 mappingColor    = "#040000"
  1083.                 onClick        = "JScript:launchLink(4);"
  1084.             />
  1085.             <BUTTONELEMENT
  1086.                 id        = "link_5"
  1087.                 enabled        = "false"
  1088.                 mappingColor    = "#050000"
  1089.                 onClick        = "JScript:launchLink(5);"
  1090.             />
  1091.             <BUTTONELEMENT
  1092.                 id        = "link_6"
  1093.                 enabled        = "false"
  1094.                 mappingColor    = "#060000"
  1095.                 onClick        = "JScript:launchLink(6);"
  1096.             />
  1097.             <BUTTONELEMENT
  1098.                 id        = "link_7"
  1099.                 enabled        = "false"
  1100.                 mappingColor    = "#070000"
  1101.                 onClick        = "JScript:launchLink(7);"
  1102.             />
  1103.             <BUTTONELEMENT
  1104.                 id        = "link_8"
  1105.                 enabled        = "false"
  1106.                 mappingColor    = "#080000"
  1107.                 onClick        = "JScript:launchLink(8);"
  1108.             />
  1109.             <BUTTONELEMENT
  1110.                 id        = "link_9"
  1111.                 enabled        = "false"
  1112.                 mappingColor    = "#090000"
  1113.                 onClick        = "JScript:launchLink(9);"
  1114.             />
  1115.             <BUTTONELEMENT
  1116.                 id        = "link_A"
  1117.                 enabled        = "false"
  1118.                 mappingColor    = "#0A0000"
  1119.                 onClick        = "JScript:launchLink(10);"
  1120.             />
  1121.             <BUTTONELEMENT
  1122.                 id        = "link_B"
  1123.                 enabled        = "false"
  1124.                 mappingColor    = "#0B0000"
  1125.                 onClick        = "JScript:launchLink(11);"
  1126.             />
  1127.             <BUTTONELEMENT
  1128.                 id        = "link_C"
  1129.                 enabled        = "false"
  1130.                 mappingColor    = "#0C0000"
  1131.                 onClick        = "JScript:launchLink(12);"
  1132.             />
  1133.             <BUTTONELEMENT
  1134.                 id        = "link_D"
  1135.                 enabled        = "false"
  1136.                 mappingColor    = "#0D0000"
  1137.                 onClick        = "JScript:launchLink(13);"
  1138.             />
  1139.             <BUTTONELEMENT
  1140.                 id        = "link_E"
  1141.                 enabled        = "false"
  1142.                 mappingColor    = "#0E0000"
  1143.                 onClick        = "JScript:launchLink(14);"
  1144.             />
  1145.             <BUTTONELEMENT
  1146.                 id        = "link_F"
  1147.                 enabled        = "false"
  1148.                 mappingColor    = "#0F0000"
  1149.                 onClick        = "JScript:launchLink(15);"
  1150.             />
  1151.         </BUTTONGROUP>
  1152.     </SUBVIEW>        
  1153.  
  1154. </VIEW>
  1155.  
  1156.  
  1157.  
  1158. <!-- ************ INFO VIEW ************ -->
  1159. <VIEW
  1160.     id             = "module_info"
  1161.            titleBar         = "false"
  1162.     backgroundColor     = "none"
  1163.     width             = "157"
  1164.     height             = "297"
  1165.     scriptFile         = "TDK.js;res://wmploc.dll/RT_TEXT/#132;"
  1166.     onLoad            = "JScript:infoModuleInit();"
  1167. >
  1168.  
  1169. <!-- INFO SUBVIEW -->
  1170.     <SUBVIEW
  1171.         id            = "info"
  1172.         zIndex            = "1"
  1173.         backgroundImage        = "info_bgmask.gif"
  1174.         transparencyColor    = "#FFFFFF"
  1175.         width            = "157"
  1176.         height            = "297"
  1177.     >
  1178.         <BUTTON
  1179.             id        = "info_button"
  1180.             zIndex        = "1"
  1181.             image        = "info_bg.jpg"
  1182.             clippingImage    = "info_bgmask.gif"
  1183.             clippingColor    = "#FFFFFF"
  1184.             width        = "157"
  1185.             height        = "297"
  1186.             enabled        = "false"
  1187.         />
  1188.         <BUTTON
  1189.             id        = "info_close"
  1190.             zIndex        = "2"
  1191.             hoverImage    = "info_close_hover.gif"
  1192.             downImage    = "info_close_down.gif"
  1193.             width        = "20"
  1194.             height        = "25"
  1195.             top        = "0"
  1196.             left        = "117"
  1197.             onClick        = "jscript:view.close();"
  1198.             upTooltip    = "Close Info"
  1199.         />
  1200.     </SUBVIEW>
  1201.  
  1202.     <SUBVIEW
  1203.         id            = "infobuttons"
  1204.         zIndex            = "5"
  1205.         top            = "254"
  1206.         left            = "19"
  1207.         width            = "119"
  1208.         height            = "43"
  1209.     >
  1210.         <BUTTONGROUP
  1211.             id        = "infobuttongroup"
  1212.             zIndex        = "0"
  1213.             top        = "0"
  1214.             left        = "0"
  1215.             width        = "119"
  1216.             height        = "43"
  1217.             mappingImage    = "info_buttons_mask.gif"
  1218.             transparencyColor = "#FFFFFF"
  1219.             hoverImage    = "info_buttons_hover.gif"
  1220.             downImage    = "info_buttons_down.gif"
  1221.             disabledImage    = "info_buttons_disabled.gif"
  1222.         >
  1223.             <BUTTONELEMENT
  1224.                 id        = "info_playlistbutton"
  1225.                 mappingColor    = "#FF0000"
  1226.                 upTooltip    = "Playlist"
  1227.                 onClick        = "jscript:content_bg.visible=false;playlistwindow.visible=true;"
  1228.                 enabled        = "wmpprop:content_bg.visible"
  1229.             />
  1230.             <BUTTONELEMENT
  1231.                 id        = "info_infobutton"
  1232.                 mappingColor    = "#FFFF00"
  1233.                 upTooltip    = "Info"
  1234.                 onClick        = "jscript:playlistwindow.visible=false;showPage(1);content_bg.visible=true;"
  1235.                 enabled        = "wmpprop:playlistwindow.visible"
  1236.             />
  1237.         </BUTTONGROuP>
  1238.     </SUBVIEW>
  1239.  
  1240.  
  1241. <!-- PLAYLIST SUBVIEW -->
  1242.     <SUBVIEW
  1243.         id        = "playlisttitle"
  1244.         zIndex        = "3"
  1245.         top        = "25"
  1246.         left        = "20"
  1247.         backgroundImage = "info_playlist.gif"
  1248.         visible     = "wmpprop:playlistwindow.visible"
  1249.     />
  1250.     <SUBVIEW
  1251.         id    = "playlistwindow"
  1252.         zIndex    = "2"
  1253.         top    = "55"
  1254.         left    = "8"
  1255.         width    = "141"
  1256.         height    = "181"
  1257.         visible = "false"
  1258.     >
  1259.         <playlist
  1260.             id                = "playlist_frame"
  1261.             top                = "0"
  1262.             left                = "0"
  1263.             width                = "141"
  1264.             height                = "175"
  1265.             backgroundImage            = "main_playlist_frame.jpg"
  1266.             foregroundcolor            = "#000000"
  1267.             itemPlayingColor        = "#EBE8DC"
  1268.             itemPlayingBackgroundColor    = "#4B483C"
  1269.             disabledItemColor        = "#6B685C"
  1270.             columnsVisible            = "false"
  1271.             columns                = "name=Name;Duration=Time"
  1272.             editbuttonsvisible        = "true"
  1273.             movebuttonsvisible        = "false"
  1274.             dropDownVisible            = "true"
  1275.             playlistItemsVisible        = "true"
  1276.             visible                = "true"
  1277.         />
  1278.     </SUBVIEW>
  1279.  
  1280.  
  1281. <!-- CONTENT AREA -->
  1282.     <SUBVIEW
  1283.         id        = "infotitle"
  1284.         zIndex        = "3"
  1285.         top        = "25"
  1286.         left        = "20"
  1287.         width        = "118"
  1288.         height        = "29"
  1289.         backgroundImage    = "info_info.gif"
  1290.         visible     = "wmpprop:content_bg.visible"
  1291.     >
  1292.         <BUTTON
  1293.             top        = "0"
  1294.             left        = "0"
  1295.             width        = "118"
  1296.             height        = "29"
  1297.             onClick        = "jscript:showPage(1);"
  1298.             upTooltip    = "Info Menu"
  1299.             cursor        = "hand"
  1300.         />
  1301.     </SUBVIEW>
  1302.     <SUBVIEW
  1303.         id    = "content_bg"
  1304.         zIndex    = "2"
  1305.         top    = "51"
  1306.         left    = "8"
  1307.         width    = "141"
  1308.         height    = "197"
  1309.         visible    = "true"
  1310.     >
  1311.         <BUTTON
  1312.             id        = "prevpage"
  1313.             zIndex        = "3"
  1314.             top        = "182"
  1315.             left        = "7"
  1316.             width        = "62"
  1317.             height        = "15"
  1318.             image        = "info_prevpage.gif"
  1319.             hoverimage    = "info_prevpage_hover.gif"
  1320.             onClick        = "JScript:prevPage();"
  1321.             onDblClick    = "JScript:prevPage();"
  1322.             upTooltip    = "Previous Page"
  1323.             cursor        = "hand"
  1324.         />
  1325.         <BUTTON
  1326.             id        = "nextpage"
  1327.             zIndex        = "3"
  1328.             top        = "182"
  1329.             left        = "74"
  1330.             width        = "62"
  1331.             height        = "15"
  1332.             image        = "info_nextpage.gif"
  1333.             hoverimage    = "info_nextpage_hover.gif"
  1334.             onClick        = "JScript:nextPage();"
  1335.             onDblClick    = "JScript:nextPage();"
  1336.             upTooltip    = "Next Page"
  1337.             cursor        = "hand"
  1338.         />
  1339.  
  1340.  
  1341.         <!-- CONTENT TITLE -->
  1342.         <TEXT
  1343.             id        = "content_title_white"
  1344.             zIndex        = "2"
  1345.             top        = "0"
  1346.             left        = "6"
  1347.             width        = "129"
  1348.             height        = "20"
  1349.             fontFace    = "Trebuchet MS"
  1350.             fontSize    = "12"
  1351.             fontSmoothing    = "true"
  1352.             fontStyle    = "Bold"
  1353.             foregroundColor    = "#54534E"
  1354.             justification    = "Center"
  1355.             scrolling    = "false"
  1356.             wordwrap    = "true"
  1357.             value        = ""
  1358.             tooltip        = ""
  1359.         />
  1360.  
  1361.  
  1362.         <!-- CONTENT IMAGES -->
  1363.         <SUBVIEW
  1364.             id        = "content_image"
  1365.             zIndex        = "3"
  1366.             top        = "23"
  1367.             left        = "8"
  1368.             width        = "125"
  1369.             height        = "0"
  1370.             visible        = "false"
  1371.             passThrough    = "true"
  1372.         />
  1373.  
  1374.  
  1375.         <!-- CONTENT TEXT -->
  1376.         <TEXT
  1377.             id        = "content_text"
  1378.             zIndex        = "2"
  1379.             top        = "23"
  1380.             left        = "8"
  1381.             width        = "125"
  1382.             height        = "155"
  1383.             fontFace    = "Arial"
  1384.             fontSize    = "7"
  1385.             fontSmoothing    = "true"
  1386.             fontStyle    = "Normal"
  1387.             foregroundColor    = "#000000"
  1388.             justification    = "Left"
  1389.             scrolling    = "false"
  1390.             wordwrap    = "true"
  1391.             value        = ""
  1392.             tooltip        = ""
  1393.         />
  1394.         <TEXT
  1395.             id        = "content_big"
  1396.             zIndex        = "1"
  1397.             top        = "23"
  1398.             left        = "8"
  1399.             width        = "125"
  1400.             height        = "155"
  1401.             fontFace    = "Arial"
  1402.             fontSize    = "7"
  1403.             fontSmoothing    = "true"
  1404.             fontStyle    = "Normal"
  1405.             foregroundColor    = "#54534E"
  1406.             justification    = "Left"
  1407.             scrolling    = "false"
  1408.             wordwrap    = "true"
  1409.             value        = ""
  1410.             tooltip        = ""
  1411.         />
  1412.         <TEXT
  1413.             id        = "content_links"
  1414.             zIndex        = "3"
  1415.             top        = "23"
  1416.             left        = "8"
  1417.             width        = "125"
  1418.             height        = "155"
  1419.             fontFace    = "Arial"
  1420.             fontSize    = "7"
  1421.             fontSmoothing    = "true"
  1422.             fontStyle    = "Underline"
  1423.             foregroundColor    = "#000066"
  1424.             justification    = "Left"
  1425.             scrolling    = "false"
  1426.             wordwrap    = "true"
  1427.             value        = ""
  1428.             tooltip        = ""
  1429.         />
  1430.         <BUTTONGROUP
  1431.             id        = "linksbuttongroup"
  1432.             zIndex        = "5"
  1433.             top        = "23"
  1434.             left        = "8"
  1435.             width        = "125"
  1436.             height        = "155"
  1437.             mappingImage    = "info_linkmask.gif"
  1438.         >
  1439.             <BUTTONELEMENT
  1440.                 id        = "link_0"
  1441.                 enabled        = "false"
  1442.                 mappingColor    = "#000000"
  1443.                 onClick        = "JScript:launchLink(0);"
  1444.             />
  1445.             <BUTTONELEMENT
  1446.                 id        = "link_1"
  1447.                 enabled        = "false"
  1448.                 mappingColor    = "#010000"
  1449.                 onClick        = "JScript:launchLink(1);"
  1450.             />
  1451.             <BUTTONELEMENT
  1452.                 id        = "link_2"
  1453.                 enabled        = "false"
  1454.                 mappingColor    = "#020000"
  1455.                 onClick        = "JScript:launchLink(2);"
  1456.             />
  1457.             <BUTTONELEMENT
  1458.                 id        = "link_3"
  1459.                 enabled        = "false"
  1460.                 mappingColor    = "#030000"
  1461.                 onClick        = "JScript:launchLink(3);"
  1462.             />
  1463.             <BUTTONELEMENT
  1464.                 id        = "link_4"
  1465.                 enabled        = "false"
  1466.                 mappingColor    = "#040000"
  1467.                 onClick        = "JScript:launchLink(4);"
  1468.             />
  1469.             <BUTTONELEMENT
  1470.                 id        = "link_5"
  1471.                 enabled        = "false"
  1472.                 mappingColor    = "#050000"
  1473.                 onClick        = "JScript:launchLink(5);"
  1474.             />
  1475.             <BUTTONELEMENT
  1476.                 id        = "link_6"
  1477.                 enabled        = "false"
  1478.                 mappingColor    = "#060000"
  1479.                 onClick        = "JScript:launchLink(6);"
  1480.             />
  1481.             <BUTTONELEMENT
  1482.                 id        = "link_7"
  1483.                 enabled        = "false"
  1484.                 mappingColor    = "#070000"
  1485.                 onClick        = "JScript:launchLink(7);"
  1486.             />
  1487.             <BUTTONELEMENT
  1488.                 id        = "link_8"
  1489.                 enabled        = "false"
  1490.                 mappingColor    = "#080000"
  1491.                 onClick        = "JScript:launchLink(8);"
  1492.             />
  1493.             <BUTTONELEMENT
  1494.                 id        = "link_9"
  1495.                 enabled        = "false"
  1496.                 mappingColor    = "#090000"
  1497.                 onClick        = "JScript:launchLink(9);"
  1498.             />
  1499.             <BUTTONELEMENT
  1500.                 id        = "link_A"
  1501.                 enabled        = "false"
  1502.                 mappingColor    = "#0A0000"
  1503.                 onClick        = "JScript:launchLink(10);"
  1504.             />
  1505.             <BUTTONELEMENT
  1506.                 id        = "link_B"
  1507.                 enabled        = "false"
  1508.                 mappingColor    = "#0B0000"
  1509.                 onClick        = "JScript:launchLink(11);"
  1510.             />
  1511.             <BUTTONELEMENT
  1512.                 id        = "link_C"
  1513.                 enabled        = "false"
  1514.                 mappingColor    = "#0C0000"
  1515.                 onClick        = "JScript:launchLink(12);"
  1516.             />
  1517.             <BUTTONELEMENT
  1518.                 id        = "link_D"
  1519.                 enabled        = "false"
  1520.                 mappingColor    = "#0D0000"
  1521.                 onClick        = "JScript:launchLink(13);"
  1522.             />
  1523.             <BUTTONELEMENT
  1524.                 id        = "link_E"
  1525.                 enabled        = "false"
  1526.                 mappingColor    = "#0E0000"
  1527.                 onClick        = "JScript:launchLink(14);"
  1528.             />
  1529.             <BUTTONELEMENT
  1530.                 id        = "link_F"
  1531.                 enabled        = "false"
  1532.                 mappingColor    = "#0F0000"
  1533.                 onClick        = "JScript:launchLink(15);"
  1534.             />
  1535.         </BUTTONGROUP>
  1536.     </SUBVIEW>        
  1537.  
  1538. </VIEW>
  1539.  
  1540.  
  1541. <!-- ************ VIDEO VIEW ************ -->
  1542. <VIEW
  1543.     id             = "module_video"
  1544.     resizable        = "true"
  1545.            titleBar         = "false"
  1546.     backgroundColor     = "none"
  1547.     minWidth         = "336"
  1548.     minHeight         = "353"
  1549.     width             = "336"
  1550.     height             = "353"
  1551.     scriptFile         = "TDK.js;res://wmploc.dll/RT_TEXT/#132;"
  1552.     onLoad            = "onLoadVideo();"
  1553.     onClose            = "onCloseVideo();"
  1554. >
  1555.     <player OpenState_onchange="SnapToVideo();">
  1556.     </player>
  1557.  
  1558. <!-- VIDEO SUBVIEW -->
  1559.     <SUBVIEW
  1560.         id            = "topleft"
  1561.         zIndex            = "1"
  1562.         backgroundImage        = "video_topleft.png"
  1563.         transparencyColor    = "#FFFFFF"
  1564.         top            = "0"
  1565.         left            = "0"
  1566.         verticalAlignment    = "top"
  1567.         horizontalAlignment    = "left"
  1568.     />
  1569.     <SUBVIEW
  1570.         id            = "topstretch"
  1571.         zIndex            = "1"
  1572.         backgroundImage        = "video_topstretch.png"
  1573.         transparencyColor    = "#FFFFFF"
  1574.         top            = "0"
  1575.         left            = "17"
  1576.         verticalAlignment    = "top"
  1577.         horizontalAlignment    = "stretch"
  1578.         backgroundTiled        = "true"
  1579.     />
  1580.     <SUBVIEW
  1581.         id            = "topright"
  1582.         zIndex            = "1"
  1583.         backgroundImage        = "video_topright.png"
  1584.         transparencyColor    = "#FFFFFF"
  1585.         top            = "0"
  1586.         left            = "jscript:view.width-319;"
  1587.         verticalAlignment    = "top"
  1588.         horizontalAlignment    = "right"
  1589.     >
  1590.         <BUTTON
  1591.             id        = "video_close"
  1592.             zIndex        = "2"
  1593.             width        = "20"
  1594.             height        = "26"
  1595.             top        = "0"
  1596.             left        = "279"
  1597.             hoverImage    = "video_close_hover.gif"
  1598.             downImage    = "video_close_down.gif"
  1599.             onClick        = "jscript:if(checkVid()) {player.controls.pause();};view.close();"
  1600.             upTooltip    = "Close Video"
  1601.         />
  1602.     </SUBVIEW>
  1603.     <SUBVIEW
  1604.         id            = "leftstretch"
  1605.         zIndex            = "1"
  1606.         backgroundImage        = "video_leftstretch.png"
  1607.         transparencyColor    = "#FFFFFF"
  1608.         top            = "265"
  1609.         left            = "0"
  1610.         verticalAlignment    = "stretch"
  1611.         horizontalAlignment    = "stretch"
  1612.         backgroundTiled        = "true"
  1613.     />
  1614.     <SUBVIEW
  1615.         id            = "rightstretch"
  1616.         zIndex            = "1"
  1617.         backgroundImage        = "video_rightstretch.png"
  1618.         transparencyColor    = "#FFFFFF"
  1619.         top            = "265"
  1620.         left            = "jscript:view.width-320;"
  1621.         verticalAlignment    = "stretch"
  1622.         horizontalAlignment    = "right"
  1623.         backgroundTiled        = "true"
  1624.     />
  1625.     <SUBVIEW
  1626.         id            = "bottomleft"
  1627.         zIndex            = "1"
  1628.         backgroundImage        = "video_bottomleft.png"
  1629.         transparencyColor    = "#FFFFFF"
  1630.         top            = "jscript:view.height-87;"
  1631.         left            = "0"
  1632.         verticalAlignment    = "bottom"
  1633.         horizontalAlignment    = "left"
  1634.     />
  1635.     <SUBVIEW
  1636.         id            = "bottomstretch"
  1637.         zIndex            = "1"
  1638.         backgroundImage        = "video_bottomstretch.png"
  1639.         transparencyColor    = "#FFFFFF"
  1640.         top            = "jscript:view.height-87;"
  1641.         left            = "17"
  1642.         verticalAlignment    = "bottom"
  1643.         horizontalAlignment    = "stretch"
  1644.         backgroundTiled        = "true"
  1645.     />
  1646.     <SUBVIEW
  1647.         id            = "bottomright"
  1648.         zIndex            = "1"
  1649.         backgroundImage        = "video_bottomright.png"
  1650.         transparencyColor    = "#FFFFFF"
  1651.         top            = "jscript:view.height-87;"
  1652.         left            = "jscript:view.width-319;"
  1653.         verticalAlignment    = "bottom"
  1654.         horizontalAlignment    = "right"
  1655.     >
  1656.             <BUTTON
  1657.             id="bottomleft_resize"
  1658.             uptooltip="Resize Screen"
  1659.             zindex="8"
  1660.             top="0"
  1661.             left="301"
  1662.             width="17"
  1663.             transparencyColor="#FFFFFF"
  1664.             onmousedown="AllowResizeVideo();view.size( 'bottomright' );g_fUserHasSized=true;"
  1665.             cursor="resize.cur"
  1666.         /> 
  1667.     </SUBVIEW>
  1668.     <SUBVIEW
  1669.         id            = "vidcontrols"
  1670.         zIndex            = "0"
  1671.         backgroundImage        = "video_controlslider_bg.png"
  1672.         transparencyColor    = "#FFFFFF"
  1673.         width            = "296"
  1674.         height            = "91"
  1675.         top            = "jscript:view.height-96;"
  1676.         left            = "jscript:view.width-316;"
  1677.         verticalAlignment    = "bottom"
  1678.         horizontalAlignment    = "right"
  1679.         onEndmove        = "jscript:vidcontrols_sub.visible = !vidcontrols_sub.visible;"
  1680.     >
  1681.         <BUTTON
  1682.             id        = "drawerbutton"
  1683.             zIndex        = "14"
  1684.             width        = "14"    
  1685.             height        = "57"
  1686.             top        = "37"
  1687.             left        = "140"
  1688.             hoverImage    = "video_drawer_hover.gif"
  1689.             downImage    = "video_drawer_down.gif"
  1690.             hoverDownImage    = "video_drawer_hoverdown.gif"
  1691.             cursor        = "hand"
  1692.             sticky        = "true"
  1693.             onClick        = "jscript:toggleControls();"
  1694.             upTooltip    = "Open Video Controls Drawer"
  1695.             downTooltip    = "Close Video Controls Drawer"
  1696.         />
  1697.  
  1698.         <videosettings id="vidset" enable="true" />
  1699.  
  1700.         <SUBVIEW
  1701.             id            = "vidcontrols_sub"
  1702.             zIndex            = "2"
  1703.             width            = "296"
  1704.             height            = "91"
  1705.             top            = "0"
  1706.             left            = "0"
  1707.             visible         = "false"
  1708.         >
  1709.             <button left="13" top="2" width="51" height="7" onClick="JScript:vidset.brightness=0;" upTooltip="Reset Brightness" cursor="hand"/>
  1710.             <button left="13" top="10" width="51" height="7" onClick="JScript:vidset.contrast=0;" upTooltip="Reset Contrast" cursor="hand"/>
  1711.             <button left="13" top="18" width="51" height="7" onClick="JScript:vidset.hue=0;" upTooltip="Reset Hue" cursor="hand"/>
  1712.             <button left="13" top="26" width="51" height="7" onClick="JScript:vidset.saturation=0;" upTooltip="Reset Saturation" cursor="hand"/>
  1713.  
  1714.             <slider 
  1715.                 id="brightness" 
  1716.                 toolTip="Adjust Brightness" 
  1717.                 left="66" 
  1718.                 top="4" 
  1719.                 width="218" 
  1720.                 height="4" 
  1721.                 borderSize="8" 
  1722.                 direction="horizontal" 
  1723.                 slide="false" 
  1724.                 thumbImage="video_controls_knob.gif" 
  1725.                 min="-127" 
  1726.                 max="127" 
  1727.                 value="wmpprop:vidset.brightness"     
  1728.                 value_onchange="vidset.brightness=value;"
  1729.             />
  1730.             <slider 
  1731.                 id="contrast" 
  1732.                     toolTip="Adjust Contrast" 
  1733.                 left="66" 
  1734.                 top="12" 
  1735.                 width="218" 
  1736.                 height="4" 
  1737.                 borderSize="8" 
  1738.                 direction="horizontal" 
  1739.                 slide="false" 
  1740.                 thumbImage="video_controls_knob.gif" 
  1741.                 min="-127" 
  1742.                 max="127"
  1743.                 value="wmpprop:vidset.contrast"     
  1744.                 value_onchange="vidset.contrast=value;"
  1745.             />
  1746.             <slider 
  1747.                 id="hue" 
  1748.                 toolTip="Adjust Hue" 
  1749.                 left="66" 
  1750.                 top="20" 
  1751.                 width="218" 
  1752.                 height="4" 
  1753.                 borderSize="8" 
  1754.                 direction="horizontal" 
  1755.                 slide="false" 
  1756.                 thumbImage="video_controls_knob.gif" 
  1757.                 min="-127" 
  1758.                 max="127" 
  1759.                 value="wmpprop:vidset.hue"     
  1760.                 value_onchange="vidset.hue=value;"
  1761.             />
  1762.             <slider 
  1763.                 id="saturation" 
  1764.                 toolTip="Adjust Saturation" 
  1765.                 left="66" 
  1766.                 top="28" 
  1767.                 width="218" 
  1768.                 height="4" 
  1769.                 borderSize="8" 
  1770.                 direction="horizontal" 
  1771.                 slide="false" 
  1772.                 thumbImage="video_controls_knob.gif" 
  1773.                 min="-127" 
  1774.                 max="127" 
  1775.                 value="wmpprop:vidset.saturation"     
  1776.                 value_onchange="vidset.saturation=value;"
  1777.             />
  1778.         </SUBVIEW>
  1779.     </SUBVIEW>
  1780. <!-- VIDEOSCREEN SUBVIEW -->
  1781.     <SUBVIEW
  1782.         id            = "videoRgn"
  1783.         zIndex            = "4"
  1784.         top            = "25"
  1785.         left            = "8"
  1786.         width            = "jscript:view.width-16;"
  1787.         height            = "jscript:view.height-108;"
  1788.         horizontalAlignment    = "stretch"
  1789.         verticalAlignment    = "stretch"
  1790.     >
  1791.         <WMPVIDEO
  1792.             id                = "vid"
  1793.             zIndex                = "1"
  1794.             top                = "0"
  1795.             left                = "0"
  1796.             width                = "jscript:videoRgn.width;"
  1797.             height                = "jscript:videoRgn.height;"
  1798.             horizontalAlignment        = "stretch"
  1799.             verticalAlignment        = "stretch"
  1800.             backgroundColor            = "#282828"
  1801.             windowless            = "false"
  1802.             maintainAspectRatio        = "true"
  1803.             visible                = "true"
  1804.             fullscreen            = "false"
  1805.             onClick                = "jscript:ZoomVideo();"
  1806.             cursor                = "hand"
  1807.         />
  1808.     </SUBVIEW>
  1809. </VIEW>
  1810.  
  1811.  
  1812. </THEME>