| Version 4 (modified by paul, 10 months ago) (diff) |
|---|
TracNav
Project
Dev Corner (restricted)
- Register for Access
- Download Latest Releases
- Browse Source Code
- Accessing Subversion
- Release Archive
- Report an Issue
Support
Other Resources
What's New? (1.1.0 Final Candidate)
The following versions have been issued as "release candidates".
- OVA for AS3 v1.1.0 Final
- OVA for JW Player 5 v1.1.0 Final (required JW5.7 or higher)
- OVA for Flowplayer v1.1.0 Final
The 1.1.0 Final release note follows on from the 1.1.0 RC2 release note.
1. Change Summary
- #491 - Defect stopping wrapper click tracking URLs firing has been fixed
- #489 - Added Zedo ad server examples
- Upgraded OVA for JW5 release to JW 5.10
- Javascript API added to OVA for JW5 and OVA for Flowplayer to obtain a descriptor of the currently active linear ad
- Fixed impression tracking bug with VPAID ads that are delivered via wrappers - impressions now correctly fire across all wrappers
2. Open Tickets in Development
None.
3. Get Active Linear Ad Descriptor
A Javascript API (getActiveAdDescriptor) has been added to allow an object that describes the currently active linear ad to be obtained from OVA.
The API should be used as follows:
[player].getPlugin('ova').getActiveAdDescriptor();
The call returns an Ad Object that contains a range of properties that describe the active ad.
This API can be seen in action here.
