Detailed instructions for use are in the User's Guide.
[. . . ] Server Management ActionScript Language Reference
Trademarks 1 Step RoboPDF, ActiveEdit, ActiveTest, Authorware, Blue Sky Software, Blue Sky, Breeze, Breezo, Captivate, Central, ColdFusion, Contribute, Database Explorer, Director, Dreamweaver, Fireworks, Flash, FlashCast, FlashHelp, Flash Lite, FlashPaper, Flex, Flex Builder, Fontographer, FreeHand, Generator, HomeSite, JRun, MacRecorder, Macromedia, MXML, RoboEngine, RoboHelp, RoboInfo, RoboPDF, Roundtrip, Roundtrip HTML, Shockwave, SoundEdit, Studio MX, UltraDev, and WebHelp are either registered trademarks or trademarks of Macromedia, Inc. and may be registered in the United States or in other jurisdictions including internationally. Other product names, logos, designs, titles, words, or phrases mentioned within this publication may be trademarks, service marks, or trade names of Macromedia, Inc. or other entities and may be registered in certain jurisdictions including internationally. [. . . ] Some objects might also have a description property that contains a string describing the cause of the failure.
Description
Returns detailed information about the network I/O characteristics of the connected adaptor. You must be a server administrator to perform this operation.
36
Server Management ActionScript Language Reference
getLicenseInfo()
Availability
Flash Player 6. Flash Communication Server MX 1. 0.
Usage
getLicenseInfo()
Parameters
None.
Returns
If the call succeeds, the server sends a reply information object with a level property of status, a code property of NetConnection. Call. Success, and a data property that is an object. The data object has the following properties:
Property
name version build copyright key
Description
String; product name, for example, Flash Media Server. String; version number, for example, 1. 0. String; license key that is set in the Server. xml file. If you have more than one license key, this string is a concatenation of all your valid license keys, delimited by semicolons (;). If you have multiple licenses, they must have the same type number. Possible values are shown here: 0=Commercial 1=Educational Number; license family, which determines the value of other properties. If you have multiple licenses, they must have the same family number. Possible values are shown here: 0=Personal 1=Professional Number; edition, for example, single, trial, beta, unlimited, and so on. If you have multiple licenses, they must have the same edition number.
type
family
edition
getLicenseInfo()
37
Property
max_connections
Description
Number; maximum number of socket connections allowed, which is determined by license family. If you have more than one license, this number is the sum of the max_connections values of all your licenses. Number; maximum number of adaptors (network cards) that you can configure for the server, which is determined by license family. If the license family is Personal, the value of max_adaptors is 1. Number; maximum number of virtual hosts allowed, which is determined by license family. If the license family is Personal, the value of max_vhosts is 1. Number; maximum number of CPUs allowed, which is determined by license family. If this number is greater than 1, you can run the server on multiprocessor computers. Number; maximum bandwidth, in megabits per second. If you have multiple licenses, this number is the sum of the max_bandwidth values of all your licenses. Array; contains the information for each license key. [. . . ] Some objects might also have a description property that contains a string describing the cause of the failure.
Description
Starts a stopped virtual host or enables a new virtual host. This command lets you enable a new virtual host at runtime without restarting the server. The new virtual host directory and configuration files must already be present in the server's conf directory; the startVHost command does not create or copy any directories or configuration files. For information on adding virtual hosts, see Managing Flash Media Server. [. . . ]