home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / wmakeup / download / itunes.wmz / itune.wms < prev    next >
Text File  |  2002-08-19  |  25KB  |  828 lines

  1. <theme id="itune" author="nkj" >
  2.     
  3.     <view
  4.         title="itune"
  5.         id="itunemain"
  6.         backgroundColor="none"
  7.         width="600"
  8.         height="500"
  9.         minwidth="500"
  10.         minheight="400"
  11.         titlebar="false"
  12.         resizable="true"
  13.         scriptFile="itune.js;res://wmploc.dll/RT_TEXT/#132;"
  14.         onLoad="OnLoad();"
  15.         onClose="OnClose();">
  16.         
  17.         <player
  18.             URL_onchange="OnURLChange();"
  19.             PlayState_onchange="OnPlayStateChange();"
  20.             OpenState_onchange="OnOpenStateChange();"
  21.             OnPlay="OnPlay();"
  22.                    onloadvideo="jscript:theme.openview('videowindow');"
  23.                    onvideostart="theme.openview('videowindow');" 
  24.                  
  25.         />
  26.     
  27. <video visible="false" enabled="true" onvideostart="theme.openview( 'videowindow' );" />    
  28.     <videosettings
  29.             id="vidadj"
  30.             enable="false"
  31.         />  
  32.         
  33.     
  34.     <subview
  35.             id="title_view"
  36.             top="0"
  37.             left="0"
  38.             width="jscript:view.width"
  39.             verticalAlignment="top"
  40.             horizontalAlignment="stretch"
  41.             backgroundColor="none">
  42.             
  43.             <subview
  44.                 id="topleft"
  45.                 top="0"
  46.                 left="0"
  47.                 verticalAlignment="top"
  48.                 horizontalAlignment="left"
  49.                 backgroundImage="topleft.bmp"
  50.                 transparencycolor="#FF00FF"
  51.             >
  52. <slider left="34" top="73" zIndex="1"
  53.             toolTip="Volume"
  54.             min="0" max="100" borderSize="12"
  55.             slide="false" direction="horizontal"
  56.             width="88" height="12"
  57.             
  58.              thumbImage="volumeslider.bmp"
  59.             
  60.  transparencyColor="#FF00FF"
  61.             value="wmpprop:player.settings.volume"
  62.             value_onchange="jscript:player.settings.volume=value;player.settings.mute='false';"
  63.             enabled="wmpenabled:player.settings.volume"
  64.             >
  65.         </slider>
  66.  
  67.      <buttongroup
  68.                         mappingimage="topleftmap.bmp"
  69.                         hoverimage="toplefthover.bmp"
  70.                         >
  71.  
  72.  <PLAYELEMENT
  73.             mappingColor = "#0000ff" 
  74.             cursor="hand" /> 
  75.  
  76.         
  77.         <NEXTELEMENT
  78.             mappingColor = "#ff0000" 
  79.             cursor="hand" /> 
  80.          <PREVELEMENT
  81.             mappingColor = "#00ff00" 
  82.             cursor="hand" /> 
  83.                        <BUTTONELEMENT
  84.             
  85.                  upToolTip = "Return to Full Mode"
  86.                      CURSOR="hand"
  87.                        mappingColor = "#ff80ff"
  88.         onClick = "view.returnToMediaCenter();"    />
  89.                <BUTTONELEMENT
  90.              upToolTip = "Close"
  91.                          cursor="hand"                
  92.                          mappingColor = "#ffff00"
  93.             onClick = "view.close();"
  94.             /> 
  95. <buttonelement upToolTip="Minimize"
  96.                         mappingColor="#00ffff"
  97.                         cursor="hand"  
  98.                       onClick="view.minimize();"
  99.                 />    
  100. </buttongroup>        
  101.  
  102. <!-- <statustext
  103.    left="24"
  104.    top="43"
  105.   width="140" 
  106.                         foregroundColor="#000000"
  107.                         fontface="Arial"
  108.                         fontSize="10"
  109.                         fontStyle="Bold"
  110.                         fontSmoothing="true"
  111.                         scrolling="true"
  112.                         scrollingDelay="9"
  113.                         scrollingAmount="2"
  114.                                            
  115.                         horizontalalignment="left"
  116.                     />-->
  117.  
  118.           
  119. </subview>
  120.             <subview
  121.                 id="topright"
  122.                 top="0"
  123.                 left="jscript:view.width-207"
  124.                 verticalAlignment="top"
  125.                 horizontalAlignment="right"
  126.                 backgroundImage="topright.bmp"
  127.                 transparencycolor="#FF00FF"
  128.             >
  129.                     <buttongroup
  130.                         mappingimage="toprightmap.bmp"
  131.                         hoverimage="toprighthover.bmp"
  132.                         >
  133.                           <BUTTONELEMENT
  134.                     mappingColor = "#ff0000"
  135.                     cursor="hand" 
  136.                     upToolTip = "Open File"
  137.                     onClick = "JScript:player.URL=theme.openDialog('FILE_OPEN','FILES_ALL');"
  138.               
  139.                     />
  140.                          <STOPELEMENT
  141.             mappingColor = "#0000ff" 
  142.             cursor="hand" /> 
  143.             
  144.                 
  145.          <PAUSEELEMENT
  146.             mappingColor = "#00ff00" 
  147.             cursor="hand" />    
  148. </buttongroup>        
  149.              </subview>
  150. <subview
  151.                 id="titlebar"
  152.                 resizable="True"
  153.                 top="0"
  154.                 left="206"
  155.                 width="jscript:topright.left+1-(topleft.width)"
  156.                 verticalAlignment="top"
  157.                        transparencycolor="#FF00FF"        
  158.                                 horizontalAlignment="stretch"
  159.                 backgroundImage="topmiddle.bmp"
  160.                 backgroundTiled="True">
  161.     <seekslider
  162.                         id="seek"
  163.                         top="61"
  164.                         left="-3"
  165.                         width="jscript:titlebar.width+4;"
  166.                         thumbImage="seekslider.bmp"
  167.      
  168.             
  169.                 transparencyColor="#FF00FF"
  170.                         horizontalalignment="stretch"
  171.                         borderSize="6"/>
  172. <subview
  173. id="textback"
  174.  
  175.   top="47"
  176.  verticalalignment="top"
  177.     horizontalalignment="center" 
  178.     backgroundimage="textback.bmp">                         
  179.   <text  top="0"
  180.  left="0" width="50"
  181.             fontSize="8" 
  182.             justification = "left"                    
  183.  tooltip=""
  184.             foregroundColor="#000000"
  185.            value="wmpprop:player.controls.currentPositionString"
  186.             >
  187.  
  188.   </text>  
  189.  <TEXT
  190.                     left = "27"
  191.             top = "0"
  192.             width = "10"
  193.             justification = "center"
  194.             value = "/"
  195.             foregroundColor="#000000" fontSize="8"  
  196.             
  197.                    />
  198.  
  199.  
  200.        <DURATIONTEXT
  201.             left = "37"
  202.             top = "0"
  203.             width = "50"
  204.             justification = "left"
  205.                       foregroundColor="#000000" 
  206.             fontSize="8" 
  207.  
  208.  
  209.            />   
  210.  
  211. </subview>
  212.  
  213.                                 <button
  214.                     zindex="2"
  215.                     id="itune"
  216.                     image="head.bmp"
  217.                        top="3" 
  218.                     horizontalAlignment="center"
  219.                     verticalAlignment="top"
  220.                     visible="true"
  221.         
  222. />
  223.                      <text
  224.                         id="infos"
  225.                         left="-3"
  226.                         top="35"
  227.                         width="jscript:titlebar.width+800"
  228.                         tooltip=""
  229.                         foregroundColor="#000000"
  230.                         justification="center"
  231.                         fontSize="9"
  232.                         
  233.                         fontSmoothing="true"
  234.                         scrolling="true"
  235.                         scrollingDelay="9"
  236.                         scrollingAmount="2"
  237.                         value=""
  238.                     />
  239.  
  240.                 
  241.             </subview>
  242.             </subview>    
  243.                     <subview
  244.             id="work_view"
  245.             zindex="0"
  246.             resizable="True"
  247.             top="jscript:titlebar.height"
  248.             left="0"
  249.             width="jscript:view.width"
  250.             height="jscript:view.height-(titlebar.height+57)"
  251.             verticalAlignment="stretch"
  252.             horizontalAlignment="stretch"
  253.             backgroundcolor="none"
  254.             backgroundTiled="True">
  255.             
  256.             <subview
  257.                 zindex="2"
  258.                 id="videoview"
  259.                 left="16"
  260.                 top="-2"
  261.                 width="jscript:work_view.width-31"
  262.                 height="jscript:work_view.height+4"
  263.                 backgroundColor="#000000"
  264.                 horizontalAlignment="stretch"
  265.                    
  266. verticalAlignment="stretch">
  267.  
  268.                 
  269.                 <wmpeffects
  270.                     zindex="2"
  271.                     id="bigvis"
  272.                     top="-2"
  273.                     left="0"
  274.                     resizable="true"
  275.                     verticalAlignment="stretch"
  276.                     horizontalAlignment="stretch"
  277.                     width="jscript:videoview.width"
  278.                     height="jscript:videoview.height+2"
  279.     
  280.                 visible="false"/>
  281.  
  282. <subview
  283. zindex="2"
  284.                 id="visbutt"
  285.                 backgroundimage="visbutt.bmp"
  286.                                transparencycolor="#FF00FF"        
  287.                 horizontalAlignment="center"
  288. top="297"
  289.  
  290.     verticalAlignment="bottom"
  291. visible="true"
  292. >
  293.                      <buttongroup
  294.                         mappingimage="visbuttmap.bmp"
  295.                         hoverimage="visbutthover.bmp"
  296.                         >
  297.    <BUTTONELEMENT
  298.                     mappingcolor="#00ff00"
  299.  
  300.                     
  301.                     upTooltip="next effect"
  302.                     
  303.                     
  304.                     onClick="JScript:bigvis.next();"
  305.                     cursor="hand"
  306.                     />
  307.                                   <BUTTONELEMENT
  308.                               mappingcolor="#ff0000"
  309.                     upTooltip="previous effect"
  310.             
  311.                 onClick = "JScript:bigvis.previous();"
  312.             
  313.                     cursor="hand"
  314.                      />
  315.     
  316.  
  317. </buttongroup>
  318. </subview>
  319. <subview
  320. zindex="2"
  321.                 id="apple"
  322.                 backgroundimage="apple.bmp"
  323.                                transparencycolor="#FF00FF"        
  324.                 horizontalAlignment="center"
  325.         height="110"
  326. width="116"
  327.  
  328.     verticalAlignment="center"
  329. visible="true"
  330. />
  331.  
  332.        <playlist id="pl"
  333. left="0" top="-2" visible="false"
  334.  width="jscript:videoview.width" height="jscript:videoview.height+2"
  335.         backgroundColor="#ffffff" backgroundImage="" foregroundcolor="#4865ee" itemPlayingColor="#4865ee" itemPlayingBackgroundColor="#ffffff" 
  336.         disabledItemColor="#4865ee" columns="name=Name;artist=Artist;album=Album;duration=Time;" playlistItemsVisible="true" dropDownVisible="false" 
  337.         horizontalAlignment="stretch" verticalAlignment="stretch" allowItemEditing="true" columnsVisible="true" allowColumnSorting="true" 
  338.         editbuttonsvisible="false" movebuttonsvisible="false" checkboxesVisible="false"/> 
  339.  
  340.                             </subview>
  341.             <subview
  342.                 id="videoborder_left"
  343.                 resizable="True"
  344.                 top="0"
  345.                 left="0"
  346.                 width="16"
  347.                 height="jscript:work_view.height"
  348.                 verticalAlignment="stretch"
  349.                 horizontalAlignment="left"
  350.                 backgroundImage="left.bmp"
  351.                 backgroundTiled="True"
  352.                                  transparencycolor="#FF00FF"
  353.             />
  354.             <subview
  355.                 id="videoborder_right"
  356.                 resizable="True"
  357.                 top="-2"
  358.                 left="jscript:view.width -16"
  359.                 width="16"
  360.                 height="jscript:work_view.height+1"
  361.                 verticalAlignment="stretch"
  362.                 horizontalAlignment="right"
  363.                 backgroundImage="right.bmp"
  364.                 backgroundTiled="True"
  365.    transparencycolor="#FF00FF"
  366.             
  367. />
  368.             
  369.             <subview
  370.                 id="bottom_view"
  371.                 zindex="0"
  372.                 resizable="True"
  373.                 top="jscript:work_view.height"
  374.                 left="0"
  375.                 width="jscript:view.width"
  376.                 height="74"
  377.                 verticalAlignment="bottom"
  378.                 horizontalAlignment="stretch"
  379.                 backgroundcolor="none"
  380.                 backgroundTiled="true">
  381.                 
  382.                 <subview
  383.                     id="bottom_left"
  384.                     top="-2"
  385.                     left="0"
  386.                     verticalAlignment="bottom"
  387.                     horizontalAlignment="left"
  388.                     backgroundImage="bottomleft.bmp"
  389.                     backgroundTiled="false"
  390.                     TRANSPARENCYCOLOR="#FF00FF"
  391.                 >
  392.                      <buttongroup
  393.                         mappingimage="bottomleftmap.bmp"
  394.                         hoverimage="bottomlefthover.bmp"
  395.                         downimage="bottomleftdown.bmp">
  396.    <BUTTONELEMENT
  397.                     mappingcolor="#0000ff"
  398.  
  399.                     sticky="true"
  400.                     upTooltip="Enable Repeat"
  401.                     downTooltip="Disable Repeat"
  402.                     down="jscript:player.settings.getMode('loop');"
  403.                     onClick="player.settings.setMode('loop',down);"
  404.                     cursor="hand"
  405.                     />
  406.                                   <BUTTONELEMENT
  407.                     sticky="true"
  408.                                           mappingcolor="#00ff00"
  409.                     upTooltip="Enable Shuffle"
  410.                     downTooltip="Disable Shuffle"
  411.                     onClick = "JScript:shuffleClick();"
  412.                     down = "JScript:player.Settings.getMode('shuffle');"
  413.                     cursor="hand"
  414.                      />
  415.     
  416.       <BUTTONELEMENT
  417.              upToolTip = "toggle viz"
  418.                          cursor="hand"                
  419.                          mappingColor = "#ff0000"
  420.             onClick = "playlistr();"
  421.     downTooltip="show viz"            
  422. />     
  423.       <BUTTONELEMENT
  424.              upToolTip = "equalizer"
  425.                          cursor="hand"                
  426.                          mappingColor = "#ffff00"
  427.             onClick = "jscript:theme.openview('equ');"
  428.  
  429. />     
  430.  
  431. </buttongroup>
  432. </subview>
  433.                 <subview
  434.                     id="bottom_right"
  435.                     top="-1"
  436.                     left="jscript:bottom_view.width-152"
  437.                     verticalAlignment="bottom"
  438.                     horizontalAlignment="right"
  439.                     backgroundImage="bottomright.bmp"
  440.                     backgroundTiled="false"
  441.                     TRANSPARENCYCOLOR="#FF00FF"
  442.                 >
  443.                         <buttongroup
  444.                              hoverimage="bottomrightdown.bmp"     
  445.                               downimage="bottomrighthover.bmp"
  446.                                mappingimage="bottomrightmap.bmp" > 
  447.                 <buttonelement
  448.                 
  449.                                              uptooltip="resize"
  450.                         mappingcolor="#0000ff"
  451.                         onmousedown="jscript:OnSizer();"
  452.                         cursor="Resize.cur"
  453.                     />                
  454.             <buttonelement
  455.                 
  456.                                              uptooltip="show hide playlist"
  457.                         mappingcolor="#ff0000"
  458.                         onmousedown="playlistr();"
  459.                         cursor="hand"
  460.                     />                
  461.              <buttonelement
  462.                 
  463.                                              uptooltip="video window"
  464.                         mappingcolor="#00ff00"
  465.                         onmousedown="jscript:theme.openview('videowindow');"
  466.                         cursor="hand"
  467.                     />                
  468.               
  469.  
  470.                               </buttongroup>
  471. <!--<slider left="43" top="8" zIndex="1"
  472.             toolTip="Volume"
  473.             min="0" max="100" borderSize="8"
  474.             slide="false" direction="horizontal"
  475.             width="69" height="26"
  476.             backgroundImage="volume.bmp"
  477.             foregroundImage="volumefull.bmp"
  478.             thumbImage="slider.bmp"
  479.             thumbhoverimage="sliderhover.bmp"
  480.            thumbdownimage="sliderdown.bmp"
  481.  transparencyColor="#FF00FF"
  482.             value="wmpprop:player.settings.volume"
  483.             value_onchange="jscript:player.settings.volume=value;player.settings.mute='false';"
  484.             enabled="wmpenabled:player.settings.volume"
  485.             >
  486.         </slider>-->
  487.  </subview>
  488.  <subview
  489.                     id="bottom_tile"
  490.                     top="-1"
  491.                     left="184"
  492.                     width="jscript:bottom_right.left-bottom_left.width"
  493.                     verticalAlignment="bottom"
  494.                         horizontalAlignment="stretch"
  495.                     backgroundImage="bottommiddle.bmp"
  496.                     backgroundTiled="true"
  497.                     TRANSPARENCYCOLOR="#FF00FF">
  498.                                    
  499.         
  500.                 
  501.             </subview>
  502.                     
  503.                     
  504.                     
  505.                 
  506.                 
  507.                 
  508.             </subview>
  509.         </subview>
  510.         
  511.  
  512.     </view>
  513.     
  514.   <VIEW
  515.         clippingColor = "#ff00ff"
  516.         transparencyColor = "#ff00ff"
  517.         backgroundImage = "eqback.bmp"
  518.         id="equ"
  519.         
  520.     resizable="false"
  521.         titleBar = "False"
  522.         scriptFile="itune.js;res://wmploc.dll/RT_TEXT/#132;"
  523.         onLoad="OnOpenStateChange(); Init();">
  524.         
  525.     <player OpenState_onchange="OnOpenStateChange();"
  526. OpenState_onchange="OnOpenStateChange();">
  527.         </player>
  528.     
  529.                         <buttongroup
  530.                              hoverimage="eqbackhover.bmp"     
  531.                             
  532.                                mappingimage="eqbackmap.bmp" > 
  533.                 <buttonelement
  534.                 
  535.                                            onClick="jscript:eq.previousPreset();" upToolTip="Previous EQ Preset"
  536.                         mappingcolor="#00ff00"
  537.                         
  538.                         cursor="hand"
  539.                     />                
  540.             <buttonelement
  541.                 
  542.                                              onClick="jscript:eq.nextPreset();" upToolTip="Next EQ Preset"
  543.                         mappingcolor="#0000ff"
  544.                         
  545.                         cursor="hand"
  546.                     />    
  547.           <BUTTONELEMENT
  548.              upToolTip = "Close"
  549.                          cursor="hand"                
  550.                          mappingColor = "#ff0000"
  551.             onClick = "JScript: view.close(); "
  552.             /> 
  553. </buttongroup>                
  554. <!--    <button left="9" top="25" image="eq_prev_no.gif" hoverImage="eq_prev_hov.gif" downImage="eq_prev_do.gif" onClick="jscript:eq.previousPreset();" upToolTip="Previous EQ Preset"/>-->
  555.  
  556.             <equalizerSettings id="eq" enable="true"      transparencyColor = "#ff00ff" />
  557.             <slider id="eq1" borderSize="10" left="40" top ="72" width="30" height="120" toolTip="Equaliser Adjustment"    transparencyColor = "#ff00ff" thumbImage="thumb.png" thumbDownImage="thumb2.png" min="-14" max="14" value="wmpprop:eq.gainLevel1" value_onchange="eq.gainLevel1=value;" direction="vertical" toolTip="32hz" />
  558.     <slider id="eq2" borderSize="10"    transparencyColor = "#ff00ff" left="73" top="72" width="30" height="120" toolTip="Equaliser Adjustment" thumbImage="thumb.png" thumbDownImage="thumb2.png" min="-14" max="14" value="wmpprop:eq.gainLevel2" value_onchange="eq.gainLevel2=value;" direction="vertical" toolTip="64hz" />
  559.             <slider id="eq3"    transparencyColor = "#ff00ff" borderSize="10" left="105" top="72" width="30" height="120" toolTip="Equaliser Adjustment" thumbImage="thumb.png" thumbDownImage="thumb2.png" min="-14" max="14" value="wmpprop:eq.gainLevel3" value_onchange="eq.gainLevel3=value;" direction="vertical" toolTip="125hz"/>
  560.             <slider id="eq4"     transparencyColor = "#ff00ff"borderSize="10" left="137" top="72" width="30" height="120" toolTip="Equaliser Adjustment" thumbImage="thumb.png" thumbDownImage="thumb2.png" min="-14" max="14" value="wmpprop:eq.gainLevel4" value_onchange="eq.gainLevel4=value;" direction="vertical" toolTip="250hz"/>
  561.             <slider id="eq5"    transparencyColor = "#ff00ff" borderSize="10" left="169" top="72" width="30" height="120" toolTip="Equaliser Adjustment" thumbImage="thumb.png" thumbDownImage="thumb2.png" min="-14" max="14" value="wmpprop:eq.gainLevel5" value_onchange="eq.gainLevel5=value;" direction="vertical" toolTip="500hz"/>
  562.             <slider id="eq6"     transparencyColor = "#ff00ff" borderSize="10" left="202" top="72" width="30" height="120" toolTip="Equaliser Adjustment" thumbImage="thumb.png" thumbDownImage="thumb2.png" min="-14" max="14" value="wmpprop:eq.gainLevel6" value_onchange="eq.gainLevel6=value;" direction="vertical" toolTip="1khz" />
  563.             <slider id="eq7"     transparencyColor = "#ff00ff"borderSize="10" left="233" top="72" width="30" height="120" toolTip="Equaliser Adjustment" thumbImage="thumb.png" thumbDownImage="thumb2.png" min="-14" max="14" value="wmpprop:eq.gainLevel7" value_onchange="eq.gainLevel7=value;" direction="vertical" toolTip="2khz" />
  564.             <slider id="eq8"    transparencyColor = "#ff00ff" borderSize="10" left="264" top="72" width="30" height="120" toolTip="Equaliser Adjustment" thumbImage="thumb.png" thumbDownImage="thumb2.png" min="-14" max="14" value="wmpprop:eq.gainLevel8" value_onchange="eq.gainLevel8=value;" direction="vertical" toolTip="4khz"/>
  565.             <slider id="eq9"    transparencyColor = "#ff00ff" borderSize="10" left="297" top="72" width="30" height="120" toolTip="Equaliser Adjustment" thumbImage="thumb.png" thumbDownImage="thumb2.png" min="-14" max="14" value="wmpprop:eq.gainLevel9" value_onchange="eq.gainLevel9=value;" direction="vertical" toolTip="8khz"/>
  566.             <slider id="eq10"     transparencyColor = "#ff00ff" borderSize="10" left="329" top="72" width="30" height="120" toolTip="Equaliser Adjustment" thumbImage="thumb.png" thumbDownImage="thumb2.png" min="-14" max="14" value="wmpprop:eq.gainLevel10" value_onchange="eq.gainLevel10=value;" direction="vertical" toolTip="16khz"/>
  567.  
  568.         <text zIndex="50" id="eqPresetText" left="41" top="41" width="142" fontSize="8" scrolling="false" fontSmoothing="true" fontFace="verdana"
  569.             foregroundColor="#000000" scrolingDelay="85" scrollingAmmount="1" fontStyle="normal" justification="center"
  570.             value="wmpprop:eq.currentPresetTitle" visible="true"/>
  571.  
  572.     <!--    <button left="148" top="25" image="eq_next_no.gif" hoverImage="eq_next_hov.gif" downImage="eq_next_do.gif" onClick="jscript:eq.nextPreset();" upToolTip="Next EQ Preset"/> -->
  573. </view>    
  574.  
  575.     
  576.     <view
  577.         
  578.                 id="videowindow"      
  579.             backgroundColor="none"
  580.         width="339"
  581.         height="300"
  582.         minwidth="120"
  583.         minheight="120"
  584.         titlebar="false"
  585.         resizable="true"
  586.         scriptFile="realone.js;res://wmploc.dll/RT_TEXT/#132;"
  587.         onLoad="OnLoad();"
  588.         onClose="OnClose();">
  589.         
  590.         <player
  591.             URL_onchange="OnURLChange();"
  592.             PlayState_onchange="OnPlayStateChange();"
  593.             OpenState_onchange="OnOpenStateChange();"
  594.             OnPlay="OnPlay();"
  595.                    
  596.         />
  597.         
  598.     <videosettings
  599.             id="vidadj"
  600.             enable="false"
  601.         />  
  602.         
  603.         <subview
  604.             id="title_view"
  605.             top="0"
  606.             left="0"
  607.             width="jscript:view.width"
  608.             verticalAlignment="top"
  609.             horizontalAlignment="stretch"
  610.             backgroundColor="none">
  611.             
  612.             <subview
  613.                 id="topleft"
  614.                 top="0"
  615.                 left="0"
  616.                 verticalAlignment="top"
  617.                 horizontalAlignment="left"
  618.                 backgroundImage="topleft1.bmp"
  619.                 transparencycolor="#FF00FF"
  620.             >
  621.  
  622.           
  623. </subview>
  624.             <subview
  625.                 id="topright"
  626.                 top="0"
  627.                 left="jscript:view.width-48"
  628.                 verticalAlignment="top"
  629.                 horizontalAlignment="right"
  630.                 backgroundImage="topright1.bmp"
  631.                 transparencycolor="#FF00FF"
  632.             >
  633.                     <buttongroup
  634.                         mappingimage="closehover1.bmp"
  635.                         hoverimage="closemap1.bmp"
  636.                         >
  637.                        
  638.                <BUTTONELEMENT
  639.              upToolTip = "Close"
  640.                          cursor="hand"                
  641.                          mappingColor = "#ff0000"
  642.             onClick = "JScript: view.close(); "
  643.             /> 
  644. </buttongroup>        
  645.  
  646.     </subview>
  647. <subview
  648.                 id="titlebar"
  649.                 resizable="True"
  650.                 top="4"
  651.                 left="43"
  652.                 width="jscript:topright.left+1-(topleft.width)"
  653.                 verticalAlignment="top"
  654.                        transparencycolor="#FF00FF"        
  655.                                 horizontalAlignment="stretch"
  656.                 backgroundImage="topmiddle1.bmp"
  657.                 backgroundTiled="True">
  658.                      
  659.                 
  660.             </subview>
  661.             </subview>    
  662.                     <subview
  663.             id="work_view"
  664.             zindex="0"
  665.             resizable="True"
  666.             top="jscript:titlebar.height+4"
  667.             left="0"
  668.             width="jscript:view.width"
  669.             height="jscript:view.height-(titlebar.height+57)"
  670.             verticalAlignment="stretch"
  671.             horizontalAlignment="stretch"
  672.             backgroundcolor="none"
  673.             backgroundTiled="True">
  674.             
  675.             <subview
  676.                 zindex="3"
  677.                 id="videoview"
  678.                 left="20"
  679.                 top="-2"
  680.                 width="jscript:work_view.width-47"
  681.                 height="jscript:work_view.height+25"
  682.                 backgroundColor="#000000"
  683.                 horizontalAlignment="stretch"
  684.                    
  685. verticalAlignment="stretch">
  686.                 
  687.             <wmpeffects
  688.                     zindex="3"
  689.                     id="bigvis"
  690.                     top="2"
  691.                     left="0"
  692.                     resizable="true"
  693.                     verticalAlignment="stretch"
  694.                     horizontalAlignment="stretch"
  695.                     width="jscript:videoview.width"
  696.                     height="jscript:videoview.height"
  697.                     visible="false"
  698.                 />
  699.                 <wmpVideo 
  700.                     
  701. zindex="2"
  702.                     id="video" 
  703.                     width="jscript:videoview.width"
  704.                     height="jscript:videoview.height"
  705.                     visible="false"
  706.                     maintainAspectRatio="true"
  707.                     ondblclick="jscript:video.fullscreen=true;"
  708.                 />
  709. <button
  710.                     zindex="1"
  711.                     id="wmlogo"
  712.                                       uptooltip="click to start"
  713.                     image="wmlogo.bmp"
  714.                     enabled="true"
  715.                     horizontalAlignment="center"
  716.                     verticalAlignment="center"
  717.                     visible="true"
  718.                                        
  719.                            onclick="jscript:what();"
  720.  
  721.  
  722.  />
  723.             
  724.             </subview>
  725.             <subview
  726.                 id="videoborder_left"
  727.                 resizable="True"
  728.                 top="0"
  729.                 left="0"
  730.                 width="24"
  731.                 height="jscript:work_view.height"
  732.                 verticalAlignment="stretch"
  733.                 horizontalAlignment="left"
  734.                 backgroundImage="left1.bmp"
  735.                 backgroundTiled="True"
  736.                                  transparencycolor="#FF00FF"
  737.             />
  738.             <subview
  739.                 id="videoborder_right"
  740.                 resizable="True"
  741.                 top="10"
  742.                 left="jscript:view.width-31"
  743.                 width="19"
  744.                 height="jscript:work_view.height+1"
  745.                 verticalAlignment="stretch"
  746.                 horizontalAlignment="right"
  747.                 backgroundImage="right1.bmp"
  748.                 backgroundTiled="True"
  749.    transparencycolor="#FF00FF"
  750.             
  751. />
  752.             
  753.             <subview
  754.                 id="bottom_view"
  755.                 zindex="0"
  756.                 resizable="True"
  757.                 top="jscript:work_view.height"
  758.                 left="0"
  759.                 width="jscript:view.width"
  760.                 height="74"
  761.                 verticalAlignment="bottom"
  762.                 horizontalAlignment="stretch"
  763.                 backgroundcolor="none"
  764.                 backgroundTiled="true">
  765.                 
  766.                 <subview
  767.                     id="bottom_left"
  768.                     top="0"
  769.                     left="4"
  770.                     verticalAlignment="bottom"
  771.                     horizontalAlignment="left"
  772.                     backgroundImage="bottomleft1.bmp"
  773.                     backgroundTiled="false"
  774.                     TRANSPARENCYCOLOR="#FF00FF"
  775.                 >
  776. </subview>
  777.                 <subview
  778.                     id="bottom_right"
  779.                     top="2"
  780.                     left="jscript:bottom_view.width-48"
  781.                     verticalAlignment="bottom"
  782.                     horizontalAlignment="right"
  783.                     backgroundImage="bottomright1.bmp"
  784.                     backgroundTiled="false"
  785.                     TRANSPARENCYCOLOR="#FF00FF"
  786.                 >
  787.   <buttongroup
  788.                              hoverimage="bottomright1.bmp"     
  789.                               
  790.                                mappingimage="bottomright1map.bmp" > 
  791.                 <buttonelement
  792.                 
  793.                                              uptooltip="resize"
  794.                         mappingcolor="#0000ff"
  795.                         onmousedown="jscript:OnSizer();"
  796.                         cursor="Resize.cur"
  797.                     />                
  798.                         </buttongroup>
  799.    
  800.  </subview>
  801.  <subview
  802.                     id="bottom_tile"
  803.                     top="21"
  804.                     left="45"
  805.                     width="jscript:bottom_right.left-bottom_left.width+4"
  806.                     verticalAlignment="bottom"
  807.                         horizontalAlignment="stretch"
  808.                     backgroundImage="bottommiddle1.bmp"
  809.                     backgroundTiled="true"
  810.                     TRANSPARENCYCOLOR="#FF00FF">
  811.                                             
  812.                             
  813.                     
  814.                     
  815.                     
  816.                     
  817.                 </subview>
  818.                 
  819.                 
  820.             </subview>
  821.         </subview>
  822.         
  823.     
  824.     </view>
  825.     
  826.  
  827. </theme>
  828.