Hey guys how can I add steps to a video with some HTML like:
Step 1 -> 00:00 | Step 2 -> 03:01 | Step 3 -> 05:33.
Is there something that Flowplayer offers for this?
Thank you.
Yes, you can do it through Flowplayer's JavaScript API. Here's an example.
Basically, you just call the seek
method on the player.
$f("player").seek(55 /* seconds */);