Ticket #382 (closed enhancement: fixed)

Opened 14 months ago

Last modified 14 months ago

Extend "enableScaling" to allow VPAID scaling to be turned off

Reported by: paul Owned by: paul
Priority: critical Milestone: OVA for AS3 (v1.0.1)
Component: OVA for AS3 Version: OVA for AS3 (trunk)
Keywords: Cc:
Forum thread:

Description

Extend the "enableScaling" config option to allow VPAID scaling to be turned off even if the "scalable"="true" attribute is set in the VPAID response.

Test with the Eyewonder test ad that fails if scalable=true is specified - see email from Maik

Change History

comment:1 Changed 14 months ago by paul

  • Status changed from new to closed
  • Resolution set to fixed

Fixed 1.0.1 RC2 (Build 12).

Added "ads.vpaid.enableLinearScaling" and "ads.vpaid.enableNonLinearScaling" options to ensure that OVA triggered "scaling" can be forcibly turned off.

e.g.

"ads": {

"vpaid": {

"enableLinearScaling": false

},

and

"ads": {

"vpaid": {

"enableNonLinearScaling": false

},

Note: See TracTickets for help on using tickets.