A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Lauching Files issue

  1. #1
    Junior Member
    Join Date
    Feb 2007
    Posts
    16

    Lauching Files issue

    I've visited the tuturials for launching PDF and other files from a cd on a mac, i've made apple scripts and they work, but for some reason my projector will not launch them.

    my button script is:

    on (release) {
    fscommand("exec", "CH21");

    }

    CH21 is the apple script name. does an extention have to be here too?
    I saved the script as an application

  2. #2
    Moonlight shadow asheep_uk's Avatar
    Join Date
    Dec 2001
    Location
    London
    Posts
    2,010
    Surely you'd need the absolute URI with the extension?

  3. #3
    Script kiddie VENGEANCE MX's Avatar
    Join Date
    Jun 2004
    Location
    England
    Posts
    2,590
    Not sure whether the path has to relative or absolute, but you'll definitely need the extension on it (select your AppleScript, do Apple I to Get Info if you want to find the extension).
    http://www.birchlabs.co.uk/
    You know you want to.

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