FSCommand Support

Top  Previous  Next

 

FSCommands extend the capability of your flash movie beyond what Flash player can do. You can use FSCommand to write/read data into/from a local file, write/read into/from windows registry, manipulate the playlist, execute an additional file/local files, etc.

 

These FSCommands are grouped into several categories:

 

1. File access

2. Registry access

3. MessageBox

4. PlayList access

5. Shell access

6. Registration

7. Desktop information

 

Before you start using FSCommand action, please read some important information here.

 

Writing your own FSCommand action

 

You can also write your own FSCommand through a plug-in DLL. Go here to find out more.