flowplayer("player", "/js/flowplayer-3.2.7.swf",{ "playlist": [ { url: '/files/vid_img3.png', scaling: 'orig' }, { url: '/files/spot_web.flv', autoPlay: false, autoBuffering: true } ], "plugins": { controls: { "url":"/js/flowplayer.controls-3.2.5.swf", "fullscreen":false, "stop":false, "backgroundColor":"rgba(0, 0, 0, 0)", "time":false, "volumeSliderGradient":"none", "progressGradient":"none", "buttonColor":"rgba(130,130,130,1)", } }, onLoad: function () { this.setVolume(80); } });