I have very little knowledge about applescript for a mac, but I need to know how to write a small script so that it uses Acrobat to open a file in my fscommand folder.
I think it should be something like this:
[LEFT]
tell application "Acrobat"
open folder of (fscommand/application.pdf)
end tell
and then in flash my code would be:
fscommand("exec", "openme.scpt");
where “openme.scpt” is the applescript located in my fscommand folder.
Any help would be great!
Thanx.
[/LEFT]