What are the DoubleClick AS2 Studio components?
The DoubleClick Studio Component library helps designers create DoubleClick
Studio creatives. Among its provided features are metric reporting, video,
communication utilities, creative behavior control, external resource
handling, and a variety of other utilities. The library consists of
drag-and-drop components and an extensive Flash API.
Important update to the API
The class com.google.ads.events.VideoEvent has been renamed
com.google.ads.events.StudioVideoEvent in versions 2.1.2
and higher. For versions prior to 2.1.2, please use the VideoEvent
naming.
Starting Out
An Enabler is required for every Studio creative. It includes all the
basic APIs to report events and control basic creative behavior.
The
HtmlEnabler
is used for creatives served in HTML environments and the
F2fEnabler is used
when the creative is designed for Flash-in-Flash environments.
Expanding Ads
While you can create an expanding creative using just basic Enabler
APIs, the
Expanding Component bundles many convenient features for a creative
such as loading different child files and handling multi-directional
creatives.
Adding Video to Your Creative
To quickly add video to your creative, you can use the
Video Player
component which will allow basic video features. If you require
playlisting or streaming (rtmp) videos please use the
Video Player
Advanced component.
Polite and General Loading of external (child) SWFs
To conveniently load additional SWFs you can use the
Loader component. You can
configure the component to immediately or politely load.
Back to top