Example
How to use the <object> element to embed a Flash file:
<object width="400" height="400" data="helloworld.swf"></object>
Try it Yourself »
Definition and Usage
The data attribute specifies the URL of the resource to be used by the object.
Browser Support
Attribute | |||||
---|---|---|---|---|---|
data | Yes | Yes | Yes | Yes | Yes |
Differences Between HTML 4.01 and HTML5
NONE.
Syntax
<object data="URL">
Attribute Values
Value | Description |
---|---|
URL | Specifies the URL of the resource to be used by the object. Possible values:
|