A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: use .exe file

  1. #1
    Junior Member
    Join Date
    Dec 2000
    Posts
    5

    use .exe file

    how can run .exe file in flash??
    we

  2. #2
    Senile member! :)
    Join Date
    Dec 2001
    Location
    Saunaswamp (transl)
    Posts
    2,296
    fscommand exec

    The flash movie must be exported to a projector (.exe) for it to be able to run .exe files.

    in MX the .exe that you are going to run must be located in a subfolder called fscommand. In flash 5 you can start any .exe you know the path to (just add it before the filename in the fscommand).

    then in AS to actually start the .exe:

    Code:
    fscommand("exec", "yourExe.exe");
    /Mirandir

  3. #3
    Junior Member
    Join Date
    Dec 2000
    Posts
    5

    it is impossible

    i tried your code before your message but impossible.
    i use mx and i want to change resolution and i write program .exe but i can't run this program.
    Ýf you know u can send to chance resolution in flash before start our animation
    we

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