home *** CD-ROM | disk | FTP | other *** search
- <theme>
-
- <view
- id="package"
- backgroundColor="black"
- height="400"
- width="450"
- titleBar="false"
- resizable="false">
-
- <player
- openstatechange="if (NewState==13) {var temp=player.currentMedia.getItemInfo('AlbumArt'); if (temp) CoverArt.image= temp}" />
-
- <effects
- id="effects1"
- visible="True"
- windowed="false"
- allowAll="true"
- top="5" left="5"
- height="jscript:view.height-2*top"
- width="jscript:view.width-2*left"
- currentEffectType="ambience" />
-
- <text
- id="title"
- top="5" horizontalAlignment="center"
- value="wmpprop:player.currentMedia.name"
- foregroundColor="white"
- backgroundColor="red"
- fontSize="12" fontSmoothing="true"
- fontStyle="bold" />
-
- <button
- cursor="hand"
- id="CoverArt"
- top = "30"
- horizontalAlignment="center"
- image="jscript:if (player.openState==13) {var temp=player.currentMedia.getItemInfo('AlbumArt'); if (temp) temp} else '';"
- onclick="jscript:var link = player.currentMedia.getItemInfo('link'); if (link)player.launchURL(link);"
- height_onchange="caption.top=top+height+5" />
-
- <text
- id="caption"
- top="jscript:CoverArt.top+CoverArt.height+5"
- horizontalAlignment="center"
- value=" Click on the picture. "
- foregroundColor="white"
- backgroundColor="red"
- fontSize="9" fontSmoothing="true" />
-
- </view>
- </theme>