OnFSCommand
Syntax
void OnFSCommand(string command, string args);
Description
Occurs when a GetURL action in the movie uses a URL beginning with "FSCommand:". The portion after the colon is provided in command, and the target is provided in args. This event can be used to respond to frame or button actions in the Flash movie.
Supported Flash versions
Flash version | Status |
---|---|
3 | ✓ |
4 | ✓ |
5 | ✓ |
6 | ✓ |
7 | ✓ |
8 | ✓ |
9 | ✓ |
10 | ✓ |
11 | ✓ |
12+ | ✓ |