I am wondering if it is possible to play a video file from within a HTML5 Canvas without the video player settings cropping up.
For example, something like this:
ctx.playMovie("movie.mov")
I know it is possible to put a video player in the canvas, but I plan to make a cutscene player for my game. Is there a way to play a video file automatically once, or do I have to manually upload every frame of the sequence?