A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Open folder from mac flash projector from a CD... not working

  1. #1
    Junior Member
    Join Date
    Aug 2008
    Posts
    5

    Open folder from mac flash projector from a CD... not working

    I know there are many posts out there about this, but for some reason it's not working for me. I thought I was doing everything right, so I'm hoping the smart people of this forum could help.

    objective:
    Flash stand alone projector interface has links that open folders and a website that is local on the cd.

    What I've done
    I wrote an applescript that opens the folder. I saved as an application and checked the run and unchecked the others. named it "openpdf"

    I placed this file in the "fscommand" folder. This folder is on the same level as my projector. In this folder I have some ini and exe files for the pc side (which works by the way)

    in flash I wrote on the button:
    on (release) {
    fscommand("exec", "openpdf");
    }

  2. #2
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,317
    Quote Originally Posted by jrosenbomb
    I know there are many posts out there about this, but for some reason it's not working for me. I thought I was doing everything right, so I'm hoping the smart people of this forum could help.

    objective:
    Flash stand alone projector interface has links that open folders and a website that is local on the cd.

    What I've done
    I wrote an applescript that opens the folder. I saved as an application and checked the run and unchecked the others. named it "openpdf"

    I placed this file in the "fscommand" folder. This folder is on the same level as my projector. In this folder I have some ini and exe files for the pc side (which works by the way)

    in flash I wrote on the button:
    on (release) {
    fscommand("exec", "openpdf");
    }
    did you get it working?
    .: To me AS is like LEGO, Only for the big Kids :.
    - Site - Blog - Twitter - Linkedin
    bringmadeleinehome.com

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