/* Flash Mediaplayer Control (FMC) v1.20 Copyright 2007, Christopher Peter This software is licensed under the CC-GNU LGPL */ function writeTitle(ID,text) { if(document.getElementById) { document.getElementById(ID).innerHTML = text; } else if(document.all) { document.all[ID].innerHTML = text; } } function playMovie(file,title,comment) { var FO = { movie:"http://video.messe-duesseldorf.de/player/flash_flv_player/flvplayer.swf", width:"400px", height:"300px", majorversion:"7", build:"0", bgcolor:"#000000", allowfullscreen:"true", flashvars:"file="+file+"&showdigits=false&autostart=true&repeat=false&fullscreenpage=http%3A%2F%2Fvideo.messe-duesseldorf.de%2Fplayer%2Ffullscreen.html&fsreturnpage="+escape(document.URL)+"&linkfromdisplay=false" }; UFO.create(FO, 'player'); writeTitle('playerTitle',title); writeTitle('playerComment',comment); } function playSound(file,title,comment) { var FO = { movie:"http://video.messe-duesseldorf.de/player/flash_mp3_player/mp3player.swf", width:"400px", height:"40px", majorversion:"7", build:"0", bgcolor:"#000000", flashvars:"file="+file+"&title="+comment+"&repeat=false&lightcolor=0x6CCCCCC&autostart=true" }; UFO.create(FO, 'player'); writeTitle('playerTitle',title); writeTitle('playerComment',comment); } // HEADLINE document.write('

'); // PLAYER DIV document.write('
'); document.write('

'); // Autoplay if(document.all) { playMovie("http://video.messe-duesseldorf.de/vod/media/honsel_flash8_messe.flv","Statement: Dr. Wilfried Janke, Geschäftsführung Honsel GmbH & Co. KG","Dr. Wilfried Janke, Geschäftsführung Honsel GmbH & Co. KG"); } else { playMovie("http://video.messe-duesseldorf.de/vod/media/honsel_flash8_messe.flv","Statement: Dr. Wilfried Janke, Geschäftsführung Honsel GmbH & Co. KG","Dr. Wilfried Janke, Geschäftsführung Honsel GmbH & Co. KG"); } // VIDEO PLAYLIST document.write('

Video

'); document.write('
'); // AUDIO PLAYLIST document.write('

Audio

'); document.write('
');