![]() ![]() ![]() |
||
|
You can place ActionScript files (*.asr
) on the server anywhere below the web servers root directory. To specify subdirectories of the web root or a virtual directory, use package dot notation (use dots instead of slashes in a fully qualified directory name). For example, in the following assignment code, the stockquotes.asr file is located in the mydir/stock/ directory:
stockService = gatewayConnnection.getService("mydir.stock.stockquotes", this);
You can also point to virtual mappings, such as cfsuite.asr.stock.stockquotes
where cfsuite
is a virtual mapping and asr.stock
is subdirectories of that mapping.
|
||
![]() ![]() ![]() |