A Flash Developer Resource Site

Results 1 to 20 of 154

Thread: Northcode's Runtime.exe verses Proxy.exe

Threaded View

  1. #11
    Senior Member
    Join Date
    Apr 2001
    Posts
    105
    Hey Northcode,

    First up, cheers for the apps, the patience, and the help!

    Second, I have a question about your proxie.exe ...

    With the old Flash 5 standalone player, you could call a bat with the exec fscommand, and you could send perameters to the bat by tabbing them out. eg:

    st = "save.bat" add chr(9) add "param_1" add chr(9) add "param_n";
    fscommand("exec", st);

    Then in the bat, just set the params as vars. eg:

    SET VAR1=%1
    SET VARn=%n

    Can you call the proxie.exe with params as above, and have it pass the params to the bat?

    If not, is there a way around this?

    Cheers heaps,

    Jamin.
    Last edited by jamin; 05-04-2004 at 12:08 PM.

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