Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
Tonio34 webforumsuser@macromedia.com #1
FSCommand, execute external program
Hi,
i have a problem i wish to submit to you.
i have created a graphic application on Flash MX, working on a browser.
My customer use old printers that can't be recognized by windows so he need to use an external exe to send flash generated txt file on the printer.
I need to call from my flash app (swf on browser) this exe with params so i will be able to print some content on that damn printer.
The problem is that i read that fscommand(exec) doesnt works from browser,
so i am asking : is there ANY solution (javascript, vbscript, flash or other) that can help me so my customer can call a local exe from a browser?
if anyone have clues, that will be great.
Thanks
Tonio
Tonio34 webforumsuser@macromedia.com Guest
-
Execute VB program within CF
To start, we are still using CF 5. The user submits a file via a form that then goes to the submit page. On the submit page after some basic... -
Execute VB program within a CF page
To start, we are still using CF 5. The user submits a file via a form that then goes to the submit page. On the submit page after some basic... -
How to execute an external (like C++) program?
Hi, All, I need to execute a command-line utility just after stream publishing is over. Can I launch external EXE's from FCS's server-side scripts? -
calling external program usring fscommand
I M USING FLASH MX 2004 I M TRYING TO CALL EXTERNAL PROGRAM LET'S SAY ORACLE FORM FILE 'IFRUN60.EXE' AND PASSING PARAMETER LIKE THIS IFRUN60... -
How can I execute a program with admin rights from a dosbox
How can I execute a program with admin rights from a dosbox (when logged in as poweruser) are there any parameters for that or any tools? -
Uritsukidoji #2
Re: FSCommand, execute external program
Only if its situated in the ./FSCOMMAND directory relative to your SWF
"Tonio34" [email]webforumsuser@macromedia.com[/email] wrote:
> Hi,
> i have a problem i wish to submit to you.
> i have created a graphic application on Flash MX, working on a browser.
> My customer use old printers that can't be recognized by windows so he need to use an external exe to send flash generated txt file on the printer.
> I need to call from my flash app (swf on browser) this exe with params so i will be able to print some content on that damn printer.
> The problem is that i read that fscommand(exec) doesnt works from browser,
> so i am asking : is there ANY solution (javascript, vbscript, flash or other) that can help me so my customer can call a local exe from a browser?
>
> if anyone have clues, that will be great.
>
> Thanks
> Tonio
>
>
>
>Uritsukidoji Guest
-
FlashJester Support Team #3
Re: FSCommand, execute external program
Impossible from a browser has to be from a projector file, due to secuirty
risks.
Regards
FlashJester Support Team
Email : [email]support@flashjester.com[/email]
Web : [url]http://www.flashjester.com[/url]
"Just wanted to say thanks! That fixed me up just fine. You guys always =
respond quickly and have always fixed my problem, which is pretty rare =
in tech support these days!"
FlashJester Support Team Guest
-
Major_Cooke #4
Re: FSCommand, execute external program
You can't call local program from a web application.
It is normal security measure.
But you can let SWF file communicate with the server (Tomcat, WAS, Glassfish,...etc)
Then let the server upload/download data into the local.
Or you can use AIR on the local to load SWF from server-side into local
then work on it as EXE file. (Call other apps, read/write data...)Major_Cooke Guest



Reply With Quote

