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



Public Properties
 PropertyDefined by
  source : Object
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  [read-write]

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  [read-write]Implementation
    public function get value():String
    public function set value(value:String):void
Constructor detail
Base64Image()constructor
public function Base64Image()