在页面中使用flash

在页面中使用flash
使用object 元素或embed元素

都是可替换元素

MIME:多用途互联网邮件扩展类型

<object data="" type="">
  <param name="" value="">//表示传参数,比如nane=“quality” value=“height”意思是说画面质量高
</object>


<embed  quality= src="height" type="">

 data="":表示嵌入的资源

type=""表示嵌入的资源类型 使用的格式是MIME格式 比如资源是JPEG图片 image/jpeg

兼容写法

<object data="" type="">
  <param name="" value="">

  <embed  quality= src="height" type="">

</object>

猜你喜欢

转载自www.cnblogs.com/fhzm/p/13374523.html
今日推荐