﻿var conf = { 
     
     com: {
     url: 'http://www.trivita.com/trivita-video/rel3.1.5/swf/flowplayer.commercial.swf'
     },
     
 ec2: {   
           
           // use latest RTMP plugin release  
            url: 'http://www.trivita.com/trivita-video/rel3.1.5/swf/flowplayer.rtmp-3.1.3.swf',             
             
            /* 
                netConnectionUrl defines where the streams are found 
                this URL is specific to EC2
            */ 
            con: 'rtmp://174.129.251.255/live'
      } , 
     
    // default clip configuration 
    defaults: { 
         
        autoPlay: false, 
        autoBuffering: true, 
     
        // functions are also supported 
        onBegin: function() { 
             
            // make controlbar visible in 4000 seconds 
            this.getControls().fadeIn(4000); 
        } 
         
    }, 
   
  plugins: {
         contenturl: 'http://www.trivita.com/trivita-video/rel3.1.5/swf/flowplayer.content-3.1.0.swf',
         bwcheckurl: 'http://www.trivita.com/trivita-video/swf/bwcheck/flowplayer.bwcheck-3.1.3.swf'  
         },
//  player: {
//  version: 'TriVita Player V 1.0', 
//  
//  sitename: {
//          trivitacom: 'TriVita',
//          sbcom: 'Sonoran Bloom',
//          trivitanet: 'TriVita' 
//  },
//              
//  siteurl: { 
//          trivitacom: 'http://trivita.com',
//          sbcom: 'http://sonoranbloom.com',
//          trivitanet: 'http://trivita.net' 
//  }
//  
//  
//  },
     
    // my skins 
    skins: {         
        gray:  { 
   timeBgColor: '#20201e',
durationColor: '#929292',
volumeSliderGradient: 'none',
tooltipColor: '#242222',
volumeSliderColor: '#000000',
tooltipTextColor: '#ffffff',
backgroundColor: '#000000',
progressColor: '#000000',
timeColor: '#cccccc',
borderRadius: '2px',
buttonOverColor: '#242222',
bufferColor: '#000000',
backgroundGradient: 'medium',
buttonColor: '#000000',
progressGradient: 'none',
bufferGradient: 'none',
sliderGradient: 'none',
sliderColor: '#000000',
height: 25,
opacity: .8, 
time: true 
        } ,
        
        white: {
           timeBgColor: '#ffffff',
durationColor: '#929292',
volumeSliderGradient: 'none',
tooltipColor: '#242222',
volumeSliderColor: '#000000',
tooltipTextColor: '#ffffff',
backgroundColor: '#000000',
progressColor: '#000000',
timeColor: '#cccccc',
borderRadius: '2px',
buttonOverColor: '#242222',
bufferColor: '#000000',
backgroundGradient: 'medium',
buttonColor: '#000000',
progressGradient: 'none',
bufferGradient: 'none',
sliderGradient: 'none',
sliderColor: '#000000',
height: 25,
opacity: .8, 
time: true 
        }, 
         //video library skin
     videolibrary: {
     gray: {
        
            all:false, 
            scrubber:true, 
            play:true, 
            mute:false, 
            volume:true, 
            time:true, 
            autoHide: 'always' , 
            fullscreen: false,
            timeBgColor: '#20201e',
            durationColor: '#929292',
            volumeSliderGradient: 'none',
            tooltipColor: '#242222',
            volumeSliderColor: '#000000',
            tooltipTextColor: '#ffffff',
            backgroundColor: '#000000',
            progressColor: '#000000',
            timeColor: '#cccccc',
            borderRadius: '2px',
            buttonOverColor: '#242222',
            bufferColor: '#000000',
            backgroundGradient: 'medium',
            buttonColor: '#000000',
            progressGradient: 'none',
            bufferGradient: 'none',
            sliderGradient: 'none',
            sliderColor: '#000000',
            height: 25,
            opacity: 1.0
 }
 }, 
//video email skin
 videoemail: {
     gray: {
        
            all:false, 
            scrubber:true, 
            play:true, 
            mute:false, 
            volume:true, 
            time:true, 
            autoHide: 'always' , 
            fullscreen: true,
            timeBgColor: '#20201e',
            durationColor: '#929292',
            volumeSliderGradient: 'none',
            tooltipColor: '#242222',
            volumeSliderColor: '#000000',
            tooltipTextColor: '#ffffff',
            backgroundColor: '#000000',
            progressColor: '#000000',
            timeColor: '#cccccc',
            borderRadius: '2px',
            buttonOverColor: '#242222',
            bufferColor: '#000000',
            backgroundGradient: 'medium',
            buttonColor: '#000000',
            progressGradient: 'none',
            bufferGradient: 'none',
            sliderGradient: 'none',
            sliderColor: '#000000',
            height: 25,
            opacity: 1.0
            }
                 } 
 
    } 
     
}