virtual void Callback(Movie* pmovie, const char* pcommand, const char* parg) = 0;
Callback is called when an fscommand is received.
Parameters |
Description |
Movie* pmovie |
The movie that generated the fscommand. |
const char* pcommand |
The fscommand. Example: fscommand(pcommand);. |
const char* parg |
The second argument passed into fscommand. This variable can be of any ActionScript type. The parg value will be the string value of the ActionScript value. Example: fscommand(pcommand, parg); |