Tag: <object>

<object> Syntax

Syntax Diagram for <object>
Opening Tag Content Closing
Tag
Open Parameter = Value Close
<object classid = class_identifier > parameter
list
</object>
id = name
width = pixels
percent%
height = pixels
percent%

Syntax Diagram for <param>
Open Parameter = Value Close
<param name = name >
value = value

<object> Description

The <object>. . . </object> tags delimit a generic object, the functionality of which is specified by the associated Class ID.
classid
The identifier for the class of object to be created. This being a Microsoft extension, the class IDs are long strings of unintelligible characters; for example, the Class ID for a RealAudio (streaming audio) control is "clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA".

<Object> Examples

This markup: . . .causes the following to be displayed:
Standalone RealAudio link:
Click Me

Embedded RealAudio link:




Last Modified: