window.onload = function() { /* use flashembed to place flowplayer into HTML element whose id is "example" (below this script tag) */ flashembed("vidplayer", /* first argument supplies standard Flash parameters. See full list: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701 */ { src:'http://video.kongressmedia.de/server/FlowPlayerDark.swf', width: 400, height: 290 }, /* second argument is Flowplayer specific configuration. See full list: http://flowplayer.org/player/configuration.html */ {config: { showMenu:false, autoPlay:true, controlBarBackgroundColor:'0x106CA8', initialScale: 'scale', autoBuffering: true, videoFile: '/share/e2f_001_suw_charman.flv', splashImageFile: '/share/e2f_001_suw_charman.jpg', baseURL: 'http://video.kongressmedia.de' }} ); }