Package Exports
- animate-vpaid-bridge
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (animate-vpaid-bridge) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
animate-vpaid-bridge
Bridges between Adobe Animate CC and VPAID advertisements. Open issues to give your comments.
Usage
import AnimateVpaidBridge from 'animate-vpaid-bridge'
window.getVPAIDAd = function () {
return new AnimateVpaidBridge({
mediaFiles: [
{
url: '<YOURVIDEOURL>',
type: 'video/mp4'
}
],
createjsUri: 'https://code.createjs.com/createjs-2015.11.26.min.js',
basePath: 'https://s3.amazonaws.com/animate-vpaid-bridge/dist/examples/exports/',
animateJs: 'https://s3.amazonaws.com/animate-vpaid-bridge/dist/examples/exports/kahweetest.js',
bridgeId: 'kahweetest'
})
}
Demo
VAST with VPAID ad tag:
Try it in Google IMA Player and JW Player
License
MIT