Packageorg.apache.flex.core
Interfacepublic interface IImageModel extends IEventDispatcher, IBeadModel, IBead, flash.events.IEventDispatcher
Implementors ImageModel

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The IImageModel interface describes the minimum set of properties available to an Image control. More sophisticated Image controls could have models that extend IImageModel.



Public Properties
 PropertyDefined By
  source : String
The source URL for the image.
IImageModel
Property Detail
sourceproperty
source:String

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The source URL for the image. Embedding images is not recommended for FlexJS as there is no embedding support in the browsers.


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