• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Stumped with open file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: Stumped with open file (From: JJ <email@hidden>)

  • Prev by Date: Re: Error code
  • Next by Date: Re: Rounding
  • Previous by thread: Re: Stumped with open file
  • Next by thread: Re: Stumped with open file
  • Index(es):
    • Date
    • Thread