A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Open an .exe from a Flash .exe

  1. #1
    Member
    Join Date
    Mar 2000
    Posts
    86

    Exclamation

    Hello!

    I am doing a project that requires a Flash file (in .exe format) to open another .exe. (in an arbitrary location). Could you please explain how this can be done? I'm new to ActionScript (my stumbling block).

    Thank you!!
    Jessica Strobel
    SSM Online
    jstrobel@ssm.ca

    ------------------

  2. #2
    Junior Member
    Join Date
    Mar 2000
    Posts
    7

    Post

    for using other exe files u can use FS Command Exec... right click on symbol>properties>action>FS Command>Exec (it is under pull down on the right side of action window....
    On (Release)
    FS Command ("Exec", "path/file.exe")
    End On


  3. #3
    Member
    Join Date
    Mar 2000
    Posts
    86

    Smile

    Thank you! That's a simple way around my problem. I really appreciate your help!

    ------------------

  4. #4

    Question

    I have tried this and every time I open the test.exe file the newss~1.exe file the button is to call on button press runs before the test.exe window comes up. this is what i have under actions for my buton.
    On (Release)
    FS Command ("exec", "C:\PROGRA~1\NEWSSH~1\nshark.exe")
    End On


  5. #5
    Member
    Join Date
    Mar 2000
    Posts
    86

    Post

    On (Release)
    FS Command ("exec", "C:\PROGRA~1\NEWSSH~1\nshark.exe")
    End On

    Our programmer here suggested using a relative path...

    /someexe.exe (the main movie)
    calling deeperfolder/someotherexe.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