Dynamicdeezign, documentation of html and css
The guide to create your Web site on Internet
 

<object> : generic embedded object
The OBJECT element allows authors to control whether data should be rendered externally or by some program, specified by the author, that renders the data within the user agent.
Attributes
-) classid
This attribute may be used to specify the location of an object's implementation via a URI. It may be used together with, or as an alternative to the data attribute, depending on the type of object involved.
-) codebase
This attribute specifies the base path used to resolve relative URIs specified by the classid, data, and archive attributes. When absent, its default value is the base URI of the current document.
-) codetype
This attribute specifies the content type of data expected when downloading the object specified by classid. This attribute is optional but recommended when classid is specified since it allows the user agent to avoid loading information for unsupported content types. When absent, it defaults to the value of the type attribute.
-) data
This attribute may be used to specify the location of the object's data, for instance image data for objects defining images, or more generally, a serialized form of an object which can be used to recreate it. If given as a relative URI, it should be interpreted relative to the codebase attribute.
-) type
This attribute specifies the content type for the data specified by data. This attribute is optional but recommended when data is specified since it allows the user agent to avoid loading information for unsupported content types. If the value of this attribute differs from the HTTP Content-Type returned by the server when the object is retrieved, the HTTP Content-Type takes precedence.
-) archive
This attribute may be used to specify a space-separated list of URIs for archives containing resources relevant to the object, which may include the resources specified by the classid and data attributes. Preloading archives will generally result in reduced load times for objects. Archives specified as relative URIs should be interpreted relative to the codebase attribute.
-) declare
When present, this boolean attribute makes the current OBJECT definition a declaration only. The object must be instantiated by a subsequent OBJECT definition referring to this declaration.
-) standby
This attribute specifies a message that a user agent may render while loading the object's implementation and data.


Example


<OBJECT
    classid = "clsid:CAFEEFAC-0014-0001-0000-ABCDEFFEDCBA"
    codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_1-windows-i586.cab#Version=1,4,1,0"
    WIDTH = 500 HEIGHT = 450 >
    <PARAM NAME = CODE VALUE = "the_applet.class" >
    <PARAM NAME = codebase VALUE = "http://www.your_website.com.com/path_to_applet">
    <PARAM NAME = ARCHIVE VALUE ="the_applet.jar">
    <PARAM NAME = "type" VALUE = "application/x-java-applet;jpi-version=1.4.1">
    <PARAM NAME = "scriptable" VALUE = "false">
    <PARAM NAME = "param0" value = "value_param0">
    <PARAM NAME = "param1" value = "value_param1">
    <PARAM NAME = "param2" value = "value_param2">
    <PARAM NAME = "param3" value = "value_param3">

    <COMMENT>
    <EMBED
    type = "application/x-java-applet;jpi-version=1.4.1"
    CODE = "the_applet.class"
    codebase = "http://www.your_website.com.com/path_to_applet"
    ARCHIVE ="the_applet.jar"
    param0 value = "value_param0"
    param1 value = "value_param1"
    param2 value = "value_param2"
    param3 value = "value_param3"
    WIDTH = 500
    HEIGHT = 450
    scriptable = false
    pluginspage = "http://java.sun.com/products/plugin/index.html#download">
    <NOEMBED>
    alt="Your browser understands the <APPLET> tag but isn t running the applet, for some reason."
    Your browser is completely ignoring the <APPLET> tag!
    </NOEMBED>
    </EMBED>
    </COMMENT>
</OBJECT>




For complete reference see html reference at W3C
U0..1   U1..1   U2..1   U2..2   U3..1   U4..1   U5..1   U6..1   U6..2   U6..3   U6..4   U7..1   U8..1   U9..1  
UA..1   UA..2   UA..3   UA..4   UB..1   UC..1   UC..2   UC..3   UC..4   UC..5   UC..6   UC..7   UC..8   UC..9  
UC..10   UC..11   UC..12   UC..13   UC..14   UC..15   UC..16   UC..17   UC..18   UC..19   UC..20   UC..21   UC..22   UC..23  
UC..24   UD..1   UD..2   UE..1   UF..1   UF..2   UF..3   UF..4   UF..5   UF..6   UF..7   UG..1   UG..2   UG..3  
UH..1   UI..1   UK..1   UL..1   UL..2   UL..3   UL..4   UL..5   UM..1   UM..2   UM..3   UN..1   UN..2   UN..3