is it possible to display a html5-video as part of the canvas?
basically the same way as you draw an Image in the canvas.
context.drawVideo(vid, 0, 0);
thanks!
|
|
I guess the above code is self Explanatory, If not drop a comment below, I will try to explain the above few lines of code Edit : Demo |
||||
|
|
|
Here is some example HTML5 Canvas Videos I hope it helps. |
|||
|
|
|
There's a good introduction here : http://html5doctor.com/video-canvas-magic/ |
|||
|
|