<object type="application/x-shockwave-flash"
  data="dir/play.swf?file=dir/vid.flv&autoStart=false"
  width="436" height="344">
<param name="movie"
  value="dir/play.swf?file=dir/vid.flv&autoStart=false"
  />
<param name="wmode" value="transparent" />
<img src="play.gif" width="436" height="344"
  alt="Player" />
</object>


其中 play.swf是flash播放器, vid.flv是转换好的flv文件, autoStart=false表示不在网页读完之后就立刻播放. 而 play.gif表示当浏览器不支持Flash时网页所显示的图片.