jwplayer("flash_intro").setup({
  
  autostart: true,
  
  flashplayer: './mediaplayer-5.7/player.swf',
  
  file: './img/IRDI_Flash_intro.f4v',
  
  height: 500,
  
  width: 890,
  
  controlbar: 'none',
  
  events: {
    
    onComplete: function (event) {
      
      location.href = './index2.html';
      
    }
    
  }
  
});
