Skip to main content
Participant
March 1, 2016
Answered

object "play action" not available

  • March 1, 2016
  • 2 replies
  • 2032 views

hello

trying to use applescript to run an action as part of a multi program workflow

Everything runs until the Illustrator action part when I get an error Object "Play Action" is not available

tell application "Adobe Illustrator"

  activate

  do script "Standard Covers" from "Standard Covers"

end tell


This topic has been closed for replies.
Correct answer Silly-V

This happens usually when the desired action is not loaded in the actions palette under the name you are attempting to call it with.

2 replies

CarlosCanto
Community Expert
Community Expert
March 2, 2016

also, at least on windows, if the Action is selected (highlighted in the panel) it won't work, try deselecting it by selecting some other action.

Silly-V
Silly-VCorrect answer
Legend
March 1, 2016

This happens usually when the desired action is not loaded in the actions palette under the name you are attempting to call it with.

Participant
March 2, 2016

thanks, type o in action name. working nicely