Event dispatched when an error occurs during resolving, loading or placement process.
error:MediaError
[read-only]
Implementation public function get error():MediaError
opportunity:Opportunity
[read-only]
Implementation public function get opportunity():Opportunity
public function ContentErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, opportunity:Opportunity, error:MediaError)
Parameters override public function clone():Event
Returns public static function create(type:String, opportunity:Opportunity, mediaError:MediaError):ContentErrorEvent
Parameters
Returnspublic static const PLACEMENT_FAILED:String = placementFailed
public static const RESOLVING_FAILED:String = resolvingFailed
Event dispatched when the content resolving has failed due some
unexpected errors.
Wed Apr 2 2014, 06:27 PM +03:00