home *** CD-ROM | disk | FTP | other *** search
Text File | 2004-04-06 | 46.6 KB | 2,012 lines |
- <!--
- website: Coming Soon
- e-mail: arnitald@hotmail.com
- BLUEYE WMP 9 Skin
- -->
-
- <theme title = "BluEye" author = "Boa Tender Studios" copyright = "⌐ 2004. Boa Tender Studios. All Rights Reserved." version = "1.0" >
- <!--Preview Image-->
-
- <view
- titlebar = "false"
- resizable = "false"
- backgroundImage = "preview.png"
- scriptFile = "blue.js"
- onload="onLoadPreview()"
- />
-
- <!--contains the background graphics-->
- <view
- id = "overView"
- titleBar = "false"
- resizable = "false"
- backgroundColor="none"
- scriptFile = "blue.js"
- timerInterval = "100"
- onTimer = "ViewState()"
- onClose = "OnCloseSkin()"
- onLoad = "OnStartSkin()"
- >
-
- <player
-
- playState_onchange = "checkVideoView()"
- openState_onchange="checkVideoView()"
- />
- <video
- visible="false"
- enabled="true"
- />
-
- </view>
-
- <view
- id = "playerView"
- backgroundColor = "none"
- titleBar = "false"
- resizable ="false"
- width ="440"
- height = "430"
- scriptFile = "blue.js"
- timerInterval = "1500"
- onTimer = "toggleDoor()"
- onLoad = "mainLoad()"
-
- >
-
-
- <video visible="false" enabled="true" />
-
- <!-- Player Changes relevant for text -->
-
- <player
- status_onChange = "updateMetaData('status');"
- currentPlaylist_onChange = "updateMetadata('playlist');"
- PlayState_onchange = "checkVideoView()"
- OpenState_onchange = "checkVideoView()"
- >
- <controls
- currentPosition_onchange="seek.value=player.controls.currentPosition;"
- />
-
- </player>
-
- <subview
- id = "bgImage"
- zIndex = "1"
- backgroundImage = "pl_main_back.png"
- transparencyColor = "#00FF00"
- backgroundColor = "none"
- />
-
- <!--Reflection Subview, contains the reflection on the display-->
-
- <subview
- zIndex = "10"
- left = "139"
- top = "121"
- backgroundImage = "pl_reflection.png"
- passThrough = "true"
- />
-
- <!-- Door Subview-->
-
- <subview
- id = "doorSub"
- zIndex = "10"
- left = "135"
- top = "110"
- backgroundImage = "door1.png"
- visible = "true"
- />
-
- <!--Subview containing the main buttongroups with play, pause, stop, previous, next, close, minimize, close, vis, eq, playlist buttons-->
-
- <subview
- zIndex = "5"
- width = "jscript:view.width"
- height = "jscript:view.height"
- >
-
- <!--Text for Author, Song and Time-->
- <text
- id = "metadata"
- left = "187"
- top = "169"
- width = "128"
- fontSize = "9"
- height = "30"
- fontSmoothing = "true"
- fontFace = "Trebuchet MS"
- foregroundColor = "#0066FF"
- scrollingDelay = "40"
- scrollingAmount = "1"
- justification = "center"
- scrolling = "true"
- toolTip = ""
- passThrough = "true"
- fontStyle = "bold"
- />
-
- <!--Text for the total length of the track-->
-
- <text
- id = "timeTotal"
- left = "204"
- top = "199"
- width = "47"
- fontSize = "8"
- scrolling = "false"
- fontSmoothing = "true"
- justification = "center"
- foregroundColor = "#0066FF"
- fontFace = "Trebuchet MS"
- value = "wmpprop:player.currentMedia.DurationString"
- fontStyle = "bold"
- toolTip = ""
- passThrough = "true"
- />
-
- <!--Text for the ellapsed time-->
- <text
- id = "timeEllapsed"
- left = "204"
- top = "186"
- width = "47"
- fontSize = "8"
- scrolling = "false"
- fontSmoothing = "true"
- justification = "center"
- foregroundColor = "#0066FF"
- fontFace = "Trebuchet MS"
- value = "wmpprop:player.controls.currentPositionString"
- fontStyle = "bold"
- toolTip = ""
- passThrough = "true"
- visible = "true"
- />
- <!-- Time for Slider Dragging-->
-
- <text
- id = "timeEllapsedSlider"
- left = "204"
- top = "186"
- width = "47"
- fontSize = "8"
- scrolling = "false"
- fontSmoothing = "true"
- justification = "center"
- foregroundColor = "#0066FF"
- fontFace = "Trebuchet MS"
- value = ""
- fontStyle = "bold"
- toolTip = ""
- passThrough = "true"
- visible = "false"
- />
-
- <buttongroup
- left = "186"
- top = "240"
- image = "pl_buttons_no.png"
- hoverImage = "pl_buttons_hover.gif"
- downImage = "pl_buttons_clicked.png"
- mappingImage = "pl_buttons_map.bmp"
- >
-
- <playelement mappingColor = "#ff0000" />
- <nextelement mappingColor = "#E00000" />
- <prevelement mappingcolor = "#A50000" />
- <stopelement mappingColor = "#C50000" />
-
-
- </buttongroup>
-
- <!-- Interchangeable Pause Button -->
-
- <buttongroup
- zIndex = "6"
- left = "186"
- top = "240"
- image = "pl_buttons_pause_no.png"
- hoverImage = "pl_buttons_pause_hover.gif"
- downImage = "pl_buttons_pause_clicked.png"
- mappingImage = "pl_buttons_pause_map.bmp"
- visible = "wmpenabled:player.controls.pause"
- >
- <pauseelement mappingColor = "#FF0000" />
-
- </buttongroup>
-
- <!--Close Button, Minimize Button, Fullmode Button -->
-
- <buttongroup
- left = "186"
- top = "240"
- image = "pl_buttons_no.png"
- hoverImage = "pl_buttons_hover.gif"
- downImage = "pl_buttons_clicked.png"
- mappingImage = "pl_buttons_map.bmp"
- >
-
- <buttonelement
- mappingColor = "#008700"
- onClick = "saveSwitch('minimizeView', 'TRUE');"
- upToolTip="Minimize"
- />
-
- <buttonelement
- mappingColor = "#006E00"
- onClick = "saveSwitch('closeView', 'TRUE');"
- upToolTip="Close"
- />
-
- <buttonelement
- mappingColor = "#00A300"
- onClick = "view.returnToMediaCenter()"
- upToolTip = "Return To Full Mode"
- />
-
- <buttonelement
- mappingColor = "#00FF00"
- onClick = "saveSwitch('plSwitch', 'TRUE');"
- upToolTip = "Playlist"
- />
-
- <buttonelement
- mappingColor = "#00C000"
- onClick = "saveSwitch('visSwitch', 'TRUE');"
- upToolTip = "Visualisations"
- />
-
- <buttonelement
- mappingColor = "#00DE00"
- onClick = "saveSwitch('eqSwitch', 'TRUE');"
- upToolTip = "Equalizer and Skin Settings"
- />
-
- </buttongroup>
-
- <!--Display Buttons-->
-
- <buttongroup
- left = "223"
- top = "149"
- image = "pl_display_buttons_no.png"
- hoverImage = "pl_display_buttons_hover.gif"
- mappingImage = "pl_display_buttons_map.bmp"
- >
- <buttonelement
- mappingColor = "#0000FF"
- onClick = "openFile();"
- upToolTip = "Open File"
- />
-
- <buttonelement
- mappingColor = "#FF0000"
- upToolTip = "Launch Info Mode"
- onClick = "saveSwitch('infoSwitch', 'TRUE');"
- />
-
- </buttongroup>
-
- <!--Position Slider-->
-
- <customSlider
- id = "seek"
- left = "154"
- top = "185"
- min = "0"
- max = "wmpprop:player.currentMedia.duration"
- borderSize="0"
- image = "pl_sld_pos.png"
- positionImage = "pl_sld_pos.bmp"
- enabled = "true"
- cursor = "hand"
- onMouseUp = "player.controls.currentPosition=seek.value;toolTip='Seek'"
- toolTip = "Seek"
- onKeyDown = "positionKey(event)"
- transparencyColor="#00ff00"
- onPositionChange = "updateEllapsedTime();"
- onDragEnd = "dragEnd();"
- />
-
- <!--Volume Slider-->
-
- <customslider
- id = "volume"
- left = "260"
- top = "185"
- min = "0"
- max = "100"
- borderSize = "0"
- image = "pl_sld_vol.png"
- positionImage = "pl_sld_vol.bmp"
- enabled = "true"
- value = "wmpprop:player.settings.volume"
- value_onchange = "wmpprop:player.settings.volume = value;player.settings.mute = false;"
- toolTip = "Volume"
- cursor = "hand"
- onKeyDown = "volKey(event)"
- transparencyColor = "#00ff00"
- />
-
- <text
- id = "volumeText"
- left = "246"
- top = "199"
- width = "47"
- fontSize = "8"
- scrolling = "false"
- fontSmoothing = "true"
- justification = "center"
- foregroundColor = "#0066FF"
- fontFace = "Trebuchet MS"
- value = "wmpprop:player.settings.volume"
- fontStyle = "bold"
- passThrough = "true"
- />
-
- </subview>
-
- <!--Fan Section Subview -->
-
- <subview
- id ="fan"
- zIndex = "6"
- left = "219"
- top = "344"
- passThrough = "true"
- backgroundImage = "pl_fan_static.gif"
- transparencyColor = "#0000FF"
- />
- <subview
- id ="fanBG"
- zIndex = "5"
- left = "219"
- top = "344"
- passThrough = "true"
- backgroundImage = "pl_fan_static.gif"
- transparencyColor = "#0000FF"
- />
-
- <!--Fan Section Buttons Subview -->
-
- <subview
- zIndex = "5"
- width = "jscript:view.width"
- height = "jscript:view.height"
- >
- <buttongroup
- zIndex = "6"
- left = "210"
- top = "344"
- image = "pl_fan_buttons_no.png"
- hoverImage = "pl_fan_buttons_hover.gif"
- downImage = "pl_fan_buttons_clicked.png"
- mappingImage = "pl_fan_buttons_map.bmp"
- >
- <buttonelement
- mappingColor = "#ff0000"
- id = "mute"
- onClick = "player.settings.mute = !player.settings.mute"
- upToolTip = "Mute"
- downToolTip = "Sound"
- down = "wmpprop:player.settings.mute"
- sticky = "true"
- />
-
- <buttonelement
- id = "doorButton"
- mappingColor = "#00ff00"
- upToolTip = "Shut Down"
- onClick = "enabled = false;toggleDoor();"
- />
-
- </buttongroup>
-
- </subview>
-
- </view>
-
- <!--Playlist View-->
-
- <view
- id = "plView"
- width = "400"
- height = "220"
- minWidth = "400"
- minHeight = "220"
- resizAble = "true"
- titleBar = "false"
- backgroundColor = "none"
- onLoad = "loadPl()"
- onClose = "savePl()"
- scriptFile = "blue.js"
- >
- <player
- modeChange = "checkShuffle()"
- />
-
- <subview
- zIndex = "5"
- backgroundImage = "list_leftup.png"
- transparencyColor = "#00ff00"
- />
- <subview
- left = "140"
- zIndex = "4"
- backgroundImage = "list_upperrepeat.png"
- horizontalAlignment = "stretch"
- backgroundTiled = "true"
- transparencyColor = "#00ff00"
- verticalAlignment = "top"
- />
- <subview
- left = "jscript:view.width-180"
- zIndex = "5"
- backgroundImage = "list_rightup.png"
- horizontalAlignment = "right"
- transparencyColor = "#00ff00"
- verticalAlignment = "top"
- />
- <subview
- left = "jscript:view.width-35"
- top = "110"
- zIndex = "4"
- backgroundImage = "list_rightmiddlerepeat.png"
- horizontalAlignment = "right"
- verticalAlignment = "stretch"
- backgroundTiled = "true"
- transparencyColor = "#00ff00"
- />
- <subview
- left = "jscript:view.width-180"
- top = "jscript:view.height-60"
- zIndex = "5"
- backgroundImage = "list_rightdown.png"
- horizontalAlignment = "right"
- transparencyColor = "#00ff00"
- verticalAlignment = "bottom"
- />
- <subview
- left = "140"
- top = "jscript:view.height-60"
- zIndex = "4"
- backgroundImage = "list_lowerrepeat.png"
- horizontalAlignment = "stretch"
- verticalAlignment = "bottom"
- backgroundTiled = "true"
- transparencyColor = "#00ff00"
- />
- <subview
- zIndex = "5"
- backgroundImage = "list_leftdown.png"
- transparencyColor = "#00ff00"
- verticalAlignment = "bottom"
- top = "jscript:view.height-60"
- />
- <subview
- zIndex = "4"
- top = "110"
- verticalAlignment = "stretch"
- backgroundImage = "list_leftmiddlerepeat.png"
- backgroundTiled = "true"
- transparencyColor = "#00ff00"
- />
-
- <!-- Resize Window Button -->
-
- <subview
- zIndex = "10"
- left = "jscript:view.width-38"
- top = "jscript:view.height-38"
- verticalAlignment = "bottom"
- horizontalAlignment = "right"
- backgroundImage = "list_resize.png"
- transparencyColor = "#00ff00"
- >
- <button
- onMouseDown = "view.size( 'bottomright' );"
- cursor = "sizenwse"
- upToolTip = "Resize"
- id = "buttonResize"
- />
- </subview>
-
- <!--Outline Box-->
-
- <subview
- id = "plOuterFrame"
- zIndex = "10"
- left = "35"
- top = "35"
- verticalAlignment = "stretch"
- horizontalAlignment = "stretch"
- width = "jscript:view.width-70"
- height = "jscript:view.height-75"
- backgroundColor = "#000000"
- >
-
- <playlist
- id = "playlist1"
- width = "jscript:plOuterFrame.width"
- height = "jscript:plOuterFrame.height"
- horizontalAlignment = "stretch"
- verticalAlignment = "stretch"
- backgroundColor = "#000000"
- foregroundcolor = "#34A7FF"
- itemPlayingColor = "#000000"
- itemPlayingBackgroundColor = "#1988FF"
- disabledItemColor = "#556382"
- columns = "WM/TrackNumber= ;name=Title;artist=Artist;album=Album;FileType=Type;duration=Length;bitrate=Bitrate"
- playlistItemsVisible = "true"
- dropDownVisible = "true"
- allowItemEditing = "true"
- columnsVisible = "true"
- allowColumnSorting = "true"
- rightStatus = "Total Time: %duration% - Total Size: %size%/%count% items"
- leftStatus = "Selected: %SelectedDuration%"
- />
-
- </subview>
-
- <!--Close, Shuffle, Repeat buttons-->
- <subview
- zIndex = "5"
- left = "jscript:view.width-95"
- top = "3"
- horizontalAlignment = "right"
- backgroundImage = "list_buttons_bg.png"
- transparencyColor = "#00FF00"
- >
- <buttongroup
- image = "list_buttons_no.png"
- hoverImage = "list_buttons_hover.gif"
- downImage = "list_buttons_clicked.png"
- mappingImage = "list_buttons_map.bmp"
- >
- <buttonelement
- mappingColor = "#FF00FF"
- id = "shuffleButton"
- sticky = "true"
- upToolTip = "Turn Shuffle On"
- downToolTip = "Turn Shuffle Off"
- onClick = "player.settings.setMode('shuffle',down);"
- down = "player.settings.getMode('shuffle');"
- />
- <buttonelement
- mappingColor = "#0000FF"
- onClick = "closeView('plWindow')"
- upToolTip = "Close Playlist"
- />
- <buttonelement
- mappingColor = "#FF0000"
- id = "loopButton"
- sticky = "true"
- upToolTip = "Turn Repeat On"
- downToolTip = "Turn Repeat Off"
- onClick = "player.settings.setMode('loop',down);"
- down = "player.settings.getMode('loop');"
- />
- </buttongroup>
- </subview>
-
- </view>
-
-
- <!--Video Mode-->
-
- <view
- id = "vidView"
- width = "400"
- height = "304"
- minWidth = "400"
- minHeight = "304"
- resizAble = "true"
- titleBar = "false"
- backgroundColor = "none"
- scriptFile = "blue.js"
- onLoad = "loadVid()"
- onClose = "saveVid()"
- >
-
- <player
- OpenState_onchange = "checkVideoState()"
- PlayState_onchange = "checkVideoState()"
- />
-
- <subview
- id = "vidPause"
- backgroundImage = "vid_pause_win.png"
- zIndex = "6"
- transparencyColor = "#00FF00"
- visible = "false"
- />
- <!--Stretchable Window Subview-->
- <subview
- zIndex = "5"
- backgroundImage = "list_leftup.png"
- transparencyColor = "#00ff00"
- />
- <subview
- left = "140"
- zIndex = "4"
- backgroundImage = "list_upperrepeat.png"
- horizontalAlignment = "stretch"
- backgroundTiled = "true"
- transparencyColor = "#00ff00"
- verticalAlignment = "top"
- />
- <subview
- left = "jscript:view.width-180"
- zIndex = "5"
- backgroundImage = "list_rightup.png"
- horizontalAlignment = "right"
- transparencyColor = "#00ff00"
- verticalAlignment = "top"
- />
- <subview
- left = "jscript:view.width-35"
- top = "110"
- zIndex = "4"
- backgroundImage = "list_rightmiddlerepeat.png"
- horizontalAlignment = "right"
- verticalAlignment = "stretch"
- backgroundTiled = "true"
- transparencyColor = "#00ff00"
- />
- <subview
- left = "jscript:view.width-180"
- top = "jscript:view.height-144"
- zIndex = "5"
- backgroundImage = "list_rightdown.png"
- horizontalAlignment = "right"
- transparencyColor = "#00ff00"
- verticalAlignment = "bottom"
- />
- <subview
- left = "140"
- top = "jscript:view.height-144"
- zIndex = "4"
- backgroundImage = "list_lowerrepeat.png"
- horizontalAlignment = "stretch"
- verticalAlignment = "bottom"
- backgroundTiled = "true"
- transparencyColor = "#00ff00"
- />
- <subview
- zIndex = "5"
- backgroundImage = "list_leftdown.png"
- transparencyColor = "#00ff00"
- verticalAlignment = "bottom"
- top = "jscript:view.height-144"
- />
- <subview
- zIndex = "4"
- top = "110"
- verticalAlignment = "stretch"
- backgroundImage = "list_leftmiddlerepeat.png"
- backgroundTiled = "true"
- transparencyColor = "#00ff00"
- />
-
- <!--Close, Fullscreen Mode, Zoom Buttons-->
-
- <subview
- zIndex = "7"
- left = "jscript:view.width-95"
- top = "3"
- horizontalAlignment = "right"
- backgroundImage = "list_buttons_bg.png"
- transparencyColor = "#00FF00"
- >
- <buttongroup
- image = "vid_buttons_no.png"
- hoverImage = "vid_buttons_hover.gif"
- downImage = "vid_buttons_clicked.png"
- mappingImage = "list_buttons_map.bmp"
- >
- <buttonelement
- mappingColor = "#0000FF"
- onClick = "closeView('vidWindow')"
- upToolTip = "Close Video Mode"
- />
- <buttonelement
- mappingColor = "#FF0000"
- id = "fullScreenButton"
- upToolTip = "Fullscreen"
- onClick = "jscript:videoWin.fullscreen=true;"
- />
- <buttonelement
- mappingColor = "#FF00FF"
- id = "zoomButton"
- onClick = "vidZoom()"
- />
- </buttongroup>
-
- <subview id = "VidBase" >
- <text id = "zoomTipBase" tooltip = "Click to Set Video Size"/>
- </subview>
-
- </subview>
-
- <!--Video Window-->
-
- <subview
- id = "vidOuterFrame"
- zIndex = "10"
- left = "35"
- top = "35"
- verticalAlignment = "stretch"
- horizontalAlignment = "stretch"
- width = "jscript:view.width-70"
- height = "jscript:view.height-152"
- backgroundColor = "#000000"
- >
-
- <video
- id = "videoWin"
- zIndex="8"
- width = "jscript:vidOuterFrame.width"
- height = "jscript:vidOuterFrame.height"
- horizontalAlignment = "stretch"
- verticalAlignment = "stretch"
- onvideostart = "checkVideoState()"
- backgroundColor = "#000000"
- onvideoend = "checkVideoState()"
- fullScreen = "true"
- maintainAspectRatio = "true"
- stretchToFit = "true"
- shrinkToFit = "true"
- tabStop = "true"
- />
-
- </subview>
-
- <subview
- zIndex = "10"
- left = "jscript:view.width-38"
- top = "jscript:view.height-122"
- verticalAlignment = "bottom"
- horizontalAlignment = "right"
- backgroundImage = "list_resize.png"
- transparencyColor = "#00ff00"
- >
- <button
- onMouseDown = "view.size( 'bottomright' );saveVidSize();"
- cursor = "sizenwse"
- upToolTip = "Resize"
- id = "buttonVidResize"
- />
- </subview>
- <subview
- zIndex = "20"
- top = "jscript:view.height-113"
- verticalAlignment = "bottom"
- horizontalAlignment = "center"
- backgroundImage = "vid_button_no.png"
- transparencyColor = "#00FF00"
- >
- <buttongroup
- zIndex = "20"
- image = "vid_button_no.png"
- downImage ="vid_button_down_no.png"
- hoverImage = "vid_button_hover.gif"
- hoverDownImage = "vid_button_down_hover.gif"
- mappingImage = "vid_button_map.bmp"
- >
- <buttonelement
- id = "settingsButton"
- mappingColor = "#0000FF"
- sticky = "true"
- onClick = "slideSettings()"
- />
- </buttongroup>
-
- </subview>
-
- <subview
- id = "vidSettingsTab"
- zIndex = "1"
- top = "jscript:view.height-184"
- verticalAlignment = "bottom"
- horizontalAlignment = "center"
- backgroundImage = "vid_settings.png"
- transparencyColor = "#00FF00"
- >
-
-
- <subview
- id = "vidSettingsTabFrame"
- zIndex = "20"
- width = "jscript:vidSettingsTab.width"
- height = "jscript:vidSettingsTab.height"
- >
-
- <videosettings
- enabled = "true"
- id = "vidSet"
- />
- <!-- Brightness-->
-
- <!--Brightness Shadow-->
- <text
- zIndex = "20"
- left = "14"
- top = "9"
- width = "75"
- fontSize = "8"
- fontFace = "Arial"
- foregroundColor = "#000000"
- value = "Brightness"
- justification = "right"
- />
-
- <!--Brightness Highlight-->
- <text
- zIndex = "20"
- left = "16"
- top = "11"
- width = "75"
- fontSize = "8"
- fontFace = "Arial"
- foregroundColor = "#454545"
- value = "Brightness"
- justification = "right"
- />
-
- <!--Brightness Text-->
- <text
- zIndex = "21"
- left = "15"
- top = "10"
- width = "75"
- fontSize = "8"
- fontFace = "Arial"
- foregroundColor = "#3278AC"
- hoverForegroundColor = "#73C2FD"
- value = "Brightness"
- justification = "right"
- onClick = "jscript:vidSet.brightness=0;"
- tooltip = "Reset Brightness"
- />
-
- <slider
- zIndex = "21"
- id = "brightness"
- left = "102"
- top = "14"
- width = "90"
- height = "12"
- toolTip = "Brightness"
- borderSize = "4"
- direction = "horizontal"
- slide = "false"
- foregroundImage = "vid_sld_full.png"
- thumbImage = "vid_sld_thumb_no.png"
- min = "-127"
- max = "127"
- value = "wmpprop:vidSet.brightness"
- value_onchange = "vidSet.brightness=value;"
- />
-
- <!-- Contrast -->
-
- <text
- zIndex = "20"
- left = "14"
- top = "29"
- width = "75"
- fontSize = "8"
- fontFace = "Arial"
- foregroundColor = "#000000"
- value = "Contrast"
- justification = "right"
- fontStyle = ""
- />
-
- <!--Contrast Highlight-->
- <text
- zIndex = "20"
- left = "16"
- top = "31"
- width = "75"
- fontSize = "8"
- fontFace = "Arial"
- foregroundColor = "#454545"
- value = "Contrast"
- justification = "right"
- fontStyle = ""
- />
-
- <!--Contrast Text-->
- <text
- zIndex = "21"
- left = "15"
- top = "30"
- width = "75"
- fontSize = "8"
- fontFace = "Arial"
- foregroundColor = "#3278AC"
- hoverForegroundColor = "#73C2FD"
- value = "Contrast"
- justification = "right"
- onClick = "jscript:vidSet.contrast=0;"
- tooltip = "Reset Contrast"
- />
-
- <slider
- zIndex = "21"
- id = "contrast"
- left = "102"
- top = "34"
- width = "90"
- height = "12"
- toolTip = "Contrast"
- borderSize = "4"
- direction = "horizontal"
- slide = "false"
- foregroundImage = "vid_sld_full.png"
- thumbImage = "vid_sld_thumb_no.png"
- min = "-127"
- max = "127"
- value = "wmpprop:vidSet.contrast"
- value_onchange = "vidSet.contrast=value;"
- />
-
- <!--Hue-->
-
- <!-- Hue Shadow -->
-
- <text
- zIndex = "20"
- left = "14"
- top = "49"
- width = "75"
- fontSize = "8"
- fontFace = "Arial"
- foregroundColor = "#000000"
- value = "Hue"
- justification = "right"
- />
-
- <text
- id = "trace"
- zIndex = "22"
- left = "14"
- top = "49"
- width = "75"
- fontSize = "8"
- fontFace = "Arial"
- foregroundColor = "#FF0000"
- justification = "right"
- />
-
- <!--Hue Highlight-->
- <text
- zIndex = "20"
- left = "16"
- top = "51"
- width = "75"
- fontSize = "8"
- fontFace = "Arial"
- foregroundColor = "#454545"
- value = "Hue"
- justification = "right"
- />
-
- <!--Hue Text-->
- <text
- zIndex = "21"
- left = "15"
- top = "50"
- width = "75"
- fontSize = "8"
- fontFace = "Arial"
- foregroundColor = "#3278AC"
- hoverForegroundColor = "#73C2FD"
- value = "Hue"
- justification = "right"
- onClick = "jscript:vidSet.hue=0;"
- tooltip = "Reset Hue"
- />
-
- <slider
- zIndex = "21"
- id = "hue"
- left = "102"
- top = "54"
- width = "90"
- height = "12"
- toolTip = "Hue"
- borderSize = "4"
- direction = "horizontal"
- slide = "false"
- foregroundImage = "vid_sld_full.png"
- thumbImage = "vid_sld_thumb_no.png"
- min = "-127"
- max = "127"
- value = "wmpprop:vidSet.hue"
- value_onchange = "vidSet.hue=value;"
- />
-
- <!--Saturation-->
-
- <!-- Saturation Shadow -->
-
- <text
- zIndex = "20"
- left = "14"
- top = "69"
- width = "75"
- fontSize = "8"
- fontFace = "Arial"
- foregroundColor = "#000000"
- value = "Saturation"
- justification = "right"
- />
-
- <!--Saturation Highlight-->
- <text
- zIndex = "20"
- left = "16"
- top = "71"
- width = "75"
- fontSize = "8"
- fontFace = "Arial"
- foregroundColor = "#454545"
- value = "Saturation"
- justification = "right"
- />
-
- <!--Saturation Text-->
-
- <text
- zIndex = "21"
- left = "15"
- top = "70"
- width = "75"
- fontSize = "8"
- fontFace = "Arial"
- foregroundColor = "#3278AC"
- hoverForegroundColor = "#73C2FD"
- value = "Saturation"
- justification = "right"
- onClick = "jscript:vidSet.saturation=0;"
- tooltip = "Reset Saturation"
- />
-
- <slider
- zIndex = "21"
- id = "saturation"
- left = "102"
- top = "74"
- width = "90"
- height = "12"
- toolTip = "Saturation"
- borderSize = "4"
- direction = "horizontal"
- slide = "false"
- foregroundImage = "vid_sld_full.png"
- thumbImage = "vid_sld_thumb_no.png"
- min = "-127"
- max = "127"
- value = "wmpprop:vidSet.saturation"
- value_onchange = "vidSet.saturation=value;"
- />
-
- <buttongroup
- zIndex = "21"
- image = "vid_reset_no.png"
- hoverImage = "vid_reset_hover.gif"
- mappingImage = "vid_reset_map.bmp"
- downImage = "vid_reset_clicked.png"
- top = "37"
- left = "200"
- >
- <buttonelement
- mappingColor = "#FF0000"
- onClick = "jscript:vidSet.reset();"
- upToolTip = "Reset All"
- />
- </buttongroup>
- </subview>
-
- </subview>
-
- </view>
-
- <!--Visualisations-->
-
- <view
- id = "visView"
- width = "400"
- height = "220"
- minWidth = "400"
- minHeight = "220"
- resizAble = "true"
- titleBar = "false"
- backgroundColor = "none"
- onLoad = "loadVis()"
- onClose = "saveVis()"
- scriptFile = "blue.js"
- timerInterval = "0"
- onTimer = "visTextFade()"
- >
-
- <player
- openState_onchange = "checkVisualisationsView()"
- playState_onchange = "checkVisualisationsView()"
- />
-
- <subview
- zIndex = "5"
- backgroundImage = "list_leftup.png"
- transparencyColor = "#00ff00"
- />
- <subview
- left = "140"
- zIndex = "4"
- backgroundImage = "list_upperrepeat.png"
- horizontalAlignment = "stretch"
- backgroundTiled = "true"
- transparencyColor = "#00ff00"
- verticalAlignment = "top"
- />
- <subview
- left = "jscript:view.width-180"
- zIndex = "5"
- backgroundImage = "list_rightup.png"
- horizontalAlignment = "right"
- transparencyColor = "#00ff00"
- verticalAlignment = "top"
- />
- <subview
- left = "jscript:view.width-35"
- top = "110"
- zIndex = "4"
- backgroundImage = "list_rightmiddlerepeat.png"
- horizontalAlignment = "right"
- verticalAlignment = "stretch"
- backgroundTiled = "true"
- transparencyColor = "#00ff00"
- />
- <subview
- left = "jscript:view.width-180"
- top = "jscript:view.height-60"
- zIndex = "5"
- backgroundImage = "list_rightdown.png"
- horizontalAlignment = "right"
- transparencyColor = "#00ff00"
- verticalAlignment = "bottom"
- />
- <subview
- left = "140"
- top = "jscript:view.height-60"
- zIndex = "4"
- backgroundImage = "list_lowerrepeat.png"
- horizontalAlignment = "stretch"
- verticalAlignment = "bottom"
- backgroundTiled = "true"
- transparencyColor = "#00ff00"
- />
- <subview
- zIndex = "5"
- backgroundImage = "list_leftdown.png"
- transparencyColor = "#00ff00"
- verticalAlignment = "bottom"
- top = "jscript:view.height-60"
- />
- <subview
- zIndex = "4"
- top = "110"
- verticalAlignment = "stretch"
- backgroundImage = "list_leftmiddlerepeat.png"
- backgroundTiled = "true"
- transparencyColor = "#00ff00"
- />
-
- <!-- Resize Window Button -->
-
- <subview
- zIndex = "10"
- left = "jscript:view.width-38"
- top = "jscript:view.height-38"
- verticalAlignment = "bottom"
- horizontalAlignment = "right"
- backgroundImage = "list_resize.png"
- transparencyColor = "#00ff00"
- >
- <button
- onMouseDown = "view.size( 'bottomright' );"
- cursor = "sizenwse"
- upToolTip = "Resize"
- />
- </subview>
-
-
- <!--Next Vis, Previous Vis, Close buttons-->
- <subview
- zIndex = "5"
- left = "jscript:view.width-95"
- top = "3"
- horizontalAlignment = "right"
- backgroundImage = "list_buttons_bg.png"
- transparencyColor = "#00FF00"
- >
- <buttongroup
- image = "vis_buttons_no.png"
- hoverImage = "vis_buttons_hover.gif"
- downImage = "vis_buttons_clicked.png"
- mappingImage = "list_buttons_map.bmp"
- >
- <buttonelement
- mappingColor = "#FF00FF"
- id = "previousVisButton"
- upToolTip = "Previous Visualisation"
- onClick = "visEffects.previous();setVisText();"
- />
- <buttonelement
- mappingColor = "#0000FF"
- onClick = "closeView('visWindow')"
- upToolTip = "Close Visualisations"
- />
- <buttonelement
- mappingColor = "#FF0000"
- id = "nextVisButton"
- upToolTip = "Next Visualisation"
- onClick = "visEffects.next();setVisText();"
- />
- </buttongroup>
- </subview>
-
- <!--Vis Window-->
-
- <subview
- id = "visOuterFrame"
- zIndex = "10"
- left = "35"
- top = "35"
- verticalAlignment = "stretch"
- horizontalAlignment = "stretch"
- width = "jscript:view.width-70"
- height = "jscript:view.height-69"
- backgroundColor = "#000000"
- >
- <effects
- zIndex = "20"
- id = "visEffects"
- width = "jscript:visOuterFrame.width"
- height = "jscript:visOuterFrame.height"
- horizontalAlignment = "stretch"
- verticalAlignment = "stretch"
- windowed = "false"
- currentEffectType = "wmpprop:mediacenter.effectType"
- currentPreset = "wmpprop:mediacenter.effectPreset"
- currentEffectType_onchange = "mediacenter.effectType=currentEffectType;"
- visible="true"
- clippingColor="#FFFFFF"
- />
-
- </subview>
-
- <!-- Fading Text -->
-
- <subview
- id = "visTextSub"
- top = "jscript:visOuterFrame.height-20"
- verticalAlignment = "bottom"
- horizontalAlignment = "center"
- width = "jscript:visOuterFrame.width"
- height = "40"
- zIndex = "40"
- >
- <text
- id = "visEffectText"
- fontSize = "11"
- fontFace = "Trebuchet MS"
- fontStyle = "bold"
- fontSmoothing = "true"
- foregroundColor = "#00A3FF"
- horizontalAlignment = "center"
- />
- </subview>
-
- </view>
-
- <!-- Equalizer -->
-
- <view
- id = "eqView"
- width = "400"
- height = "220"
- minWidth = "400"
- minHeight = "220"
- resizAble = "false"
- titleBar = "false"
- backgroundColor = "none"
- onLoad = "loadEq()"
- onClose = "saveEq()"
- scriptFile = "blue.js"
- >
- <subview
- zIndex = "5"
- backgroundImage = "list_leftup.png"
- transparencyColor = "#00ff00"
- />
- <subview
- left = "140"
- zIndex = "4"
- backgroundImage = "list_upperrepeat.png"
- horizontalAlignment = "stretch"
- backgroundTiled = "true"
- transparencyColor = "#00ff00"
- verticalAlignment = "top"
- />
- <subview
- left = "jscript:view.width-180"
- zIndex = "5"
- backgroundImage = "list_rightup.png"
- horizontalAlignment = "right"
- transparencyColor = "#00ff00"
- verticalAlignment = "top"
- />
- <subview
- left = "jscript:view.width-35"
- top = "110"
- zIndex = "4"
- backgroundImage = "list_rightmiddlerepeat.png"
- horizontalAlignment = "right"
- verticalAlignment = "stretch"
- backgroundTiled = "true"
- transparencyColor = "#00ff00"
- />
- <subview
- left = "jscript:view.width-180"
- top = "jscript:view.height-60"
- zIndex = "5"
- backgroundImage = "list_rightdown.png"
- horizontalAlignment = "right"
- transparencyColor = "#00ff00"
- verticalAlignment = "bottom"
- />
- <subview
- left = "140"
- top = "jscript:view.height-60"
- zIndex = "4"
- backgroundImage = "list_lowerrepeat.png"
- horizontalAlignment = "stretch"
- verticalAlignment = "bottom"
- backgroundTiled = "true"
- transparencyColor = "#00ff00"
- />
- <subview
- zIndex = "5"
- backgroundImage = "list_leftdown.png"
- transparencyColor = "#00ff00"
- verticalAlignment = "bottom"
- top = "jscript:view.height-60"
- />
- <subview
- zIndex = "4"
- top = "110"
- verticalAlignment = "stretch"
- backgroundImage = "list_leftmiddlerepeat.png"
- backgroundTiled = "true"
- transparencyColor = "#00ff00"
- />
-
- <subview
- zIndex = "10"
- left = "jscript:view.width-38"
- top = "jscript:view.height-38"
- verticalAlignment = "bottom"
- horizontalAlignment = "right"
- backgroundImage = "list_resize.png"
- transparencyColor = "#00ff00"
- >
- <button
- onMouseDown = "view.size( 'bottomright' );"
- cursor = "sizenwse"
- enabled = "false"
- />
- </subview>
-
- <!--Next Preset, Previous Preset, Close buttons-->
-
- <subview
- zIndex = "5"
- left = "jscript:view.width-95"
- top = "3"
- horizontalAlignment = "right"
- backgroundImage = "list_buttons_bg.png"
- transparencyColor = "#00FF00"
- >
- <buttongroup
- image = "vis_buttons_no.png"
- hoverImage = "vis_buttons_hover.gif"
- downImage = "vis_buttons_clicked.png"
- mappingImage = "list_buttons_map.bmp"
- >
- <buttonelement
- mappingColor = "#FF00FF"
- id = "previousEqButton"
- upToolTip = "Previous Preset"
- onClick = "eqsettings.previousPreset()"
- />
- <buttonelement
- mappingColor = "#0000FF"
- onClick = "closeView('eqWindow')"
- upToolTip = "Close Equalizer"
- />
- <buttonelement
- mappingColor = "#FF0000"
- id = "nextEqButton"
- upToolTip = "Next Preset"
- onClick = "eqsettings.nextPreset()"
- />
- </buttongroup>
- </subview>
-
- <subview
- backgroundImage = "eq_bg.png"
- zIndex = "6"
- left = "30"
- top = "30"
- >
- <equalizersettings
- id = "eqsettings"
- enableSplineTension = "true"
- splineTension = "wmpprop:eqsettings.splineTension"
- />
- <slider
- id = "eq1"
- left = "28"
- top = "22"
- width = "8"
- height = "103"
- thumbImage = "eq_sld_vert_thumb.png"
- foregroundImage = "eq_sld_vert_full.png"
- slide = "false"
- borderSize = "4"
- min = "-20"
- max = "20"
- value = "wmpprop:eqsettings.gainLevel1"
- value_onchange = "eqsettings.gainLevel1=value;"
- toolTip = "31Hz"
- direction = "vertical"
- />
- <slider
- id = "eq2"
- left = "43"
- top = "22"
- width = "8"
- height = "103"
- thumbImage = "eq_sld_vert_thumb.png"
- foregroundImage = "eq_sld_vert_full.png"
- slide = "false"
- borderSize = "4"
- min = "-20"
- max = "20"
- value = "wmpprop:eqsettings.gainLevel2"
- value_onchange = "eqsettings.gainLevel2=value;"
- toolTip = "63Hz"
- direction = "vertical"
- />
- <slider
- id = "eq3"
- left = "58"
- top = "22"
- width = "8"
- height = "103"
- thumbImage = "eq_sld_vert_thumb.png"
- foregroundImage = "eq_sld_vert_full.png"
- slide = "false"
- borderSize = "4"
- min = "-20"
- max = "20"
- value = "wmpprop:eqsettings.gainLevel3"
- value_onchange = "eqsettings.gainLevel3=value;"
- toolTip = "125Hz"
- direction = "vertical"
- />
- <slider
- id = "eq4"
- left = "73"
- top = "22"
- width = "8"
- height = "103"
- thumbImage = "eq_sld_vert_thumb.png"
- foregroundImage = "eq_sld_vert_full.png"
- slide = "false"
- borderSize = "4"
- min = "-20"
- max = "20"
- value = "wmpprop:eqsettings.gainLevel4"
- value_onchange = "eqsettings.gainLevel4=value;"
- toolTip = "250Hz"
- direction = "vertical"
- />
- <slider
- id = "eq5"
- left = "88"
- top = "22"
- width = "8"
- height = "103"
- thumbImage = "eq_sld_vert_thumb.png"
- foregroundImage = "eq_sld_vert_full.png"
- slide = "false"
- borderSize = "4"
- min = "-20"
- max = "20"
- value = "wmpprop:eqsettings.gainLevel5"
- value_onchange = "eqsettings.gainLevel5=value;"
- toolTip = "500Hz"
- direction = "vertical"
- />
- <slider
- id = "eq6"
- left = "103"
- top = "22"
- width = "8"
- height = "103"
- thumbImage = "eq_sld_vert_thumb.png"
- foregroundImage = "eq_sld_vert_full.png"
- slide = "false"
- borderSize = "4"
- min = "-20"
- max = "20"
- value = "wmpprop:eqsettings.gainLevel6"
- value_onchange = "eqsettings.gainLevel6=value;"
- toolTip = "1kHz"
- direction = "vertical"
- />
- <slider
- id = "eq7"
- left = "118"
- top = "22"
- width = "8"
- height = "103"
- thumbImage = "eq_sld_vert_thumb.png"
- foregroundImage = "eq_sld_vert_full.png"
- slide = "false"
- borderSize = "4"
- min = "-20"
- max = "20"
- value = "wmpprop:eqsettings.gainLevel7"
- value_onchange = "eqsettings.gainLevel7=value;"
- toolTip = "2kHz"
- direction = "vertical"
- />
- <slider
- id = "eq8"
- left = "133"
- top = "22"
- width = "8"
- height = "103"
- thumbImage = "eq_sld_vert_thumb.png"
- foregroundImage = "eq_sld_vert_full.png"
- slide = "false"
- borderSize = "4"
- min = "-20"
- max = "20"
- value = "wmpprop:eqsettings.gainLevel8"
- value_onchange = "eqsettings.gainLevel8=value;"
- toolTip = "4kHz"
- direction = "vertical"
- />
- <slider
- id = "eq9"
- left = "148"
- top = "22"
- width = "8"
- height = "103"
- thumbImage = "eq_sld_vert_thumb.png"
- foregroundImage = "eq_sld_vert_full.png"
- slide = "false"
- borderSize = "4"
- min = "-20"
- max = "20"
- value = "wmpprop:eqsettings.gainLevel9"
- value_onchange = "eqsettings.gainLevel9=value;"
- toolTip = "8kHz"
- direction = "vertical"
- />
- <slider
- id = "eq10"
- left = "163 "
- top = "22"
- width = "8"
- height = "103"
- thumbImage = "eq_sld_vert_thumb.png"
- foregroundImage = "eq_sld_vert_full.png"
- slide = "false"
- borderSize = "4"
- min = "-20"
- max = "20"
- value = "wmpprop:eqsettings.gainLevel10"
- value_onchange = "eqsettings.gainLevel10=value;"
- toolTip = "16kHz"
- direction = "vertical"
- />
- <!--Preset Text-->
- <text
- zIndex = "100"
- id = "eqPresetText"
- left = "203"
- top = "12"
- width = "109"
- fontSize = "8"
- fontSmoothing = "true"
- fontFace = "Trebuchet MS"
- foregroundColor = "#00A8FF"
- fontStyle = "bold"
- justification = "center"
- value = "wmpprop:eqsettings.currentPresetTitle"
- passThrough = "true"
- />
-
- <text
- zIndex = "100"
- id = "eqBalanceText"
- left = "203"
- top = "30"
- width = "109"
- fontSize = "7"
- fontSmoothing = "true"
- fontFace = "Trebuchet MS"
- foregroundColor = "#00A8FF"
- fontStyle = "bold"
- justification = "center"
- value = "jscript: 'Balance ' + player.settings.balance;"
- passThrough = "true"
- />
-
- <!--Balance Slider -->
- <slider
- id = "balance"
- left = "211 "
- top = "48"
- width = "88"
- height = "8"
- thumbImage = "eq_sld_bal_thumb.png"
- foregroundImage = "eq_sld_bal_full.png"
- slide = "false"
- borderSize = "4"
- min = "-100"
- max = "100"
- value = "wmpprop:player.settings.balance"
- value_onchange = "jscript:player.settings.balance=value;eqBalanceText.value='Balance '+player.settings.balance"
- toolTip = "Balance"
- direction = "horizontal"
- />
-
- <!--WoW buttons-->
- <buttongroup
- left = "190"
- top = "125"
- zIndex = "20"
- image = "eq_wowbuttons_no.png"
- hoverImage = "eq_wowbuttons_hover.gif"
- downImage = "eq_wowbuttons_clicked.png"
- mappingImage = "eq_wowbuttons_map.bmp"
- >
- <buttonelement
- mappingColor = "#FF0000"
- onClick = "eqsettings.enhancedAudio = !eqsettings.enhancedAudio"
- sticky = "true"
- down = "wmpprop:eqsettings.enhancedAudio"
- upToolTip = "Turn On SRS WOW Effects"
- downToolTip = "Turn Off SRS WOW Effects"
- />
- <buttonelement
- mappingColor = "#00FF00"
- onClick = "toggleBox()"
- upToolTip = "Next Speaker Setting"
- enabled = "wmpprop:eqsettings.enhancedAudio"
- />
- </buttongroup>
-
- <!--SRS WOW Effects Sliders-->
-
- <slider
- id = "trubass"
- left = "211 "
- top = "84"
- width = "88"
- height = "8"
- thumbImage = "eq_sld_bal_thumb.png"
- foregroundImage = "eq_sld_wow_full.png"
- slide = "false"
- borderSize = "4"
- min = "0"
- max = "100"
- toolTip = "TruBass"
- direction = "horizontal"
- onPositionChange = "jscript:eqsettings.truBassLevel=value;"
- value = "wmpprop:eqsettings.truBassLevel"
- enabled = "wmpprop:eqsettings.enhancedAudio"
- />
-
- <slider
- id = "wow"
- left = "211 "
- top = "107"
- width = "88"
- height = "8"
- thumbImage = "eq_sld_bal_thumb.png"
- foregroundImage = "eq_sld_wow_full.png"
- slide = "false"
- borderSize = "4"
- min = "0"
- max = "100"
- toolTip = "WOW Effect"
- direction = "horizontal"
- onPositionChange = "jscript:eqsettings.wowLevel=value;"
- value = "wmpprop:eqsettings.wowLevel"
- enabled = "wmpprop:eqsettings.enhancedAudio"
- />
- <text
- zIndex = "100"
- left = "224"
- top = "123"
- width = "109"
- fontSize = "7"
- fontSmoothing = "true"
- fontFace = "Trebuchet MS"
- foregroundColor = "#00A8FF"
- justification = "left"
- value = "SRS WOW Effects"
- passThrough = "true"
- />
- <text
- zIndex = "100"
- left = "224"
- top = "137"
- width = "109"
- fontSize = "7"
- fontSmoothing = "true"
- fontFace = "Trebuchet MS"
- foregroundColor = "#00A8FF"
- justification = "left"
- value = "wmpprop:eqsettings.currentSpeakerName"
- passThrough = "true"
- />
- </subview>
- <subview
- left = "40"
- top = "165"
- zIndex = "20"
- backgroundImage = "eq_buttons_no.png"
- horizontalAlignment = "left"
- >
- <buttongroup
- zIndex = "20"
- image = "eq_buttons_no.png"
- hoverImage = "eq_buttons_hover.gif"
- downImage = "eq_buttons_clicked.png"
- mappingImage = "eq_buttons_map.bmp"
- >
- <buttonelement
- mappingColor = "#FF0000"
- id = "eqReset"
- onClick = "eqsettings.reset();player.settings.balance=0"
- upToolTip = "Reset Equalizer Settings"
- />
- <buttonelement
- mappingColor = "#D80000"
- sticky = "true"
- id = "eqCross"
- onClick = "eqsettings.crossFade = !eqsettings.crossFade;eqsettings.crossFadeWindow=6000;"
- upToolTip = "Turn On Crossfading"
- downToolTip = "Turn Off Crossfading"
- down = "wmpprop:eqsettings.crossFade"
- />
- <buttonelement
- mappingColor = "#B50000"
- sticky = "true"
- id = "eqFan"
- onClick = "toggleFan()"
- down = "jscript:if(loadSwitch('switchFan')) eqFan.down=true;"
- upToolTip = "Next Time Turn Cooling Off"
- downToolTip = "Next Time Turn Cooling On"
- />
- <buttonelement
- mappingColor = "#920000"
- sticky = "true"
- id = "eqSoft"
- onClick = "toggleTension('soft')"
- upToolTip = "Soft Tension"
- />
- <buttonelement
- mappingColor = "#700000"
- sticky = "true"
- id = "eqHard"
- onClick = "toggleTension('hard')"
- upToolTip = "Hard Tension"
- />
- <buttonelement
- mappingColor = "#500000"
- sticky = "true"
- id = "eqOff"
- onClick = "toggleTension('off')"
- upToolTip = "No Tension"
- />
-
- </buttongroup>
- </subview>
-
- </view>
-
- <!--Info Mode-->
-
- <view
- id = "infoView"
- width = "280"
- height = "360"
- minWidth = "280"
- minHeight = "360"
- resizAble = "false"
- titleBar = "false"
- backgroundColor = "none"
- onLoad = "loadInfo()"
- onClose = "saveInfo()"
- scriptFile = "blue.js"
- timerInterval = "500"
- onTimer = "toggleInfo()"
- >
- <subview
- zIndex = "2"
- backgroundImage = "info_bg.png"
- horizontalAlignment = "center"
- verticalAlignment = "bottom"
- transparencyColor = "#00FF00"
- >
- <buttongroup
- zIndex = "10"
- image = "info_button_no.png"
- mappingImage = "info_button_map.bmp"
- hoverImage = "info_button_hover.gif"
- downImage = "info_button_down.png"
- left = "115"
- top = "jscript:view.height-96"
-
- >
- <buttonelement
- mappingColor = "#FF0000"
- uptoolTip = "Show Info Mode"
- onClick = "jscript:startOrder=true;toggleMenu();infoSwitch=true;"
- id = "infoButton"
- />
- </buttongroup>
-
- <button
- zIndex = "20"
- image = "info_close_no.png"
- hoverImage = "info_close_hover.gif"
- downImage = "info_close_clicked.png"
- onClick = "jscript:closeView('infoWindow'),buttonToggle=true;"
- upToolTip = "Close Info Mode"
- left = "133"
- top = "jscript:view.height-17"
-
- />
-
- <subview
- id = "infoScreen"
- visible = "false"
- zIndex = "1"
- horizontalAlignment = "center"
- verticalAlignment = "bottom"
- transparencyColor = "#00FF00"
- backgroundImage = "spacer.png"
- >
- <subview
- onEndAlphaBlend = "endAlphaBlend();"
- alphaBlend = "0"
- top = "60"
- left = "41"
- id = "infoDisplay"
- zIndex = "3"
- height = "194"
- width = "178"
- horizontalAlignment = "center"
- verticalAlignment = "bottom"
- visible = "false"
- backgroundImage = "info_menu_bg.png"
- >
- <buttongroup
- id = "infoMenu"
- zIndex = "2"
- top = "173"
- image = "info_screen_menu_no.png"
- hoverImage = "info_screen_menu_hover.png"
- mappingImage = "info_screen_menu_map.bmp"
- disabledImage = "info_screen_menu_dis.png"
- visible = "false"
- >
-
- <buttonelement
- zIndex = "20"
- id = "infoPrev"
- mappingColor = "#FF0000"
- onClick = "jscript:orderReverse=true;startOrder=false;showInfo(3);"
- upToolTip = "View Previous Image"
- />
-
- <buttonelement
- zIndex = "20"
- id = "infoNext"
- mappingColor = "#00FF00"
- onClick = "jscript:orderReverse=false;startOrder=false;showInfo(3);"
- upToolTip = "View Next Image"
- />
-
- <buttonelement
- zIndex = "20"
- id = "infoReturn"
- mappingColor = "#FF00FF"
- upToolTip = "Return To Menu"
- onClick = "jscript:showInfo(1);startOrder=true;orderNr=1;"
- upToolTip = "Return To Menu"
- />
- </buttongroup>
-
- <buttongroup
- top = "132"
- id = "infoMenuBack"
- visible = "false"
- zIndex = "3"
- image = "info_main_no.jpg"
- hoverImage = "info_main_hover.jpg"
- mappingImage = "info_main_map.bmp"
-
- >
-
- <buttonelement
- zIndex = "20"
- mappingColor = "#FF0000"
- id = "infoContacts"
- upToolTip = "Contacts"
- onClick = "jscript:showInfo(2);"
- upToolTip = "Contact Us"
- />
-
- <buttonelement
- zIndex = "20"
- mappingColor = "#00FF00"
- id = "infoMakingOf"
- upToolTip = "Making of"
- onClick = "jscript:showInfo(3);startOrder=true;"
- upToolTip = "Start Making of Slide Show"
- />
-
- <buttonelement
- zIndex = "20"
- mappingColor = "#FF00FF"
- id = "infoExit"
- onClick = "closeView('infoWindow')"
- upToolTip = "Close Info Mode"
- />
-
- </buttongroup>
-
- <!--email-->
-
- <button
- id = "email"
- top = "60"
- visible = "false"
- image = "info_menu_contacts_em_no.png"
- hoverImage = "info_menu_contacts_em_hover.png"
- onClick = "jscript:player.launchURL('mailto:arnitald@hotmail.com');"
- upToolTip = "Contact The Creator"
- />
- </subview>
- </subview>
-
- </subview>
- </view>
-
- </theme>