$(function(){
  $("#movie").flashembed({
    src:"images/movie.swf",
    width:"100%",
    height:"100%"
  });
});