Packagecom.bourre.media.sound
Classpublic class SoundURLStrategy
ImplementsLoadStrategy

Player version: Flash Player 9.0
Language version: ActionScript 3.0



Public Methods
 MethodDefined by
  
SoundURLStrategy
  
SoundURLStrategy
  
SoundURLStrategy
  
isBuffering():Boolean
SoundURLStrategy
  
load(request:URLRequest = null, context:LoaderContext = null):void
SoundURLStrategy
  
release():void
SoundURLStrategy
  
setOwner(owner:Loader):void
SoundURLStrategy
  
toString():String
Returns the string representation of this instance.
SoundURLStrategy
Protected Methods
 MethodDefined by
  
SoundURLStrategy
  
_onComplete(e:Event):void
SoundURLStrategy
  
_onHttpStatus(e:HTTPStatusEvent):void
SoundURLStrategy
  
_onInit(e:Event):void
SoundURLStrategy
  
_onIOError(e:IOErrorEvent):void
SoundURLStrategy
  
_onOpen(e:Event):void
SoundURLStrategy
  
_onProgress(e:ProgressEvent):void
SoundURLStrategy
  
_onSecurityError(e:SecurityErrorEvent):void
SoundURLStrategy
  
_onUnLoad(e:Event):void
SoundURLStrategy
Constructor detail
SoundURLStrategy()constructor
public function SoundURLStrategy()

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Method detail
_initLoaderStrategy()method
protected function _initLoaderStrategy():void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

_onComplete()method 
protected function _onComplete(e:Event):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
e:Event
_onHttpStatus()method 
protected function _onHttpStatus(e:HTTPStatusEvent):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
e:HTTPStatusEvent
_onInit()method 
protected function _onInit(e:Event):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
e:Event
_onIOError()method 
protected function _onIOError(e:IOErrorEvent):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
e:IOErrorEvent
_onOpen()method 
protected function _onOpen(e:Event):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
e:Event
_onProgress()method 
protected function _onProgress(e:ProgressEvent):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
e:ProgressEvent
_onSecurityError()method 
protected function _onSecurityError(e:SecurityErrorEvent):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
e:SecurityErrorEvent
_onUnLoad()method 
protected function _onUnLoad(e:Event):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
e:Event
getBytesLoaded()method 
public function getBytesLoaded():uint

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns
uint
getBytesTotal()method 
public function getBytesTotal():uint

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns
uint
isBuffering()method 
public function isBuffering():Boolean

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns
Boolean
load()method 
public function load(request:URLRequest = null, context:LoaderContext = null):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
request:URLRequest (default = null)
 
context:LoaderContext (default = null)
release()method 
public function release():void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

setOwner()method 
public function setOwner(owner:Loader):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
owner:Loader
toString()method 
public function toString():String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns the string representation of this instance.

Returns
String — the string representation of this instance