| Pacote | mx.core |
| Classe | public class RSLItem |
| Herança | RSLItem Object |
| Subclasses | CrossDomainRSLItem |
| Propriedade | Definido por | ||
|---|---|---|---|
| chainedCompleteHandler : Function | RSLItem | ||
| chainedIOErrorHandler : Function | RSLItem | ||
| chainedRSLErrorHandler : Function | RSLItem | ||
| chainedSecurityErrorHandler : Function | RSLItem | ||
| Método | Definido por | ||
|---|---|---|---|
|
Create a RSLItem with a given URL.
| RSLItem | ||
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
|
load(progressHandler:Function, completeHandler:Function, ioErrorHandler:Function, securityErrorHandler:Function, rslErrorHandler:Function):void
Load an RSL.
| RSLItem | ||
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| chainedCompleteHandler | propriedade |
protected var chainedCompleteHandler:Function
| chainedIOErrorHandler | propriedade |
protected var chainedIOErrorHandler:Function
| chainedRSLErrorHandler | propriedade |
protected var chainedRSLErrorHandler:Function
| chainedSecurityErrorHandler | propriedade |
protected var chainedSecurityErrorHandler:Function
| RSLItem | () | Construtor |
public function RSLItem(url:String)
Create a RSLItem with a given URL.
Parâmetrosurl:String — location of RSL to load
|
| load | () | método |
public function load(progressHandler:Function, completeHandler:Function, ioErrorHandler:Function, securityErrorHandler:Function, rslErrorHandler:Function):void
Load an RSL.
Parâmetros
progressHandler:Function — Receives ProgressEvent.PROGRESS events.
May be null.
|
|
completeHandler:Function — Receives Event.COMPLETE events.
May be null.
|
|
ioErrorHandler:Function — Receives IOErrorEvent.IO_ERROR events.
May be null.
|
|
securityErrorHandler:Function — Receives SecurityErrorEvent.SECURITY_ERROR events.
May be null.
|
|
rslErrorHandler:Function — Receives RSLEvent.RSL_ERROR events.
May be null.
|