Skip to main content
jerryb48649421
Participant
March 25, 2016
Question

How do I control the play/pause of a video with a key press rather than a mouse click

  • March 25, 2016
  • 1 reply
  • 297 views

I'm doing a tutorial that I would like to control the stop and start of with a keystroke rather than locating the arrow and doing a mouse click.  I think I can use AutoHotKey once I determine what key/combination will function as a mouse alternative?

    This topic has been closed for replies.

    1 reply

    jeromiec83223024
    Inspiring
    April 7, 2016

    Flash Player is a language runtime, not a video player.  The ability to launch a video using a Flash-based video player is going to be dependent on whether or not the author of that video player listens for keystrokes.  Spacebar is pretty common, as long as the video player has focus, but again, it's entirely dependent on how the video player you're using was written.

    If you can just download the source video, you might find using an actual video player instead of Flash Player to be more useful in this regard.  VLC will typically play .flv videos.