Packagese.videoplaza.kit.api.utils
Classpublic class VideoplazaLoader
InheritanceVideoplazaLoader Inheritance flash.display.Sprite



Public Properties
 PropertyDefined by
  vpTimeout : uint = 12000
[static] Timeout for loading AdPlayer assets before initial ad request.
VideoplazaLoader
Public Methods
 MethodDefined by
  
loadVideoplaza(config:Object, successCallback:Function, failCallback:Function):void
[static] Loads the VideoplazaBootLoader Object, from which the AdPlayer can be retrieved.
VideoplazaLoader
Public Constants
 ConstantDefined by
  LOADING_COMPLETE : String = "vpLoadingComplete"
[static]
VideoplazaLoader
Property detail
vpTimeoutproperty
public static var vpTimeout:uint = 12000

Timeout for loading AdPlayer assets before initial ad request. Value is in milliseconds. Default value is 12000 ms.

Method detail
loadVideoplaza()method
public static function loadVideoplaza(config:Object, successCallback:Function, failCallback:Function):void

Loads the VideoplazaBootLoader Object, from which the AdPlayer can be retrieved.

Parameters
config:Object — An object to contain load configuration parameters.
 
successCallback:Function — Function to call when the loading has completed. Takes one argument bootloader:Object
 
failCallback:Function — Function to call if the loading fails. Takes no arguments.
Constant detail
LOADING_COMPLETEconstant
public static const LOADING_COMPLETE:String = "vpLoadingComplete"