virtual void AddSourceFile(UInt64 fileHandle, const char* fileName);
AddSourceFile associates an ActionScript source code file with a handle, for later look up.
Parameters |
Description |
UInt64 fileHandle |
The handle corresponding to the SWF file. |
const char* fileName |
The ActionScript source code file name. |