| Property | Defined by | ||
|---|---|---|---|
| onFailure : Function [write-only]
   Sets a listener that gets called if the resolve process fails. 
 | ClipURLResolver | ||
| Method | Defined by | ||
|---|---|---|---|
| 
 
handeNetStatusEvent(event:NetStatusEvent):Boolean 
         Called when a netStatusEvent is received. 
 | ClipURLResolver | ||
| 
 
   Resolve the URL for the specified clip. 
 | ClipURLResolver | ||
| onFailure | property | 
onFailure:Function  [write-only]Sets a listener that gets called if the resolve process fails.
Implementation    public function set onFailure(value:Function):void
| handeNetStatusEvent | () | method | 
public function handeNetStatusEvent(event:NetStatusEvent):BooleanCalled when a netStatusEvent is received.
Parametersevent:NetStatusEvent | 
Boolean — if false, the streamProvider will ignore this event and will not send any events for it
          | 
| resolve | () | method | 
public function resolve(provider:StreamProvider, clip:Clip, successListener:Function):voidResolve the URL for the specified clip.
Parametersprovider:StreamProvider | 
|
clip:Clip — the clip to resolve
    | 
|
successListener:Function — a listener function that gets notified when the URL has been resolved
    | 
See also