Re: Stumped with open file
Re: Stumped with open file
- Subject: Re: Stumped with open file
- From: "Leif E. Wells" <email@hidden>
- Date: Wed, 20 Mar 2002 16:35:36 -0500
At 9:35 PM +0100 3/20/02, JJ wrote:
Can I ask how do you find the AppleScript within the Flash projector. How do
you make a relative-path call (it's easy using "geturl" but, are you doing
it via "exec"?)
JJ
All the files will be in the same folder. That is how ActionScript works:
//This script is placed on a button
on (release) {
fscommand ("exec", "openpdf");
}
That line will look for the script "openpdf" in the same folder as
the Flash projector. If the file isn't there, then nothing happens.
I don't know what I'd do I'd have to go find the actual AppleScript.
Leif
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.