
VAST tag into a link
Hi There,
I was wondering if JWPlayer can give us the option of uploading a video via VAST tag and have it transformed into a link?
Thanks!
Hi There,
I was wondering if JWPlayer can give us the option of uploading a video via VAST tag and have it transformed into a link?
Thanks!
No, we do not really have any built-in functionality to do that. The VAST tags are usually configured in the jwplayer().setup() call to tell our player to request the ad.
It would not be impossible, however, to configure a Javascript file that loads our player, creates a <div> tag, and then calls the player setup() with the VAST tag configured as well.