1 ###########################################################
3 # Sat Apr 26 11:47:04 CEST 2008
5 # This file will be used as a config file by
8 # At time of writing, the plugin will first parse the
9 # systemwide 'gnashrc' file, then the user '.gnashrc'
10 # file, then the systemwide 'gnashpluginrc' file and
11 # finally user '.gnashpluginrc'.
13 ###########################################################
16 # Display a splash screen when starting.
22 # Only access remote content from our local domain
28 # Only access content from our local host
34 # If whitelist is non-empty, only SWF from the given domains
35 # are allowed to be loaded.
39 #set whitelist www.doonesbury.com www.cnn.com
40 #append whiteList www.9news.com
42 # If whitelist is empty, these are the only domains from
43 # which loading SWFs will be forbidden.
47 #set blacklist www.doubleclick.com www.ebay.com
48 #append blacklist www.evil.com
50 # The delay between frame advance,
51 # 0 to use what's specified in the SWF.
57 # Gnash verbosity level:
59 # 1: user traces, internal errors, unimplemented messages
66 # Print a lot of info about ActionScript processing
72 # Print a lot of info about SWF parsing
78 # File to send logs to (if writelog is on)
80 # Default: gnash-dbg.log (in current working dir)
82 #set debuglog /tmp/gnash-dbg.log
84 # Write a debug log to disk
90 # Version string to pass to ActionScript
92 # Default: @DEFAULT_FLASH_PLATFORM_ID@ @DEFAULT_FLASH_MAJOR_VERSION@,@DEFAULT_FLASH_MINOR_VERSION@,@DEFAULT_FLASH_REV_NUMBER@,0
94 # When modifying this consider also exporting
95 # GNASH_PLUGIN_DESCRIPTION to match the version.
96 # Javascript based version detectors expect something like:
97 # "Shockwave Flash @DEFAULT_FLASH_MAJOR_VERSION@.@DEFAULT_FLASH_MINOR_VERSION@ r@DEFAULT_FLASH_REV_NUMBER@"
100 #set flashVersionString GSH 9,0,99,0
102 # Enable the ActionScript debugger (if compile-time support was enabled)
114 # Activate sound when called as a plugin
116 # NOTE: this is a deprecated directive, should
117 # use the gnashpluginrc file for plugin-specific
124 # Enable Gnash extensions (custom ActionScript classes in the player API)
126 # You shouldn't enable this unless you really know what you're doing
130 #set enableExtensions on
132 # Start the gui in STOP mode
134 # This is a commonly wanted feature for plugin
135 # runs, better override in gnashpluginrc
141 # Allow unverified SSL connections
147 # Timeout in seconds for stream download
149 # The download will timeout after the given seconds
150 # of inactivity. Every activity resets the timer.
151 # 0 means never timeout.
153 # Default: @DEFAULT_STREAMS_TIMEOUT@
155 #set streamsTimeout 0
157 # A space-separated list of directories you want movies
160 # Note that the directory from which your swf was loaded
161 # (if loaded from local filesystem) will be always appended
166 #set localSandboxPath /tmp/flashsandbox
167 #append localSandboxPath /tmp/flashsandbox2
169 # Use the following command format to open urls if
170 # no host-request FD was given.
172 # The '%u' label will be substituted with the url
175 # NOTE that the NPAPI plugin provides an host request FD
176 # to send url opening requests to.
178 # Default: firefox -remote 'openurl(%u)'
180 #set urlOpenerFormat lynx %u
182 # Directory to store SharedObject files
184 # If the directory doens't exist SharedObject won't work.
186 # Default: @DEFAULT_SOL_SAFEDIR@
188 #set SOLSafeDir /dev/null
190 # Never write SharedObject (kind of cookies), only read them
194 #set SOLReadOnly true
196 # Enable LocalConnection ActionScript class
200 #set LocalConnection on
202 # This is the shared memory key for your system
203 #set LCShmKey 3711621821
205 # Enable support for the X Video extension. Note that this requires a
206 # kernel/X11 driver, and compile-time gstreamer or ffmpeg and libXv.
212 # Force rendering quality to "BEST".
215 # -1 : let SWF code drive it
226 # SSL settings. These are the default values currently used.
229 # Set the default CA file name
230 #set RootCert rootcert.pem
233 # Set the default client certificate currently used,
234 #set CertFile client.pem
236 # Set the default directory used for certificates
237 #set CertDir /etc/pki/tls
239 # By default gnash ignores changes to Stage.showMenu which limits what appears
240 # in the context menu (right click menu). Set to false to allow the swf author
241 # to suppress some menu settings
244 #set ignoreShowMenu false