window.onload = function() {
  flashembed("administrator-tutorial_player",
    {
      src:    '/flowplayer/FlowPlayerDark.swf',
      width:  400, 
      height: 400    },
    { config: {
      controlsWidth:             400,
      autoPlay:                  false,
      showFullScreenButton:      false,
      controlBarBackgroundColor: '0x4592b0',
      initialScale:              'fit',
      videoFile:                 '/uploads/help_videos/ae525772cb6dd96025dfc34a81595d78.flv',
      autoBuffering:             true
    }}
  );
}
