Hi Brett, on this same topic- is it possible to use a tag that includes links to both a Flash and Javascript in the VAST response?
I know that the VPAID standard dictates that you can return both types and depending on the video type, the appropriate resource type will be selected.
For example a flash-only player serving an overlay ad would look in the VAST response for the StaticResource with creativeType="application/x-shockwave-flash".
Where as an HTML5 player would select the resource with creativeType="application/javascript".
Hence you should be able to include both in the VAST response. However the IMA doesn't seem to support this?..Are there any plans to make it VPAID compliant?
Example response:
<StaticResource creativeType="application/javascript">
</StaticResource>
<StaticResource creativeType="application/x-shockwave-flash">
</StaticResource>
Many thanks,
Oliver