Packageflexlib.controls
Classpublic class Base64Image
InheritanceBase64Image Inheritance mx.controls.Image



Public Properties
 PropertyDefined By
  source : Object
[override] Attempt to auto detect if we're receiving a base64 encoded string or a traditional value for the image source
Base64Image
  value : String
Base64Image
Public Methods
 MethodDefined By
  
Base64Image
Property Detail
sourceproperty
source:Object[override]

Attempt to auto detect if we're receiving a base64 encoded string or a traditional value for the image source


Implementation
    public function get source():Object
    public function set source(value:Object):void
valueproperty 
value:String


Implementation
    public function get value():String
    public function set value(value:String):void
Constructor Detail
Base64Image()Constructor
public function Base64Image()