The title pretty much says it all. I'm trying to have some text that says "Video Loading" and a 75% opaque background over the HTML5 video, and once it has completely loaded I want the text and background to disappear. How can I do that?
Thanks for you time and effort! The page I'm trying to do this on is jeffarries.com/videos. Can provide code if needed.
The dup link is to a post trying to get the duration of the HTML5 video, I'm trying to have JavaScript change css properties when the HTML5 video is completely FINISHED loading into the browser.