
Requests all AD even if only one video is played.
Hi~
I have a questions about JW Player.
If one of the <AD> video is played, I do not want to request for the remaining <AD>.
I simulated in JW Player with the following code, I asked for all AD and one video is played.
<?xml version="1.0" encoding="UTF-8"?>
<VAST version="3.0">
<Ad sequence="1">
<Wrapper>
<VASTAdTagURI><![CDATA[https://dev.com/test/ad.xml]]></VASTAdTagURI>
</Wrapper>
</Ad>
<Ad>
<Wrapper>
<VASTAdTagURI><![CDATA[https://dev.com/test/ad2.xml]]></VASTAdTagURI>
</Wrapper>
</Ad>
</VAST>
How do I request only ad.xml from the above code?
Thanks.