flowplayer("preview", "player/flowplayer-3.2.2.swf", {
    onLoad: function() {	// called when player has finished loading
        this.setVolume(0);	// set volume property
    },
    
    plugins: {
       controls: null
    }

});