Looking at this handy page: HTML5 Video Events and API has been extremely useful. However, there's one attribute of an HTML5 video that I want to be able to get or set programmatically, and it's not listed there. So I'm wondering, is it possible?
I want to be able to detect whether the 'full screen' button has been clicked by the user, and potentially I want my code to switch the video into or out of full screen mode automatically.
Can it be done? And if so, how do you do it?
I'm using IE harnessed within a Visual Studio WebBrowser element, if that makes a difference.