Server::AddSwf

Server::AddSwf
virtual void AddSwf(UInt32 swdHandle, const char* swdId, const char* filename);
Description

AddSwf creates a new entry in the SWD map. This method is called whenever a Debug Id tag is found when reading a SWF.

Parameters
Parameters 
Description 
UInt32 swdHandle 
The handle corresponding to the SWF file. 
const char* swdId 
The debug Id of the SWD file. 
const char* filename 
The name of the SWF file.