Link to home
Start Free TrialLog in
Avatar of ravisiva
ravisiva

asked on

Callind Exe from Flash

Dear All

Is Possible to call an  Exe from Flash?
ASKER CERTIFIED SOLUTION
Avatar of shaneholmes
shaneholmes

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Russell Libby
ravisiva,

Perhaps you should consider cleaning up some of your questions, rather than asking new ones?

Out of 26 asked questions, you still have 20 open. And most, if not all of those open, have been answered by the experts here in this TA. The experts here have taken their time to assist you, and its only in good taste (as well as being part of the site agreement) that you clean these up.

Just a suggestion, nothing more.
Russell
Avatar of ravisiva
ravisiva

ASKER

Dear  shaneholmes

Thanks for your  suggesstion.
Regarding the sound file recoding ...

When i recording  somthing  the  new recorded soundfiles
play after the old ?

Why?

I want to erase the old one and  i want to hear the present recorded files.

One more things

I didnt get the following one . FScommand exec('filename').



You asked how you call an exe from delphi - and i said , you use the FSCommand

something like

fsCommand("exec", YOUR APP NAME HERE );



Shane
something like

fsCommand("exec", ''C:\Program Files\Projects\MyProject.exe'');
BTW, as RLibby suggested, you need to go back and clean up your questions, or no experts are gonna help you any more.

You have not completed any of your questions - you need to go back and grade them

Shane
Also note,

The exec command can contain only the characters A-Z, a-z, 0-9, period ()., and underscore (_). The exec command runs in the subdirectory fscommand only. In other words, if you use the fscommand exec command to call an application, the application must reside in a subdirectory named fscommand.

open flash , go to Help - Using flash , type FScommand and you get search results with FSCOMMAND topic

Shane