A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: FS Command and applescript

  1. #1

    FS Command and applescript

    hi everyone,

    this is sending me grey too quickly. I have a Flash Projector linking to this applescript which launches a pdf called NSW.pdf on a disk MAC_FILES which I am creating with disk copy. Everytime I run the applescript I get an error saying it can't find the pdf.

    Both the applescript and the pdf are in the same folder, the applescript is saved as an application and they are in the 'fscommand' folder..... ie I'm STUMPED!! Help much appreciated

    Applescript is as follows:

    tell application "Finder"
    activate
    select file "NSW.pdf" of disk "MAC_FILES"
    open selection
    end tell

  2. #2
    Junior Member
    Join Date
    Oct 2003
    Posts
    15
    this may not be working because its not looking for the disk because its not a valid disc image. try using toast this should work fine ( I did this yesterday and it works a treat. The PC version is a B*TCH to get work... can you help me with doing this on a PC???? I'M DESPERATE!!!!!)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center