Packagecom.akamai.net.f4f.hds.events
Classpublic class AkamaiBestEffortDownloadOnFragmentErrorEvent
InheritanceAkamaiBestEffortDownloadOnFragmentErrorEvent Inheritance flash.events.Event

Dispatched when a fragment request is re-tried after a failed request.



Public Methods
 MethodDefined By
  
AkamaiBestEffortDownloadOnFragmentErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, url:String = null)
AkamaiBestEffortDownloadOnFragmentErrorEvent
Public Constants
 ConstantDefined By
  DOWNLOAD_ERROR : String = downloadError
[static] This event type can be dispatched when the best effort download attempt fails.
AkamaiBestEffortDownloadOnFragmentErrorEvent
  DOWNLOAD_REQUESTED : String = downloadRequested
[static] This event type is dispatched when there is a best effort download attempt following attempts to load a fragment crossing the ioError threshold.
AkamaiBestEffortDownloadOnFragmentErrorEvent
  DOWNLOAD_SUCCESSFUL : String = downloadSuccessful
[static] This event type is dispatched with a successful best effort download attempt following successive fragment ioErrors which would have otherwise resulted in a "Stream Not Found".
AkamaiBestEffortDownloadOnFragmentErrorEvent
Constructor Detail
AkamaiBestEffortDownloadOnFragmentErrorEvent()Constructor
public function AkamaiBestEffortDownloadOnFragmentErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, url:String = null)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
url:String (default = null)
Constant Detail
DOWNLOAD_ERRORConstant
public static const DOWNLOAD_ERROR:String = downloadError

This event type can be dispatched when the best effort download attempt fails.

DOWNLOAD_REQUESTEDConstant 
public static const DOWNLOAD_REQUESTED:String = downloadRequested

This event type is dispatched when there is a best effort download attempt following attempts to load a fragment crossing the ioError threshold.

DOWNLOAD_SUCCESSFULConstant 
public static const DOWNLOAD_SUCCESSFUL:String = downloadSuccessful

This event type is dispatched with a successful best effort download attempt following successive fragment ioErrors which would have otherwise resulted in a "Stream Not Found".