Skip to main content
Fuad_Amirov
Participating Frequently
June 26, 2015
Answered

adobe after effects play button

  • June 26, 2015
  • 1 reply
  • 1957 views

Hi, Can I use adobe ae play button ? when create something adobe ae using space bar to play video movie etc.So I want to use that play button( in scripting ). Is it possible ?. I don't want to play.onClick function.

Thank you.

This topic has been closed for replies.
Correct answer shachar carmi

AEGP_RegisterCommandHook()

with the following command numbers.

2285 RAM Preview.

2415 Play (spacebar).

1 reply

Community Expert
June 26, 2015

do you mean you want to programatically trigger a "play", or do you want to

be notified when the user pressed play?

Fuad_Amirov
Participating Frequently
June 26, 2015

when user pressed play

shachar carmiCommunity ExpertCorrect answer
Community Expert
June 26, 2015

AEGP_RegisterCommandHook()

with the following command numbers.

2285 RAM Preview.

2415 Play (spacebar).