|
|||
|
I want to make a CDRom with a interface (.exe) made in flash. Can i launch external files like .exe or .html, .doc (whith their own programs) without create a folder "fscommand (flash mx) ? if yes, what is the scripts to put in swfkit and in flashmx ?
Sorry for my english Thanks ![]() |
|
|||
|
In the action script
Code:
on (release)
{
fscommand("ffish_run", "launch");
}
Code:
Shell.open(the external file); |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|