Server::AddSourceFile

Server::AddSourceFile
virtual void AddSourceFile(UInt64 fileHandle, const char* fileName);
Description

AddSourceFile associates an ActionScript source code file with a handle, for later look up.

Parameters
Parameters 
Description 
UInt64 fileHandle 
The handle corresponding to the SWF file. 
const char* fileName 
The ActionScript source code file name.