HTML object width 属性
高度和宽度为 400 像素的 flash 动画: 实例 Run this code » <object data="helloworld.swf" width="400" height="400"></object>...
高度和宽度为 400 像素的 flash 动画: 实例 Run this code » <object data="helloworld.swf" width="400" height="400"></object>...
顶部和底部边距为 100 像素的对象: 实例 Run this code » <p><object width="150" height="150" data="helloworld.swf" vspace="100"&g...
使用图像映射的 <object> 元素: 实例 Run this code » <object data="planets.gif" width="145" height="126" usemap="#planetmap"...
拥有指定的 MIME 类型的 <object> 元素: 实例 Run this code » <object width="400" height="400" data="helloworld.swf" type="app...
带有 name 属性的 <object> 元素: 实例 Run this code » <object data="helloworld.swf" width="400" height="400" name="obj1"&...
左侧和右侧边距为 100 像素的对象: 实例 Run this code » <p><object width="150" height="150" data="helloworld.swf" hspace="100"&g...
高度和宽度为 400 像素的 flash 动画: 实例 Run this code » <object data="helloworld.swf" height="400" width="400"></object>...
位于 form 表单外的 <object> 元素(但仍然属于 form 表单的一部分): 实例 Run this code » <form action="demo_form.html" id="form1"> Fi...
如何使用 <object> 元素来嵌入 Flash 文件: 实例 Run this code » <object width="400" height="400" data="helloworld.swf"><...
带有 5 像素粗边框的 <object>: 实例 Run this code » <object width="200" height="200" data="helloworld.swf" border="5">&...