I made a script to autostart my ad when the page load:
function onAdSchedulingComplete(ads) {
if(ads.length > 0) {
jwplayer("mediaplayer_{{VAR:contentId}}").play();
}
else {
}
}
This works, but not the first time i enter the page, starts working after first refresh.
Does anyone know how to make it work, in the first load of the web ??
Interesting... do you have a URL where I can see this happening?
Paul