Packagecom.brightcove.fl.advertising.rules
Classpublic class AdRulesContext

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