Classes
- adways.event.Event
- adways.event.EventDispatcher
- adways.hv.Content
- adways.hv.DisplayableEnrichment
- adways.hv.Enrichment
- adways.hv.Scene
- adways.iab.vast.Loader
- adways.iab.vast.LoaderEvent
- adways.interactive.ActionEvent
- adways.interactive.ActivationAction
- adways.interactive.DisplayableEnrichment
- adways.interactive.Experience
- adways.interactive.Experience.ActionEvent
- adways.interactive.Experience.ContentEvent
- adways.interactive.Experience.ContentStatEvent
- adways.interactive.Experience.EnrichmentEvent
- adways.interactive.Experience.Event
- adways.interactive.Experience.PercentConsumedEvent
- adways.interactive.PlayPauseAction
- adways.interactive.SeekToAction
- adways.interactive.URLAction
- adways.layout.Framer
Interfaces
Namespaces
Methods On Page
Samples
- Interactivity on top of Brainsonic
- Interactivity on top of Brightcove
- Create a Criteo experience
- Interactivity on top of Kaltura
- Interactivity on top of Ooyala
- Standard embed share code
- Instantiation without the createExperience factory
- Interactivity on top of HTML5 video tag
- Interactivity on top of VideoJS4
- Interactivity on top of JWPlayer6
- Interactivity on top of YouTube
- Interactivity on top of Vimeo
- Interactivity on top of Dailymotion
- Interactivity on top of YouTube Live stream
- Interactivity on top of thePlatform
Tools
Tutorials
Sample
Standard JavaScript embed share code
Adways builds the player and the interactivity from the publication informations (media and player used in the Adways studio)
<div style="width: 560px; height: 315px; background-color: black; overflow: visible;" id="adways-interactive"></div> <script type="text/javascript" src="//dj5ag5n6bpdxo.cloudfront.net/libs/interactive/loader.js"></script> <script type="text/javascript"> adways.interactive.createExperience({ "publication": "mpNHyTH", "container": "adways-interactive" }).load(); </script>