<?xml version="1.0" encoding="UTF-8"?>
<player>
	<!--  scalemode can be exactFit, noScale, or maintainAspectRatio -->
	<video title="Welcome" firstframe="" src="spinal_final.flv" lastframe="" autoplay="false" 
		autorewind="true"
		scalemode="exactFit"
		x="0" 
		y="0"
		width="542" 
		height="346"/>
	<!-- NOTE params="x, y. width, height, topLeft arc, topRight arc, bottomLeft arc, bottomRight arc" -->
  <!--mask shape="roundRectComplex" params="0, 0, 440, 330, 0, 0, 0, 0" debug="false"/-->	
	<controls autohide="true" anchor="bottom"><!-- anchor can take "below", "bottom" and "top" -->
		<!--background src="border_w440.png" color="999999" alpha="0.9"/-->
		<background color="005e65" alpha="0.8" width="542" y="305"/>
    <!-- Overlay callToAction button triggered at end of frame -->	
		<!--cta x="325" y="100" hitarea="x,y,width,height"
			href="http://www.heartbeatdigital.com" target="_self">
			<normalstate src="RSVP.png" />
			<overstate src="RSVP.png" />
			<downstate src="RSVP.png" />
			<disabledstate src="RSVP.png" />
		</cta-->	

		<bigplay x="212" y="114">
			<normalstate src="bigPlay.png" />
			<overstate src="bigPlay.png" alpha=".8"/>
			<downstate src="bigPlay.png" />
			<disabledstate src="bigPlay.png" />
		</bigplay>	
		
		<playpause x="30" y="330" >
			<playmode>
				<normalstate src="playButtonNormal_PT.png" color="0xffffff"/>
				<overstate src="playButtonNormal_PT.png" color="0xffffff" alpha="0.6"/>

				<downstate src="playButtonDown_PT.png" color="0xffffff"/>
				<disabledstate src="playButtonDisabled.png" color="0xffffff"/>
			</playmode>
			<pausemode>
				<normalstate src="pauseButtonNormal_PT.png" color="0xffffff"/>
				<overstate src="pauseButtonNormal_PT.png" color="0xffffff" alpha="0.6"/>
				<downstate src="pauseButtonDown.png" color="0xffffff"/>
				<disabledstate src="pauseButtonDisabled.png" color="0xffffff"/>
			</pausemode>
		</playpause>
		<!--timedisplay x="335" cssclass="timedisplay"/-->
    
		<seekbar height="4" x="60" width="360">
			<progress color="0xffffff" />
			<fill color="0x07afbc" />
			<handle alpha="0" width="20" height="20" y="2" color="0xFFFFFF">
			<!--handle shape="circle" shapeparams="0,3,8"-->
				<disabled color="0xffffff" useHandCursor="true" alpha="0"/>
				<over color="0xffffff" useHandCursor="true" alpha="0.6"/>
				<up color="0xffffff" useHandCursor="true"/>
				<down color="0xffffff" useHandCursor="true"/>
			</handle>
		</seekbar>
    
    <mute x="435" y="330">
      <offmode>
        <!--src="volumeEmptyBars.png" -->
        <normalstate src="unmute.png" color="0xffffff" alpha="0.6"/>
        <overstate src="unmute.png" color="0xffffff" alpha="0.6"/>
        <downstate src="unmute.png" color="0xffffff"/>
        <disabledstate src="unmute.png" />
      </offmode>
      <onmode>
        <normalstate src="mute.png" color="0xffffff"/>
        <overstate src="mute.png" color="0xffffff" alpha="0.9"/>
        <downstate src="mute.png" color="0xffffff"/>
        <disabledstate src="mute.png" color="0xffffff"/>
      </onmode>
    </mute>

    <generic name="someUniqueName" x="494" y="330" jsclick="shareVideo">
      <onmode>
        <!--filter name="DropShadow" distance="5" quality="3" /-->
        <disabledstate shape="circle" shapeparams="10,10,10" color="0xcccccc"/>
        <overstate src="share.png" />
        <normalstate src="share.png" />
        <downstate src="share.png"/>
      </onmode>
    </generic>  
    
	</controls>
	<assets>
		<font name="TradeGothic" src="TradeGothic.swf"/>
		<css src="style.css"/>
	</assets>
  <config
		imagedir="/Portals/_default/Skins/procure/images/vidplayer/"
		statedir="/Portals/_default/Skins/procure/images/vidplayer/"
		fontdir="/swf/vidplayer-assets/"
		videodir="/videos/"/>
</player>
