A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: to and fro from swf to exe

  1. #1

    to and fro from swf to exe

    hi
    i have a main movie and i have button which calls exe by fscommand...
    but after clicking the button ..i want to come back to the main swf on a specific frame... ( this frame has all links to other exe

    hope im clear with my problem

    thanks a lot

    babun,
    cheers

  2. #2
    Left-Handed Flash User mickbrit55's Avatar
    Join Date
    Nov 2003
    Location
    NJ USA
    Posts
    1,375
    Hiya


    on (release) {
    fscommand("exec", "myApp.exe");
    _root.gotoAndPlay(10);
    }

  3. #3
    hi,

    thanks a lot mick for replying... it worked

    cheers

  4. #4
    Left-Handed Flash User mickbrit55's Avatar
    Join Date
    Nov 2003
    Location
    NJ USA
    Posts
    1,375
    You are welcome mate

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