Hi Bret
Thanks for the response.
Regarding the first question, we guessed it may the issue for not setting CORS promptly.
But we raised this query because, the same error occurs for few more sites. Here is the list,
By the way, if it is not a problem in our side. We just leave this issue as CORS has to be set correctly for those sites.
Regarding the second one.
We can't give you a page which illustrates our problem lucidly because we're working on localhost right now.
Let us put it in this manner.
<div id="video-player">
<div id="adContainer"></div>
<!-- Here, we'll create respective container and controls for the video player -->
</div>
Our player has got a container called "video-player"
To serve an ad (overlay ad), we put adContainer inside the parent container "video-player"
The adsManager loads perfectly and the ad displays promptly.
But, the problem is this.
We can't pause or play or do anything on video player because adContainer occupies the full
space (width and height) over the video player.
You might want to say that you can try setting z-index in css. We just did it and it gives access for
video player but disables access for the overlay ad (we can't click on overlay ad and it is not clickable)
We hope you understand our problem
We await you reply
Thanks
Hussain Badusha