Copy link to clipboard
Copied
I'm trying to create a button to 'replay' a linked mp4 video after it has played in an HTML5 Canvas.
When I test the 'replay' button and it actually goes to Frame 5, where the video keyframe is located, the video doesn't play. I've read that in Flash you could use FLVplayback with AS3, but I've also read that this doesn't work with HTML5, and that I need to use Javascript.
Is there any way to have a replay button for an mp4 video loaded in an HTML5 doc?
I was trying to use this blog post for stop and play, but not sure if that works: Using HTML5 Canvas In Animate CC: JavaScript Basics | Creative Cloud blog by Adobe
i believe there's a problem (ie, bug) that prevents the video component in canvas from 'replaying' a video using the same component instance. ie, it'll play once, but i can't find a way to get it to play twice unless you use a different instance.
Copy link to clipboard
Copied
i believe there's a problem (ie, bug) that prevents the video component in canvas from 'replaying' a video using the same component instance. ie, it'll play once, but i can't find a way to get it to play twice unless you use a different instance.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now