In Flash Player 5, yes. Anything afterwards, no. It was considered a security risk.
Your only choices are to execute an EXE for a specific task, or create an EXE that can communicate with the SWF by other means. For instance, you could wrap an EXE around a SWF that communicates via LocalConnection. Other than that your next best choice is to use one of the SWF to EXE tools. A few have been mentioned here before so I won't reiterate unless you can't find them in the archives. Derek Vadneau ----- Original Message ----- From: "Tom Haschenburger" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" <[email protected]> Sent: Monday, April 17, 2006 3:54 PM Subject: SPAM-LOW: [Flashcoders] Running FSCOMMAND EXEC with switches Can you send switches to the command line with the executable using FSCOMMAND EXEC function? button00_btn.onRelease = function(){ fscommand ("exec", "winrar.exe a g:\camrav40\backups\_TEST_04-11-06beforenp.zip g:\camrav40\camdata\*.dat g:\camrav40\camdata\*.tag"); } Thanks, T _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

