home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 September / PCWorld_2000-09_cd.bin / Software / Topware / winmedpl / wmp7.exe / wmploc.DLL / 256 / 4000 < prev    next >
Encoding:
Text File  |  2000-06-26  |  3.7 KB  |  75 lines

  1.  ■<!--    Windows Media Player Emmbedded OCX Video Only    -->
  2. <theme>
  3. <view
  4.         width = "300"
  5.         height = "200"
  6.         backgroundColor="none"
  7.         scriptFile="res://wmploc.dll/RT_TEXT/#4003;res://wmploc.dll/RT_TEXT/#132"
  8.         onload="InitVisualizations();"
  9. >
  10.     <subview id = "svLayoutSize" width = "300" height = "200"/>      
  11.     <player         
  12.         OpenState_onchange="OnOpenStateChangeViz();"
  13.         PlayState_onchange="OnPlayStateChangeViz();"
  14.         >
  15.     </player>
  16.     <subview id="svVideo"
  17.         top="0" left="0"
  18.         width="jscript:view.width" height="jscript:view.height"
  19.         zindex="2"
  20.         horizontalAlignment="stretch" 
  21.         verticalAlignment="stretch" 
  22.         backgroundColor="black"
  23.     >
  24.         <video
  25.             id="video1"
  26.             width="jscript:svVideo.width;" 
  27.             height="jscript:svVideo.height;"
  28.             horizontalAlignment="stretch" 
  29.             verticalAlignment="stretch" 
  30.             visible="false"
  31.             backgroundColor="black"
  32.             windowed="true"
  33.         >
  34.         </video>
  35.     </subview>
  36.         
  37.     <subview id="svVisual"
  38.         top="0" left="0"
  39.         width="jscript:view.width" height="jscript:view.height"
  40.         zindex="2"
  41.         horizontalAlignment="stretch" 
  42.         verticalAlignment="stretch"
  43.         enabled="true"
  44.         onClick="myeffect.next();"
  45.         backgroundColor="black"
  46.     >
  47.         <effects
  48.             id="myeffect"
  49.             visible="false"
  50.             width="jscript:svVisual.width;" 
  51.             height="jscript:svVisual.height;"
  52.             allowAll="true"
  53.             horizontalAlignment="stretch" 
  54.             verticalAlignment="stretch"
  55.             windowed="true"
  56.             currentEffectType="wmpprop:mediacenter.effectType"
  57.             currentPreset="wmpprop:mediacenter.effectPreset"
  58.             >
  59.         </effects>        
  60.     </subview>
  61.     <subview    id="svTransport"
  62.                 zindex="0" 
  63.                 left="0" width="0" height="0" 
  64.     >
  65.     </subview>
  66. </view>
  67. </theme>