A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Help! Link a projector.exe to another on CD

  1. #1
    Member
    Join Date
    Mar 2001
    Posts
    73
    I have got a flash executable on CD for my college presentation, but I also need to link this to another executable on the CD.

    I have managed to use:

    on (press) {
    _root.get("slidesw.exe", "_self" );
    }

    but it throws up a message asking if you want to download the file, and this confusses people, coz it's giving out the wrong message.

    I also tried the fs command, but it don't work.

    Can anyone help me with the correct command to use, for a simple link to another app.exe.

  2. #2
    Modding with Class JabezStone's Avatar
    Join Date
    Aug 2000
    Location
    Grand Rapids, MI
    Posts
    2,008
    Put this code on your button:
    Code:
    on (release) {
    	fscommand ("exec", "slidesw.exe");
    }
    Make sure that "slidesw.exe" is in the same folder as your main .exe

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