runoops.com

HTML 参考手册 第37页

HTML object width 属性

阅读(1171)

高度和宽度为 400 像素的 flash 动画: 实例 Run this code » <object data="helloworld.swf" width="400" height="400"></object>...

HTML object vspace 属性

阅读(1268)

顶部和底部边距为 100 像素的对象: 实例 Run this code » <p><object width="150" height="150" data="helloworld.swf" vspace="100"&g...

HTML object usemap 属性

阅读(1187)

使用图像映射的 <object> 元素: 实例 Run this code » <object data="planets.gif" width="145" height="126" usemap="#planetmap"...

HTML object type 属性

阅读(1229)

拥有指定的 MIME 类型的 <object> 元素: 实例 Run this code » <object width="400" height="400" data="helloworld.swf" type="app...

HTML object name 属性

阅读(1222)

带有 name 属性的 <object> 元素: 实例 Run this code » <object data="helloworld.swf" width="400" height="400" name="obj1"&...

HTML object hspace 属性

阅读(1204)

左侧和右侧边距为 100 像素的对象: 实例 Run this code » <p><object width="150" height="150" data="helloworld.swf" hspace="100"&g...

HTML object height 属性

阅读(1024)

高度和宽度为 400 像素的 flash 动画: 实例 Run this code » <object data="helloworld.swf" height="400" width="400"></object>...

HTML object form 属性

阅读(1725)

位于 form 表单外的 <object> 元素(但仍然属于 form 表单的一部分): 实例 Run this code » <form action="demo_form.html" id="form1"> Fi...

HTML object data 属性

阅读(1115)

如何使用 <object> 元素来嵌入 Flash 文件: 实例 Run this code » <object width="400" height="400" data="helloworld.swf"><...

HTML object border 属性

阅读(1139)

带有 5 像素粗边框的 <object>: 实例 Run this code » <object width="200" height="200" data="helloworld.swf" border="5">&...