source:Object
[write-only]
Automatically detect if source is a traditional image or a base64 string.
Implementation
public function set source(value:Object):void
xmpPath:String
[read-write]
The XMP path for the field associated with this component.
The path can be nested, or direct to an array, struct or qualifier.
Path expressions make use of XML namespaces; all prefixes must
be registered.
Implementation
public function get xmpPath():String
public function set xmpPath(value:String):void
public function XMPImage()
Creates an XMP image component
public function multivalueHandler(event:XMPEvent):void
A handler for the xmpMultivalue
event.
Called if the File Info dialog is started in multiple-file mode.
Parameters
| event:XMPEvent — The event object for a user-interaction event.
|