I’ve searched on stackoverflow, but didn’t find anything, and looked through the as3 documentation with the same result.
I want to do something like C’s system(); or PHP’s shell_exec(").
Is this possible? How?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Flash is client-side so you cannot call an executable on the server directly.
You could however create a PHP File on the server that would run your executable. Then you can launch this script from Flash using URLLoader: