flowplayer('player', { src: '/VideoPlayer/flowplayer.commercial-3.1.5.swf', wmode: 'transparent' },
{

		
    key: '#@d0eee1176b881993c69',


    // rest of the Flowplayer configuration     

    contextMenu: [
'Film Nova TV Player',
{ 'Go to 13strides': function() {
    location.href = 'http://www.13strides.com';
}
}
],



    screen: {
        top: 0,
        left: 0,
        width: '100%',
        height: '100%'
    },


    plugins: {
        
        

        controls: { autoHide: "always",
            hideDelay: 1000,
            bottom: 0,
            width: '100%',
            alpha: 0.8,
            stop: true
        }

    },

canvas: {
background: 'url(/App_images/tv-bgnd.jpg) no-repeat 0 0'
},
    clip: {
 autoPlay: false,
        onStart: function(clip) {
            pageTracker._trackPageview("start: " + clip.url + parseInt(this.getTime()));
        },


        // track Pause event for this clip         
        onPause: function(clip) {
            pageTracker._trackPageview("pause: " + clip.url + parseInt(this.getTime()));
        },

        // track Stop event for this clip         
        onPause: function(clip) {
            pageTracker._trackPageview("stop: " + clip.url + parseInt(this.getTime()));
        },

        // track finish event for this clip         
        onFinish: function(clip) {
            pageTracker._trackPageview("finish: " + clip.url + parseInt(this.getTime()));

        }

    }
});
