Could you send me a link to where your code is implemented so I can take a look? Also, do you want the ads to play in fullscreen regardless of the current video mode, or only when the video is also fullscreen?
Shawn Busolits, IMA SDK Team
On Friday, March 8, 2013 9:59:18 AM UTC-5, premkumar Janagarajan wrote:
Hi,
We are trying to integrate our HTML5 player with IMA HTML5 SDK. We would like to play the ads in full screen mode. So we tried to set the viewmode to google.ima.ViewMode.FULLSCREEN when we initialize the adsManager. But it has no effect on any browsers in Desktop as well as tablets.
We need to achieve this in order to facilitate a good user experience while playing midroll ads. The solution we have right now is if the user is watching the actual content in fullscreen, we exit the fullscreen mode programmatically and play the ads and then enter the fullscreen mode when the actual content resumes. As you can see, this cannot be a good user experience.
So we would like to know how to play the ads in fullscreen mode. Is there anything we are missing when we set the viewmode to Fullscreen in adsManager?
/Prem