function playvideo() { flowplayer("player", { src: "/Video/flowplayer.commercial-3.1.4.swf", version: [9, 115], onFail : function() { document.getElementById("info").innerHTML = 'Sie benötigen eine aktuelle Version des Adobe Flash Players, um das Video abzuspielen. Die neueste Version des Adobe Flash Players können Sie hier herunterladen.

'; } },{ key: '#@c97f39135c2848ce5b4', clip: { autoPlay: false, accelerated: true, autoBuffering: false, scale: 'fit', url : '/Video/2010FS/TW_EMILIA_LAY_artmix.mp4' }, play : { opacity: 1, replayLabel : "Nochmal?", replayLabelOpacity: 1 }, plugins: { controls: { buttonOverColor: '#aaaaaa', borderRadius: '0px', volumeSliderColor: '#000000', buttonColor: '#888888', timeColor: '#01DAFF', bufferColor: '#222222', sliderColor: '#000000', durationColor: '#ffffff', progressGradient: 'medium', bufferGradient: 'none', sliderGradient: 'none', backgroundGradient: [0.8, 0.4, 0.2, 0, 0], tooltipTextColor: '#ffffff', volumeSliderGradient: 'none', timeBgColor: '#555555', progressColor: '#444444', tooltipColor: '#777777', backgroundColor: '#333333', height: 24, opacity: 1.0, time: false, fullscreen: true } } }); } setTimeout("playvideo()", 10);