Table of Contents Previous Section


WOEmbeddedObject

Synopsis

WOEmbeddedObject {value=aMethod; | src=aURL; ... };

Description

A WOEmbeddedObject provides support for Netscape plug-ins. It corresponds to the HTML element <EMBED SRC = >. If the embedded object's content comes from outside the WebObjects application, use the src attribute. If the embedded object's content is returned by a method within the WebObjects application, use the value attribute.

value
Method that will supply the content for this embedded object.

src
External source that will supply the content for this embedded object.

Examples

A VRML plug-in

Table of Contents Next Section