satheesh
New Member
- Messages
- 883
- Reaction score
- 0
- Points
- 0
Open the EXE file in flash player.
1. Create a new folder called 'fscommand'.
2. Put some exe file inside this folder.
Example:Flash.exe.
3.Create a new Flash file.
Note: your Flash file outside the fscommand folder.
4.Open a Flash file and select the first frame.
5.Press F9 and Copy the code below and paste.
Code:
Syntax :
fscommand(command:String, parameters:String)
fscommand("exec", "File name");
Example:
fscommand("exec", "Flash.exe");
Note:You typed file name without space.
6.Click file menu -> Publish settings and Select the check box Windows projector (.exe) and click publish button.
7.Click file menu -> Public Preview -> Projector.
Good Luck.
1. Create a new folder called 'fscommand'.
2. Put some exe file inside this folder.
Example:Flash.exe.
3.Create a new Flash file.
Note: your Flash file outside the fscommand folder.
4.Open a Flash file and select the first frame.
5.Press F9 and Copy the code below and paste.
Code:
Syntax :
fscommand(command:String, parameters:String)
fscommand("exec", "File name");
Example:
fscommand("exec", "Flash.exe");
Note:You typed file name without space.
6.Click file menu -> Publish settings and Select the check box Windows projector (.exe) and click publish button.
7.Click file menu -> Public Preview -> Projector.
Good Luck.