Defines an optional parameter value for an object.
None of parameter values have any effect if a device independent policy is specified, with the exception of the mcs-external-label parameter. It is required if the object element is rendered as an external resource and provides the content for a link to the resource.
Attribute | Description | Type | Default | Options | Use |
---|---|---|---|---|---|
name | The name of the parameter. Refer to the topics entitled References to media and Associating an icon with a page for further information. | xs:string | mcs-external-label, mcs-icon-composing, mcs-preferred-image-type, mcs-priority, mcs-transcode, mcs-watermark-url | required | |
value | The value of the parameter | xs:string | required |
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2">
<head>
<title>object</title>
</head>
<body>
<div>
<object src="http://localhost:8080/mcs/welcome/images/logo.gif"
srctype="image/gif">
<param name="mcs-transcode" value="false"/>
Logo
</object>
</div>
</body>
</html>