Packageorg.flowplayer.controller
Interfacepublic interface ClipURLResolver



Public Properties
 PropertyDefined by
  onFailure : Function
[write-only] Sets a listener that gets called if the resolve process fails.
ClipURLResolver
Public Methods
 MethodDefined by
  
handeNetStatusEvent(event:NetStatusEvent):Boolean
Called when a netStatusEvent is received.
ClipURLResolver
  
resolve(provider:StreamProvider, clip:Clip, successListener:Function):void
Resolve the URL for the specified clip.
ClipURLResolver
Property detail
onFailureproperty
onFailure:Function  [write-only]

Sets a listener that gets called if the resolve process fails.

Implementation
    public function set onFailure(value:Function):void
Method detail
handeNetStatusEvent()method
public function handeNetStatusEvent(event:NetStatusEvent):Boolean

Called when a netStatusEvent is received.

Parameters
event:NetStatusEvent

Returns
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):void

Resolve the URL for the specified clip.

Parameters
provider:StreamProvider
 
clip:Clip — the clip to resolve
 
successListener:Function — a listener function that gets notified when the URL has been resolved

See also