I'm new at this so please forgive my ignorance. I have an html5 video that plays with the controls but I want to hide the controls and trigger the play with a button in animate. Is this possible?
My video code is in a timeline action:
var vid = sym.$("vidRec");
vid.html('<video id="mainvideo" width ="1280" height="720" src = "video/braking1.mp4" type = "video/mp4"</video>');
How would I trigger the video to play from the onclick of another button?