Overlay DIV in fullscreen mode
I've used addButton() to add a button that pauses the video and pops up a dialog box over the video. Works great in standard mode.
But when the user goes to 'fullscreen' the button pauses the video but the dialog box appears behind the video element (hidden).
How can I create a dialog box that renders on-top of the video in fullscreen mode?