![]() |
Previous | Next |
The setProxyName method specifies the name of the proxy server to use.
Syntax
player.network.setProxyName(protocol, name)
Parameters
protocol
String specifying the protocol name. Contains one of the following values.
Value | Description |
HTTP | Hypertext Transfer Protocol |
MMS | Microsoft Media Services |
name
String specifying the name of the proxy server to use.
Return Values
This method does not return a value.
Remarks
This method has no effect unless getProxySettings returns a value of two (use manual settings).
See Also
Previous | Next |