| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
| Base64Image | |||
| source | property |
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
| value | property |
value:String [read-write]Implementation
public function get value():String
public function set value(value:String):void
| Base64Image | () | constructor |
public function Base64Image()