It seems that when you add an annotation to a embedded video it creates a snapshot of the video frame that displaying and adds the type of annotation to the snapshot.
When an end-user clicks on a comment it just displays the snapshot.
Is there any way to actually move the video to the timestamp that's stored in the annotation?
Thanks.
Clicking on the video to change focus brings back the playhead, with the time returned to where you were BEFORE you clicked the comment. This is how it's always worked; comments are not permanent redirections, they're designed so if someone is watching a long video and clicks a comment they don't lose their original place. If they were permanent, we'd need to add in extra UI buttons to give people the "return to.." function.
It's not possible to change this "return to where you were before" policy, as Acrobat does it all with the same function call. Changing the widget to ignore the "return to.." command would also stop it from moving to the comment's position in the first place.