Ticket #437 (closed enhancement: fixed)

Opened 13 months ago

Last modified 12 months ago

Reduce the size of the VPAID overlay region and expand when needed

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

Reduce the sizing of the VPAID overlay region and only expand when needed.

Requested by Zach

Change History

comment:1 Changed 13 months ago by paul

There is a config option to change the VPAID region (I double checked last night), but since I need to sort the sizing of that for you, I may give you a cleaner approach.

One thing I'm really wondering though - if I get a non-linear VPAID VAST element such as:

<NonLinear width="300" height="250" apiFramework="VPAID">
</NonLinear>

For example - that's the sizing I get from Adotube for the expandable non-linear. That's also a key reason why the overlay region is so large - it's sized based on the VAST response.

My current thinking is that if the sizing is provided as above, the current behaviour will be maintained, but if the sizing is provided as follows (which is VAST compliant) then the region will be resized when the ad is expanded:

<NonLinear width="300" height="50" expandedWidth="300" expandedHeight="250" apiFramework="VPAID">
</NonLinear>

So all this really comes down to the fact that I haven't really implemented the "expanded" attributes for sizing which clearly I should do.

comment:2 Changed 12 months ago by paul

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

Implemented in 1.1 RC1 Build 5

Note: See TracTickets for help on using tickets.