Re: How to hit the 'Step Frame' button in "DVD Player" with applescript?
by Greg Ercolano <erco@[EMAIL PROTECTED]
>
Apr 28, 2008 at 07:12 AM
Jolly Roger wrote:
> 1. Run Script Editor.
> 2. From menu bar, choose File > Open Dictionary.
> 3. Select the application in the list and open it. The AppleScript
> dictionary will appear.
>
> In this case, what you should do is take a look at DVD Player's
> AppleScript dictionary. Notice there is a "step dvd" command. You'd
> issue it like so:
>
> tell app "DVD Player"
> step dvd
> end tell
Thanks, that seems to work perfectly.
And thanks for the "Open Dictionary" recommendation.