HyperText Markup Language/Tag List/object
From Wikibooks, the open-content textbooks collection
Contents |
[edit] Use
This tag is used for embedding plugins onto a web page such as movies, applets and music. Unlike the embed tag, the designer has to specify a plugin using a hexadecimal number.
[edit] Example
<object id="flagMovie" classid="CLSID:05589FA1-C356-11CE-BF01-00AA0055595A" width="400" height="400"> <param name="fileName" value="flags.avi"> </object>
[edit] Required attributes
[edit] classid
This attribute identifies the plugin or control the designer wants to use. The value is a hexadecimal number.
[edit] Optional attributes
[edit] height
Delares the height of the object
[edit] width
Declares the width of the object
[edit] Standard attributes
[edit] A standard attribute
[edit] More info
A link to a page with more info, then the name of the site the info came from (i.e. W3Schools).