home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / opsys / wmakeup / downloads / V2_UNDERWORLD.wmz / V2_Underworld.wms < prev    next >
Encoding:
Text File  |  2000-09-08  |  19.5 KB  |  786 lines

  1. <theme id="V2 Underworld"
  2.     author="joachim of ByteAudio's SkinWerkz"
  3.     copyright="⌐2000 ByteAudio SkinWerkz. All Rights Reserved."
  4.     authorVersion="1.0"
  5.     currentViewID="start">
  6.  
  7.     <view id="start"
  8.     backgroundColor="none"
  9.     width="400" height="400"
  10.     titleBar="false" resizable="false"
  11.     scriptFile="V2_Underworld.js;res://wmploc.dll/RT_TEXT/#132;">
  12.  
  13.  
  14.     <!-- ########### PLAYLIST DRAWER ########### -->
  15.  
  16.     <subview id="playlist_drawer"
  17.         left="111" top="150" width="184" height="127"
  18.         backgroundImage="pl_drawer.bmp"
  19.         clippingColor="#FF0000"
  20.         transparencyColor="#FF00FF"
  21.     zIndex="10"
  22.     onEndMove="JScript:determinePlaylist();">
  23.  
  24.     
  25.         <subview id="plsub" width="172" height="107" top="12" left="6" visible="false">
  26.  
  27.             <playlist id="playlist_frame" zIndex="0"
  28.                        left="0" top="0"
  29.             width="172"
  30.             height="107"
  31.             backgroundColor="#000000"
  32.                        foregroundColor="#9A9A9A"
  33.             columnsVisible="false"
  34.                         columns="name=Name;Duration=Time"
  35.                         editbuttonsvisible="false"
  36.                         movebuttonsvisible="false"
  37.                         dropDownVisible="true"
  38.             visible="true"
  39.             disabledItemColor="#c0c0c0"
  40.             itemPlayingBackgroundColor="#7A0000"
  41.             itemPlayingColor="#FFFFFF">                        
  42.             </playlist> 
  43.  
  44.             </subview>
  45.     
  46.     </subview>
  47.  
  48.  
  49.     
  50.     <!-- ########### EQUALIZER DRAWER ########### -->
  51.     
  52.     <subview id="eq_drawer"
  53.         left="111" top="84" width="184" height="88"
  54.         backgroundImage="eq_drawer.bmp"
  55.         clippingColor="#FF0000"
  56.         transparencyColor="#FF00FF"
  57.     zIndex="20">
  58.  
  59.         <button top="35" left="153" 
  60.         width="17"
  61.         height="21"
  62.         image="reset_normal.bmp"
  63.         downImage="reset_down.bmp"
  64.         transparencyColor="#FFFFFF"
  65.         cursor="over.ani" 
  66.         onClick="equal.reset();" 
  67.         upTooltip="Reset Equalizer"/>
  68.  
  69.  
  70.  
  71.             <equalizerSettings id="equal" enable="true">
  72.                     </equalizerSettings>                
  73.  
  74.                 <slider id="eq1" borderSize="0"
  75.                 top="14" left="12"
  76.                 height="63" width="7" tiled="false"
  77.                 transparencyColor="#FF00FF"
  78.                 toolTip="Graphic Equalizer Control"
  79.                 backgroundimage="eq_normal.bmp"
  80.                 foregroundimage="eq_full.bmp"
  81.                 thumbImage="eq_thumb.bmp"
  82.                 slide="false"
  83.                 cursor="system"    
  84.                 min="-16" max="16"
  85.                 value="wmpprop:equal.gainLevel1"
  86.                 value_onchange="equal.gainLevel1=value;"
  87.                 direction="vertical"/>
  88.             
  89.                 <slider id="eq2" borderSize="0"
  90.                 top="14" left="26"
  91.                 height="63" width="7" tiled="false"
  92.                 transparencyColor="#FF00FF"
  93.                 toolTip="Graphic Equalizer Control"
  94.                 backgroundimage="eq_normal.bmp"
  95.                 foregroundimage="eq_full.bmp"
  96.                 thumbImage="eq_thumb.bmp"
  97.                 slide="false"    
  98.                 cursor="system"
  99.                 min="-16" max="16"
  100.                 value="wmpprop:equal.gainLevel2"
  101.                 value_onchange="equal.gainLevel2=value;"
  102.                 direction="vertical"/>
  103.  
  104.                 <slider id="eq3" borderSize="0"
  105.                 top="14" left="40"
  106.                 height="63" width="7" tiled="false"
  107.                 transparencyColor="#FF00FF"
  108.                 toolTip="Graphic Equalizer Control"
  109.                 backgroundimage="eq_normal.bmp"
  110.                 foregroundimage="eq_full.bmp"
  111.                 thumbImage="eq_thumb.bmp"
  112.                 slide="false"    
  113.                 cursor="system"
  114.                 min="-16" max="16"
  115.                 value="wmpprop:equal.gainLevel3"
  116.                 value_onchange="equal.gainLevel3=value;"
  117.                 direction="vertical"/>
  118.  
  119.                 <slider id="eq4" borderSize="0"
  120.                 top="14" left="54"
  121.                 height="63" width="7" tiled="false"
  122.                 transparencyColor="#FF00FF"
  123.                 toolTip="Graphic Equalizer Control"
  124.                 backgroundimage="eq_normal.bmp"
  125.                 foregroundimage="eq_full.bmp"
  126.                 thumbImage="eq_thumb.bmp"
  127.                 slide="false"    
  128.                 cursor="system"
  129.                 min="-16" max="16"
  130.                 value="wmpprop:equal.gainLevel4"
  131.                 value_onchange="equal.gainLevel4=value;"
  132.                 direction="vertical"/>
  133.  
  134.                 <slider id="eq5" borderSize="0"
  135.                 top="14" left="68"
  136.                 height="63" width="7" tiled="false"
  137.                 transparencyColor="#FF00FF"
  138.                 toolTip="Graphic Equalizer Control"
  139.                 backgroundimage="eq_normal.bmp"
  140.                 foregroundimage="eq_full.bmp"
  141.                 thumbImage="eq_thumb.bmp"
  142.                 slide="false"    
  143.                 cursor="system"
  144.                 min="-16" max="16"
  145.                 value="wmpprop:equal.gainLevel5"
  146.                 value_onchange="equal.gainLevel5=value;"
  147.                 direction="vertical"/>
  148.  
  149.                 <slider id="eq6" borderSize="0"
  150.                 top="14" left="82"
  151.                 height="63" width="7" tiled="false"
  152.                 transparencyColor="#FF00FF"
  153.                 toolTip="Graphic Equalizer Control"
  154.                 backgroundimage="eq_normal.bmp"
  155.                 foregroundimage="eq_full.bmp"
  156.                 thumbImage="eq_thumb.bmp"
  157.                 slide="false"    
  158.                 cursor="system"
  159.                 min="-16" max="16"
  160.                 value="wmpprop:equal.gainLevel6"
  161.                 value_onchange="equal.gainLevel6=value;"
  162.                 direction="vertical"/>
  163.  
  164.                 <slider id="eq7" borderSize="0"
  165.                 top="14" left="96"
  166.                 height="63" width="7" tiled="false"
  167.                 transparencyColor="#FF00FF"
  168.                 toolTip="Graphic Equalizer Control"
  169.                 backgroundimage="eq_normal.bmp"
  170.                 foregroundimage="eq_full.bmp"
  171.                 thumbImage="eq_thumb.bmp"
  172.                 slide="false"    
  173.                 cursor="system"
  174.                 min="-16" max="16"
  175.                 value="wmpprop:equal.gainLevel7"
  176.                 value_onchange="equal.gainLevel7=value;"
  177.                 direction="vertical"/>
  178.     
  179.                 <slider id="eq8" borderSize="0"
  180.                 top="14" left="110"
  181.                 height="63" width="7" tiled="false"
  182.                 transparencyColor="#FF00FF"
  183.                 toolTip="Graphic Equalizer Control"
  184.                 backgroundimage="eq_normal.bmp"
  185.                 foregroundimage="eq_full.bmp"
  186.                 thumbImage="eq_thumb.bmp"
  187.                 slide="false"    
  188.                 cursor="system"
  189.                 min="-16" max="16"
  190.                 value="wmpprop:equal.gainLevel8"
  191.                 value_onchange="equal.gainLevel8=value;"
  192.                 direction="vertical"/>
  193.  
  194.                 <slider id="eq9" borderSize="0"
  195.                 top="14" left="124"
  196.                 height="63" width="7" tiled="false"
  197.                 transparencyColor="#FF00FF"
  198.                 toolTip="Graphic Equalizer Control"
  199.                 backgroundimage="eq_normal.bmp"
  200.                 foregroundimage="eq_full.bmp"
  201.                 thumbImage="eq_thumb.bmp"
  202.                 slide="false"    
  203.                 cursor="system"
  204.                 min="-16" max="16"
  205.                 value="wmpprop:equal.gainLevel9"
  206.                 value_onchange="equal.gainLevel9=value;"
  207.                 direction="vertical"/>
  208.  
  209.                 <slider id="eq10" borderSize="0"
  210.                 top="14" left="138"
  211.                 height="63" width="7" tiled="false"
  212.                 transparencyColor="#FF00FF"
  213.                 toolTip="Graphic Equalizer Control"
  214.                 backgroundimage="eq_normal.bmp"
  215.                 foregroundimage="eq_full.bmp"
  216.                 thumbImage="eq_thumb.bmp"
  217.                 slide="false"    
  218.                 cursor="system"
  219.                 min="-16" max="16"
  220.                 value="wmpprop:equal.gainLevel10"
  221.                 value_onchange="equal.gainLevel10=value;"
  222.                 direction="vertical"/>
  223.  
  224.     </subview>
  225.  
  226.  
  227.  
  228.     <!-- ########### BEHIND ########### -->
  229.  
  230.         <subview
  231.         left="0" top="0"
  232.         backgroundImage="behind_main.bmp"
  233.         clippingColor="#FF0000"
  234.         transparencyColor="#FF00FF"
  235.     zIndex="20">
  236.     
  237.  
  238.         <button id="about_button"
  239.         width="62" height="33"
  240.         top="192" left="114"
  241.         Image="about_normal.bmp"
  242.         hoverImage="about_over.bmp"
  243.         upTooltip="Read about Underworld and much more!"
  244.         OnClick="jscript:theme.currentViewID='about'"/>
  245.  
  246.  
  247.  
  248.         <text id="time"
  249.         zIndex="4"
  250.         visible="true"
  251.         left="252" top="251" 
  252.         width="41" height="13"
  253.         fontSize="8"     
  254.         fontSmoothing="true"
  255.         fontFace="Verdana" 
  256.         foregroundColor="#8A8A8A"
  257.         toolTip="wmpprop:player.controls.currentPositionString"
  258.         value="wmpprop:player.controls.currentPositionString"
  259.         justification="right"/>
  260.  
  261.         <text id="metadata" zIndex="2"
  262.         left="109" top="251" width="140" height="13"
  263.         value="wmpprop:player.currentmedia.name"
  264.         fontSize="7" fontSmoothing="true" fontFace="Verdana"
  265.         foregroundColor="#8A8A8A"
  266.         textwidth_onchange="JScript:scrolling=(textwidth>width);"
  267.         scrollingDelay="6" scrollingAmount="2"
  268.         justification="center"/> 
  269.  
  270.         <progressbar 
  271.         zIndex="21"
  272.         id="progress" 
  273.         upTooltip="Seek"
  274.         downTooltip="Seek"
  275.         min="0" 
  276.         max="wmpprop:player.currentmedia.duration" 
  277.         value="wmpprop:player.controls.currentposition" 
  278.         onmouseup="player.controls.currentPosition = progress.value;" 
  279.         top="230" left="108"
  280.         height="15" width="163"
  281.         backgroundImage="seek_normal.bmp" 
  282.         foregroundImage="seek_full.bmp" 
  283.         slide="false" 
  284.         thumbImage="seek_thumb.bmp" 
  285.         cursor="system"
  286.         transparencyColor="#FF00FF" />
  287.  
  288.  
  289.         <buttongroup left="272" top="215" zIndex="22"
  290.         mappingImage="two_map.bmp"
  291.         image="two_normal.bmp"
  292.         downImage="two_down.bmp"
  293.         transparencyColor="#FF00FF">
  294.             
  295.             <buttonelement mappingColor="#00FF00"
  296.             upTooltip="Hide All" downTooltip="Hide All" 
  297.             OnClick="JScript:HideAll();"/>
  298.             
  299.             <buttonelement mappingColor="#0000FF"
  300.             upTooltip="Show Visualization / Video" downTooltip="Show Visualization / Video" 
  301.             OnClick="JScript:ShowVis();"/>
  302.             
  303.                 
  304.         </buttongroup>
  305.  
  306.         <button left="275" top="101" zIndex="22"
  307.         id="eq_drawerbutton"
  308.         width="22" height="22"
  309.         Image="eq_normal.gif"
  310.         HoverImage="eq_over.gif"
  311.         downImage="eq_normal.gif" 
  312.         OnClick="JScript:moveEqDrawer();"/>
  313.  
  314.         <button left="275" top="126" zIndex="22"
  315.         id="playlist_drawerbutton"
  316.         width="22" height="22"
  317.         Image="pl_normal.gif"
  318.         HoverImage="pl_over.gif"
  319.         downImage="pl_normal.gif" 
  320.         OnClick="JScript:movePlaylistDrawer();"/>
  321.  
  322.         </subview>
  323.  
  324.  
  325.     
  326.      <subview id="visual" left="109" top="102" width="161" height="123" visible="false" zIndex="30">         
  327.                 
  328.         <effects id="visEffects"
  329.         zIndex="31"
  330.         left="0" top="0" width="161" height="123"
  331.             windowed="false" visible="true"
  332.         onClick="JScript:visEffects.next();"
  333.         onDblClick="JScript:visEffects.settings();">
  334.             </effects>
  335.                 
  336.         <video id="vid" 
  337.         zIndex="32"
  338.         backgroundColor="#000000" 
  339.         visible="false"
  340.         left="0" top="0" 
  341.         width="161" height="123" 
  342.         OnVideoStart="StartVideo();" 
  343.         OnVideoEnd="EndVideo();"/>
  344.               
  345.     </subview>
  346.     
  347.     <!-- ########### LEFT SHUT ########### -->
  348.  
  349.     <subview
  350.     id="left_shut"
  351.         left="102" top="80"
  352.     height="201" width="103"
  353.         transparencyColor="#FF00FF"
  354.     backgroundImage="left_shutter_main.bmp"
  355.     zIndex="100">
  356.     
  357.         <CustomSlider
  358.         top="49"
  359.         left="5"
  360.         width="19" height="109"
  361.         zIndex="101"
  362.         min="0"
  363.         max="100"
  364.         borderSize="0"
  365.          toolTip="Volume"
  366.         image="volume_anim.bmp"
  367.         cursor="system"
  368.         transparencyColor="#00FFFF"
  369.         positionImage="volume_map.bmp"
  370.         enabled="true"
  371.                value="wmpprop:player.settings.volume"
  372.               value_onchange="player.settings.volume = value" />
  373.  
  374.         <buttongroup
  375.         mappingImage="shufrep_map.bmp"
  376.         left="37" top="62" zIndex="102"
  377.         image="shufrep_normal.bmp"
  378.         downImage="shufrep_down.bmp"
  379.         transparencyColor="#FF00FF">
  380.  
  381.         <buttonelement id="loop"
  382.         mappingColor="#0000FF"
  383.         sticky="true"
  384.         upTooltip="Enable Repeat"
  385.         downTooltip="Disable Repeat"
  386.         down="jscript:player.settings.getMode('loop');"
  387.         onClick="player.settings.setMode('loop',down);"
  388.         />
  389.         
  390.         <buttonelement
  391.         mappingColor="#00FF00"
  392.         sticky="true"
  393.         upTooltip="Enable Shuffle"
  394.         downTooltip="Disable Shuffle"
  395.         down="jscript:player.settings.getMode('shuffle');"
  396.         onClick="player.settings.setMode('shuffle',down);"
  397.         />    
  398.  
  399.         </buttongroup>
  400.  
  401.  
  402.         
  403.     </subview>
  404.  
  405.  
  406.  
  407.     <!-- ########### RIGHT SHUT ########### -->
  408.  
  409.     <subview
  410.     id="right_shut"
  411.         left="179" top="80"
  412.     height="201" width="124"
  413.         clippingColor="#FF00FF"
  414.     backgroundImage="right_shutter_main.bmp"
  415.     zIndex="110">
  416.     
  417.         <subview id="stupid" 
  418.         top="77" left="0"
  419.         height="52" width="52"
  420.         backgroundImage="trigger_normal.bmp"
  421.         clippingColor="#FF00FF"
  422.         zIndex="111">
  423.  
  424.         <button id="ShuttersButton"
  425.         top="0" left="0"
  426.         height="52" width="52"
  427.         Image="trigger_normal.bmp"
  428.         hoverImage="trigger_hover.gif"
  429.         transparencyColor="#FF00FF"
  430.         cursor="system"
  431.         OnClick="JScript:moveShutters();"
  432.         zIndex="112">
  433.         </button>
  434.         </subview>
  435.     
  436.         <button zIndex="121"
  437.         left="82" top="144"
  438.         width="29" height="27"
  439.         id="Open"
  440.         upTooltip="Open File"
  441.              image="open_normal.bmp"
  442.         downImage="open_down.bmp" 
  443.               onClick="JScript:player.URL=theme.openDialog('FILE_OPEN','FILES_ALL');">
  444.             </button>
  445.  
  446.  
  447.  
  448.  
  449.             <button
  450.             id="min"
  451.             left="71" top="6"
  452.             width="12" height="12"
  453.             upToolTip="Minimize"
  454.             Image="2min_normal.gif"
  455.             downImage="2min_down.bmp"
  456.             hoverImage="2min_over.gif"
  457.             onClick="view.minimize();"/>
  458.             
  459.             <button
  460.             id="mid"
  461.             left="87" top="6"
  462.             width="12" height="12"
  463.             upToolTip="Return To Full Mode"
  464.             Image="2mid_normal.gif"
  465.             downImage="2mid_down.gif"
  466.             hoverImage="2mid_over.gif"
  467.             onClick="view.returnToMediaCenter();"/>
  468.             
  469.             <button
  470.             id="close"
  471.             left="103" top="6"
  472.             width="12" height="12"
  473.             upToolTip="Close"
  474.             Image="2close_normal.gif"
  475.             downImage="2close_down.gif"
  476.             hoverImage="2close_over.gif"
  477.             onClick="view.close();"/>
  478.  
  479.  
  480.             <PREVBUTTON left="38" top="38"
  481.             zIndex="115" height="26" width="26"
  482.              image="prev_normal.gif" 
  483.             hoverImage="prev_hover.gif"
  484.             downImage="prev_down.gif"
  485.             transparencyColor="#FFFFFF"/>
  486.  
  487.  
  488.             <PLAYBUTTON left="67" top="71"
  489.             zIndex="115" height="26" width="26"
  490.              image="play_normal.gif" 
  491.             hoverImage="play_hover.gif"
  492.             downImage="play_down.gif"
  493.             transparencyColor="#FFFFFF"/>
  494.  
  495.             <PAUSEBUTTON left="67" top="71"
  496.             zIndex="116" height="26" width="26"
  497.              image="pause_normal.gif" 
  498.             hoverImage="pause_hover.gif"
  499.             downImage="pause_down.gif"
  500.             visible="wmpenabled:player.controls.pause"
  501.             transparencyColor="#FFFFFF"/>
  502.  
  503.             <STOPBUTTON left="66" top="112"
  504.             zIndex="115" height="26" width="26"
  505.              image="stop_normal.gif" 
  506.             hoverImage="stop_hover.gif"
  507.             downImage="stop_down.gif"
  508.             transparencyColor="#FFFFFF"/>
  509.  
  510.             <NEXTBUTTON left="38" top="145"
  511.             zIndex="115" height="26" width="26"
  512.              image="next_normal.gif" 
  513.             hoverImage="next_hover.gif"
  514.             downImage="next_down.gif"
  515.             transparencyColor="#FFFFFF"/>
  516.  
  517.         
  518.             <text id="small_metadata" zIndex="115" visible="true"
  519.             left="38" top="181" width="67" height="11"
  520.             value="wmpprop:player.currentmedia.name"
  521.             fontSize="7" fontSmoothing="true" fontFace="Verdana"
  522.             foregroundColor="#C92525"
  523.             textwidth_onchange="JScript:scrolling=(textwidth>width);"
  524.             scrollingDelay="3" scrollingAmount="3"
  525.             justification="center"/> 
  526.  
  527.             
  528.  
  529.  
  530.     </subview>
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537. </view>
  538.  
  539. <view id="about"
  540.     backgroundColor="none"
  541.     width="400" height="400"
  542.     titleBar="false" resizable="false"
  543.     scriptFile="V2_Underworld.js;res://wmploc.dll/RT_TEXT/#132;">
  544.  
  545.     <subview zIndex="1"
  546.     left="0" top="0"
  547.     width="400" height="400"
  548.     backgroundImage="about_bg.bmp"
  549.     clippingColor="#FF0000">
  550.  
  551.         <button left="242" top="13"
  552.         width="113" height="16"
  553.         Image="back_button.bmp"
  554.         hoverImage="back_button_hover.bmp"
  555.         upTooltip="Return to Player"
  556.         OnClick="JScript:theme.currentViewID='start'"/>
  557.  
  558.             <TEXT   id="hide_all"
  559.             left="163"       
  560.             top="334" 
  561.             width="50"      
  562.             height="12"
  563.             fontSize="7"     
  564.             fontSmoothing="true"
  565.             fontFace="Verdana" 
  566.             foregroundColor="#FFFFFF"
  567.             toolTip="Everything, Everything; Cover Art"
  568.             value="Cover Art"
  569.             justification="left"
  570.             zIndex="2"
  571.             cursor="hand"
  572.             OnClick="JScript:ShowCover();"/>
  573.  
  574.             <TEXT   id="about_uw"
  575.             left="163"       
  576.             top="348" 
  577.             width="60"      
  578.             height="12"
  579.             fontSize="7"     
  580.             fontSmoothing="true"
  581.             fontFace="Verdana" 
  582.             foregroundColor="#FFFFFF"
  583.             toolTip="Everything, Everything; Release Info"
  584.             value="New Album"
  585.             justification="left"
  586.             zIndex="2"
  587.             cursor="hand"
  588.             OnClick="JScript:ShowUW();"/>
  589.  
  590.             <TEXT   id="about_ba"
  591.             left="163"       
  592.             top="362" 
  593.             width="60"      
  594.             height="12"
  595.             fontSize="7"     
  596.             fontSmoothing="true"
  597.             fontFace="Verdana" 
  598.             foregroundColor="#FFFFFF"
  599.             toolTip="Info about ByteAudio"
  600.             value="ByteAudio"
  601.             justification="left"
  602.             zIndex="2"
  603.             cursor="hand"
  604.             OnClick="JScript:ShowBA();"/>
  605.  
  606.             <TEXT   id="about_skw"
  607.             left="243"       
  608.             top="334" 
  609.             width="60"      
  610.             height="12"
  611.             fontSize="7"     
  612.             fontSmoothing="true"
  613.             fontFace="Verdana" 
  614.             foregroundColor="#FFFFFF"
  615.             toolTip="Info About SkinWerkz"
  616.             value="SkinWerkz"
  617.             justification="left"
  618.             zIndex="2"
  619.             cursor="hand"
  620.             OnClick="JScript:ShowSKW();"/>
  621.  
  622.             <TEXT   id="about_dmod"
  623.             left="243"       
  624.             top="348" 
  625.             width="60"      
  626.             height="12"
  627.             fontSize="7"     
  628.             fontSmoothing="true"
  629.             fontFace="Verdana" 
  630.             foregroundColor="#FFFFFF"
  631.             toolTip="Info About DeskMod"
  632.             value="DeskMod"
  633.             justification="left"
  634.             zIndex="2"
  635.             cursor="hand"
  636.             OnClick="JScript:ShowDMOD();"/>
  637.  
  638.             <TEXT   id="about_links"
  639.             left="243"       
  640.             top="362" 
  641.             width="60"      
  642.             height="12"
  643.             fontSize="7"     
  644.             fontSmoothing="true"
  645.             fontFace="Verdana" 
  646.             foregroundColor="#FFFFFF"
  647.             toolTip="Important Links"
  648.             value="Links"
  649.             justification="left"
  650.             zIndex="2"
  651.             cursor="hand"
  652.             OnClick="JScript:ShowLINKS();"/>
  653.  
  654.  
  655.     </subview>
  656.  
  657.     <subview id="aboutUW"
  658.     width="294" height="281"
  659.     left="49" top="37"
  660.     backgroundImage="underworld_bg.bmp"
  661.     visible="false"
  662.     zIndex="5">
  663.     </subview>
  664.  
  665.     <subview id="aboutBA"
  666.     width="294" height="281"
  667.     left="49" top="37"
  668.     backgroundImage="byteaudio_bg.bmp"
  669.     visible="false"
  670.     zIndex="5">
  671.     </subview>
  672.  
  673.     <subview id="aboutSKW"
  674.     width="294" height="281"
  675.     left="49" top="37"
  676.     backgroundImage="skinwerkz_bg.bmp"
  677.     visible="false"
  678.     zIndex="5">
  679.     </subview>
  680.  
  681.     <subview id="aboutDMOD"
  682.     width="294" height="281"
  683.     left="49" top="37"
  684.     backgroundImage="deskmod_bg.bmp"
  685.     visible="false"
  686.     zIndex="5">
  687.     </subview>
  688.  
  689.     <subview id="aboutLINKS"
  690.     width="294" height="281"
  691.     left="49" top="37"
  692.     backgroundColor="#000000"
  693.     visible="false"
  694.     zIndex="5">
  695.     
  696.         <button left="0" top="0"
  697.         Image="links.bmp"/>
  698.  
  699.             <TEXT   id="link1"
  700.             left="20"       
  701.             top="50" 
  702.             width="200"      
  703.             height="14"
  704.             fontSize="10"     
  705.             fontSmoothing="true"
  706.             fontFace="Verdana" 
  707.             foregroundColor="#FFFFFF"
  708.             toolTip="http://www.underworld.v2music.com"
  709.             value="Underworld"
  710.             justification="left"
  711.             zIndex="2"
  712.             cursor="hand"
  713.             OnClick="player.launchURL('http://www.underworld.v2music.com')"/>
  714.  
  715.             <TEXT   id="link2"
  716.             left="20"       
  717.             top="70" 
  718.             width="200"      
  719.             height="14"
  720.             fontSize="10"     
  721.             fontSmoothing="true"
  722.             fontFace="Verdana" 
  723.             foregroundColor="#FFFFFF"
  724.             toolTip="http://www.v2records.com"
  725.             value="V2 Records"
  726.             justification="left"
  727.             zIndex="2"
  728.             cursor="hand"
  729.             OnClick="player.launchURL('http://www.v2records.com')"/>
  730.  
  731.             <TEXT   id="link3"
  732.             left="20"       
  733.             top="110" 
  734.             width="200"      
  735.             height="17"
  736.             fontSize="10"     
  737.             fontSmoothing="true"
  738.             fontFace="Verdana" 
  739.             foregroundColor="#FFFFFF"
  740.             toolTip="http://www.byteaudio.com"
  741.             value="ByteAudio"
  742.             justification="left"
  743.             zIndex="2"
  744.             cursor="hand"
  745.             OnClick="player.launchURL('http://www.byteaudio.com')"/>
  746.  
  747.             <TEXT   id="link4"
  748.             left="20"       
  749.             top="130" 
  750.             width="200"      
  751.             height="14"
  752.             fontSize="10"     
  753.             fontSmoothing="true"
  754.             fontFace="Verdana" 
  755.             foregroundColor="#FFFFFF"
  756.             toolTip="http://www.skinwerkz.com"
  757.             value="SkinWerkz"
  758.             justification="left"
  759.             zIndex="2"
  760.             cursor="hand"
  761.             OnClick="player.launchURL('http://www.skinwerkz.com')"/>
  762.  
  763.             <TEXT   id="link5"
  764.             left="20"       
  765.             top="150" 
  766.             width="200"      
  767.             height="14"
  768.             fontSize="10"     
  769.             fontSmoothing="true"
  770.             fontFace="Verdana" 
  771.             foregroundColor="#FFFFFF"
  772.             toolTip="http://www.deskmod.com"
  773.             value="DeskMod"
  774.             justification="left"
  775.             zIndex="2"
  776.             cursor="hand"
  777.             OnClick="player.launchURL('http://www.deskmod.com')"/>
  778.  
  779.     </subview>
  780.  
  781.  
  782.  
  783.  
  784.  
  785. </view>
  786. </theme>