Packagecom.adobe.xmp.components
Classpublic class XMPImage
InheritanceXMPImage Inheritance mx.controls.Image
ImplementsIXMPDisplay

An Icon or Image component with XMP access.



Public Properties
 PropertyDefined by
  source : Object
[write-only] Automatically detect if source is a traditional image or a base64 string.
XMPImage
  xmpPath : String
The XMP path for the field associated with this component.
XMPImage
Public Methods
 MethodDefined by
  
Creates an XMP image component
XMPImage
  
A handler for the xmpMultivalue event.
XMPImage
  
readXMP(event:XMPEvent):void
XMPImage
Events
 EventSummaryDefined by
    XMPImage
    XMPImage
Property detail
sourceproperty
source:Object  [write-only]

Automatically detect if source is a traditional image or a base64 string.

Implementation
    public function set source(value:Object):void
xmpPathproperty 
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
Constructor detail
XMPImage()constructor
public function XMPImage()

Creates an XMP image component

Method detail
multivalueHandler()method
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.
readXMP()method 
public function readXMP(event:XMPEvent):void

Parameters
event:XMPEvent

See also

Event detail
changeevent 
Event object type: flash.events.Event

xmpReadevent  
Event object type: com.adobe.xmp.events.XMPEvent