Code Comments
Programming Forum and web based access to our favorite programming groups.I have a Flash executable that executes a perl exe (PAR) when a button is
clicked.
So far everything goes ok. the perl exe (named test.exe) opens and prints
a hello world line.
But how can i send a var to the perl script, and print it out?
flash button:
on(click){
var string = "hello from flash";
fscommand("exec", "test.exe" add string);
}
Any help is appr.!
Post Follow-up to this message"yusufdestina" <joericochuyt@msn.com> wrote in message
news:2cee11495e4eb5403710ab5725fa2ddd@lo
calhost.talkaboutprogramming.com...
> I have a Flash executable that executes a perl exe (PAR) when a button
is
> clicked.
> So far everything goes ok. the perl exe (named test.exe) opens and
prints
> a hello world line.
> But how can i send a var to the perl script, and print it out?
> flash button:
> on(click){
> var string = "hello from flash";
> fscommand("exec", "test.exe" add string);
> }
> Any help is appr.!
This is not a Perl question. This is a Flash question. You can tell
it's not a perl question because your question would not change in the
slightest if test.exe was written in any other language.
Please consult a newsgroup that deals with Flash.
Paul Lalli
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.