Package | com.brightcove.fl.advertising.adSwf |
Class | public class AdSwfContext |
Inheritance | AdSwfContext ![]() |
Property | Defined By | ||
---|---|---|---|
adSwfFormat : Object [read-only]
Returns information about the ad SWF format. | AdSwfContext | ||
moduleLoader : Object [read-only]
Allows access to the APIs, even if APIs are disabled in the current player. | AdSwfContext |
Method | Defined By | ||
---|---|---|---|
markTrackStartImpression():void
If a trackStartURL has been specified, the tracking server will be pinged
to track the impression. | AdSwfContext |
adSwfFormat | property |
adSwfFormat:Object
[read-only] Returns information about the ad SWF format. There's only one property on the Object, additionalElements.
public function get adSwfFormat():Object
moduleLoader | property |
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. The video player module can behave differently when an ad is playing- see AdSwf and the player API documentation for more details.
public function get moduleLoader():Object
markTrackStartImpression | () | method |
public function markTrackStartImpression():void
If a trackStartURL has been specified, the tracking server will be pinged to track the impression. Ad SWFs only support the trackStartURL and not midpoint or endpoint impressions. These must be set up within the ad SWF is desired. This must be called when the ad has completed loading/buffering.