Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

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

New Here ,
Mar 25, 2016 Mar 25, 2016

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?

280
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Apr 06, 2016 Apr 06, 2016
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines