var conf = {

    // default clip configuration 
    defaults: {

        autoPlay: true,
        autoBuffering: true,

        // functions are also supported 
        onBegin: function() {

            // make controlbar visible in 4000 seconds 
            this.getControls().fadeIn(1);
        }

    },
    
    canvas:
    {
	    touch_bg: {
	        backgroundGradient: 'none',
	        backgroundImage: 'url(/Files/Billeder/FLVplayer/BG.jpg)'
	        //				        backgroundColor: '#111111'
	    }    
    },
    

    // my skins 
    skins: {
        std: {
            backgroundGradient: 'none',
            backgroundColor: 'transparent',
            all: false,
            scrubber: true,
            opacity: 0,
            time: false
        }

        // setup additional skins here ...         
    }

}