Packagecom.brightcove.fl.advertising.rules
Classpublic class AdRulesContext
InheritanceAdRulesContext Inheritance Object

Holds the current state of the player for use in an ad rules SWF. You can use the properties and functions to manage the ad rules in a player.



Public Properties
 PropertyDefined By
  moduleLoader : Object
[read-only] Allows access to the APIs, even if APIs are disabled in the current player.
AdRulesContext
Property Detail
moduleLoaderproperty
moduleLoader:Object  [read-only]

Allows access to the APIs, even if APIs are disabled in the current player. Valid functions are loadModules() and getModule(). When loadModules() is complete, it dispatches Event.COMPLETE


Implementation
    public function get moduleLoader():Object