Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

VAST Access-Control-Allow-Origin * problem


Hello, I have a problem with vast add using jwplayer 6.
The error is:
A wildcard '*' cannot be used in the 'Access-Control-Allow-Origin' header when the credentials flag is true. Origin

The url of the vast tag is:
http://deliveryengine.audioad.adswizz.com/www/delivery/swfIndex.php?zoneId=310&companionZones=311&protocolVersion=2.0&reqType=AdsSetup

and this is my player code:

jwplayer("player").setup({
androidhls: true,
advertising: {
client: 'vast',
tag: 'http://deliveryengine.audioad.adswizz.com/www/delivery/swfIndex.php?zoneId=310&companionZones=311&protocolVersion=2.0&reqType=AdsSetup',
skipoffset:5,
skipmessage:'Saltar en xx',
skiptext:'Ver Video',
admessage:'Este aviso finalizará en xx segundos.'
},
file: "",
'width': '300',
'height': '30',
title: 'La red',
fallback: 'false',
stretching: 'fill',
autostart: 'true'
});

Anybody knows how to change the credentials flag or if in another version it is fixes?

Thanks!

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi, there.

The ad tag is working for me in our Ad Tester even though it is still throwing that error into the console. This is most likely because the ad tag has a HTML5-compatible MP3 as its creative but also communicated with a Flash file for your impressions. Is the ad still not playing for you? If not, can you please give me a link to a page where you have the affected player installed?

This question has received the maximum number of answers.