A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Can I launch an .exe from Flash? Possible?

  1. #1
    designer
    Join Date
    May 2002
    Posts
    63

    Can I launch an .exe from Flash? Possible?

    OK.

    I created a screensaver with Screentime for Flash (3rd Party). I'll call this Screensaver.exe.

    The link to this screensaver is in my self executable file (which happens to be a User Agreement). I'll call this User_Agreement.exe

    When the CD is put into the computer, User_Agreement.exe launches and prompt the user to either "Agree" to the terms, or "Disagree" If they disagree to the terms, they exit out of the screen. If they agree, then I want them to be able to launch SCreensaver.exe (which is an installer).

    Is this possible?

    Please help!!!

  2. #2
    AFX == P. Forsberg
    Join Date
    Nov 2001
    Posts
    439

    FS commands

    Hey Annie P.
    I haven't used FS commands in a while. The script will be something similiar to this bit...

    on(release){
    fscommand("exec", "pathname to the .exe");
    }

    If this doesn't work, do a search for FS commands.

    Hope this helps.
    Good luck,
    1M.

  3. #3
    Denied ACCESSORIES
    Join Date
    Dec 2000
    Location
    Rio de Janeiro
    Posts
    208

    Re: Can I launch an .exe from Flash? Possible?

    Originally posted by anniepbythesea
    OK.

    I created a screensaver with Screentime for Flash (3rd Party). I'll call this Screensaver.exe.

    The link to this screensaver is in my self executable file (which happens to be a User Agreement). I'll call this User_Agreement.exe

    When the CD is put into the computer, User_Agreement.exe launches and prompt the user to either "Agree" to the terms, or "Disagree" If they disagree to the terms, they exit out of the screen. If they agree, then I want them to be able to launch SCreensaver.exe (which is an installer).

    Is this possible?

    Please help!!!
    you can not do this unless working from flash 5.
    if you are using newer versions of flash then you have to use a fscommand folder and put all the executables in this folder. Remember it has to be named fscommand otherwise it will not work.


    hope that helps
    cheers
    ..,,;:'""':;,,..ASTRO

  4. #4

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