Contains true if content is
considered fully loaded and accessible.
The default value is false.
Implementation public function get complete():Boolean
content
property
content:Object
Language Version :
ActionScript 3.0
Product Version :
Flex 4.5
Runtime Versions :
Flash Player 10, AIR 1.5
A reference to contained content. This
can be (among many things), a LoaderInfo instance, BitmapData,
or any other generic content. When the complete event has fired
and/or complete() returns true, the content is considered valid.
Implementation public function get content():Object public function set content(value:Object):void
Constructor Detail
ContentRequest
()
Constructor
public function ContentRequest(contentLoader:IContentLoader, content:*, shared:Boolean = false, complete:Boolean = false)
Language Version :
ActionScript 3.0
Product Version :
Flex 4.5
Runtime Versions :
Flash Player 10, AIR 1.5
Constructor.
Parameters
contentLoader:IContentLoader — The IContentLoader object.
content:* — A reference to contained content.
shared:Boolean (default = false) — true indicates that this request is currently
being shared by other previous requests
complete:Boolean (default = false) — true indicates that someone has called load on a cache,
and the cache has returned immediately with a fully loaded result
Note:
The progress event is not guaranteed to be dispatched.
The complete event may be received, without any
progress events being dispatched.
This can happen when the loaded content is a local file.