function displayVideo( id, path, poster ) {
  var flashvars = {};
  var params = {};

  params.bgcolor = "#000000";
  params.allowscriptaccess = "always";

  flashvars.videoPath = path;
  flashvars.posterPath = poster;
  flashvars.skinPath = "/video/com/skin/skin.swf";

  var stageW = 640;
  var stageH = 400;

  var attributes = {};
  attributes.id = id;      

  document.write( "<p><div class='flashcontent' id='"+id+"'><p>Cette vidéo nécéssite une version plus récente de Flash.  Merci de mettre à jour votre version du <a href='http://www.adobe.com/go/getflashplayer'>Player Adobe Flash</a>.</p></div></p>" );
  swfobject.embedSWF("/video/com/player.swf", id, stageW, stageH, "9.0.0", false, flashvars, params, attributes);
}

