Disabling file download |
You may disable the ability to download files by passing the enableDownload applet parameter to the applet with a value of false.
Example
<param name="enableDownload" value="false">
The above example demonstrates this setting using HTML applet parameters.
Example
enableDownload = false
The above example demonstrates this setting loading applet parameters from the params.txt file.
See also