Run action illustrator through script

Hi All

Can I run any acttion through applescript. I have an action named rajeev and I want to execute it through a script.

I am using Illustrator 10 and mac osx.

Regards,
Rajeev

Macrajeev:
Try this…


tell application "Illustrator CS"
	tell document 1
		do script "MirrorX" from "BLUEFROG"
	end tell
end tell

The from is the Action set your action resides in.

Have fun.
Jim Neumann
BLUEFROG

Sorry to say you that when I compile your program

Expected end of line but found “script”.
The above error occurs.
I am using Illustrator 10 not Illustrator CS. I want to run this script for Illustrator 10. Have you some idea about that.
Regards,
Rajeev

Hi friends
What happen no body is replyog me.
Regards,
Rajeev