|
|
|
Call BAT File in flash
Author: flashadvisor | Email
Advertisement
The first step in this process is actually creating the button.
- Use Action Script to call the BAT file, To Call the
BAT file we use the
fscommand Exec
like below:
on (Release){
fscommand("Exec","flashadvisor.bat");
stop();
}

You can call so many function throu BAT file we are using to open our web site throu the BAT file
Download Source File
We hope the information helped you. If you have any questions
or comments, please don't hesitate to post them on the
Forums section
Submit your Tutorial at Click Here
|
|
|