bool HandleSourceRequest(const MessageSourceRequest* message);
HandleSourceRequest handles a request from AMP for an ActionScript source code file. If the file is found, the server reads it from disk and sends the raw data back to the client. If file is not found, server sends a message indicating that it was not found, so the client may try and load it locally instead.
Parameters |
Description |
const MessageSourceRequest* message |
The network message that encapsulates the above file request. |
Always returns true.