setConfig()
Availability
Flash Player 6.
Flash Communication Server MX 1.0.
Usage
setConfig(key, key_value, [,scope])
Parameters
A string that specifies the configuration key for which you want to change the value.
key
A key is specified as a list of subkeys delimited by slashes (
XML configuration file that contains the desired configuration key. Subsequent subkeys
correspond to tags that are relative to that XML configuration file; the hierarchy and names of
the subkeys match the tags in the XML file.
Flash Media Server has four server configuration files: Server.xml, Adaptor.xml, Vhost.xml,
and Application.xml. Depending on your permissions, you can change the values of
configuration keys for all these files:
For the Server.xml file, specify
correspond to tags that are relative to the
You must be a server administrator to set configuration keys in the
Virtual host administrators can set configuration keys for their own virtual host only.
They might not be able to set certain kinds of sensitive information; for example, they can
set their own password, but they cannot set other virtual host administrators' passwords or
permission settings.
For the Adaptor.xml file, specify as the first subkey
is the name of the adaptor. All subsequent keys correspond to tags relative
adaptor_name
to the
<Adaptor>
For the Vhost.xml file, specify as the first subkey
VirtualHost:vhost_name
subsequent keys correspond to tags relative to the
file.
62
Server Management ActionScript Language Reference
or
Admin
tag in the Adaptor.xml file.
, where
vhost_name
). The first subkey specifies the
/
as the first subkey. All subsequent keys
Server
or
<Admin>
<Server>
Adaptor:adaptor_name
Adaptor:adaptor_name/
is the name of the virtual host. All
<VirtualHost>
tag in the Server.xml file.
tag.
<Server>
, where
tag in the Vhost.xml
Need help?
Do you have a question about the FLASH MEDIA SERVER 2-SERVER MANAGEMENT ACTIONSCRIPT LANGUAGE and is the answer not in the manual?