<?xml version = '1.0'?>
<panorama>
	<parameters>
		disableLoading = 1
		friction = 0.90 
		segments = 30
		qualityStatic = high
		qualityStatic2 = high
		qualityMotion = low
		qualityMotion2 = high

		layer_2 = ../hotspots.swf
		layer_3 = ../tooltips.swf
		layer_4 = ../menuFullscreen.swf
	</parameters>

	<hotspots>
		<global onStart="goBridge()" onTransitionEnd="startUp()"
			startUp="pano.pan=-4,4500,smooth;pano.zoom=1.0,6000,smooth,showHeader"
			goBridge="loadPano(panoName=../billboard/img/arstaviken090627&amp;panHome=-174&amp;tiltHome=0&amp;zoomHome=0.8)"
			showHeader="m_play1.alpha=1,2000;m_play2.alpha=1,2000;btn_play.alpha=1,2000;btn_stop.alpha=1,2000;btn_pause.alpha=1,2000;volume.alpha=1,2000;vol_up.alpha=1,2000;vol_down.alpha=1,2000;text1.visible=1"

			soundStart="text2.visible=1"
			soundStop="text2.visible=0"
			play1="player.file=/panos/images/mp3/rubber.mp3;text3.text=%22Rubber Bullets%22 by 10cc;soundStart()"
			play2="player.file=/panos/images/mp3/clockwork.mp3;text3.text=%22Clockwork Creep%22 by 10cc;soundStart()"
		>
			<spot id="FSbutton" url="../img/full.png" alt="Fullscreen on/off" static="1" salign="TL" staticX="35" staticY="35" scale="1" alpha="0.65" onClick="fullscreen(-)" />

			<spot id="player" url="../soundspot.swf" file="" repeat="0" pan="18" tilt="0" enableSoundPanning="0" soundRadius="180" soundVolume="0.2"
				onComplete="global.soundStop()"
			/>

 			<spot id="volume" url="../volSlider/volSlider.swf" static="1" align="BR" salign="BR" staticX="-20" staticY="12"
				visible="1" alpha="0" blockMouse="1" buttonMode="0" useHandCursor="0" scale="0.6"
				target="player"
			/>

			<box id="text1" url="../textbox.swf" visible="0" pan="18.18" tilt="18" rotationX="0" rotationY="0" rotationZ="3" 
				align="TC" depth="4" segmentsX="6" segmentsY="4" distance="1.00" useHandCursor="0"
				font="Arial" size="30" color="#FFFF00" bold="1"
				text="soundspot"
			/>
			<box id="text2" url="../textbox.swf" visible="0" pan="18.18" tilt="13.41" rotationX="0" rotationY="0" rotationZ="2" 
				align="TC" depth="4" segmentsX="6" segmentsY="4" distance="1.00" useHandCursor="0"
				font="Arial" size="14" color="#FFFFFF" bold="0"
				text="now playing"
			/>
			<box id="text3" url="../textbox.swf" visible="1" pan="18.18" tilt="9" rotationX="0" rotationY="0" rotationZ="2" 
				align="TC" depth="4" segmentsX="6" segmentsY="4" distance="1.00" useHandCursor="0"
				font="Arial" size="15" color="#FF8080" bold="1"
				text=""
			/>

			<spot id="m_play1" url="../textbox.swf" static="1" align="BC" salign="BC" staticX="-70" staticY="-45" mouseChildren="0"
				visible="1" alpha="0"
				width="110" wordwrap="1"
				font="Trebuchet MS" size="16" color="#000000" bold="1" margin="5"
				bgcolor="#00D000" bordercolor="#F0F0F0" 
				onClick="play1()"
				text="Play sound1"
			/>
			<spot id="m_play2" url="../textbox.swf" static="1" align="BC" salign="BC" staticX="-70" staticY="-10" mouseChildren="0"
				visible="1" alpha="0"
				width="110" wordwrap="1"
				font="Trebuchet MS" size="16" color="#000000" bold="1" margin="5"
				bgcolor="#00D000" bordercolor="#F0F0F0" 
				onClick="play2()"
				text="Play sound2"
			/>
			<spot id="btn_play" url="/panos/images/com/play1.png" static="1" align="BC" salign="BC" staticX="80" staticY="-22"
				visible="1" alpha="0"
				onClick="player.file=play;soundStart()"
			/>
			<spot id="btn_pause" url="/panos/images/com/pause1.png" static="1" align="BC" salign="BC" staticX="120" staticY="-22"
				visible="1" alpha="0"
				onClick="player.file=pause"
			/>
			<spot id="btn_stop" url="/panos/images/com/stop1.png" static="1" align="BC" salign="BC" staticX="160" staticY="-22"
				visible="1" alpha="0"
				onClick="player.file=stop;soundStop()"
			/>

			<spot id="vol_up" url="../textbox.swf" visible="1" alpha="0" static="1" align="BC" salign="BC" staticX="235" staticY="-43" mouseChildren="0"
				width="70" wordwrap="1" textalign="center"
				font="Trebuchet MS" size="12" color="#000000" bold="0"
				bgcolor="#A0A0FF" bordercolor="#000000" 
				onClick="player.soundVolume=0.30,2000"
				text="Fade in"
			/>
			<spot id="vol_down" url="../textbox.swf" visible="1" alpha="0" static="1" align="BC" salign="BC" staticX="235" staticY="-13" mouseChildren="0"
				width="70" wordwrap="1" textalign="center"
				font="Trebuchet MS" size="12" color="#000000" bold="0"
				bgcolor="#A0A0FF" bordercolor="#000000" 
				onClick="player.soundVolume=0,2000"
				text="Fade out"
			/>

		</global>
	</hotspots>

</panorama>

