YuMeWrapper is an ActionScript 3 wrapper around YuMe Network’s library SWF for publishers. It provides a consistent abstraction of their ActionScript 3 SDK, as well as much more thorough YuMe SDK documentation than what YuMe themselves provide.
This wrapper supports all of the standard YuMe library functionality, including pre-roll, mid-roll, overlay, and post-roll advertisements, with two exceptions: midroll playlist prefetching is not supported, and extra fullscreen options are not supported. It also provides loads of additional fixes and functionality that does not exist in the YuMe library core:
MovieClip; the YuMeWrapper is completely self-encapsulated and can be added/removed directly on the stage. (Of course, you can still use a separate container if you want.)normalscreen_x and normalscreen_y properties, which do not work properly in the library SWF.ad_playing events.ProgressEvent.PROGRESS events for ads that provide information about how many bytes have been loaded.wrapper_timeElapsed event that automatically dispatches regularly during ad playback, for updating UI elements on a regular interval.AdEvent class, and attaches related data when appropriate (e.g. ad_cb_flash_event events include the related CompanionBanner object).ErrorEvent instead of Event.toHtml() method that generates valid HTML so you don’t have to do it yourself.