Disabling anonymous connection status

Top  Previous  Next

You may disable the ability to check / uncheck the anonymous option in the connection dialog by passing the enableAnonymous applet parameter to the applet with a value of false.

 

Example

 

<param name="enableAnonymous" value="false">

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

enableAnonymous = false

 

The above example demonstrates this setting loading applet parameters from the params.txt file.

 

See also

 

Specifying applet parameters