Gnash
0.8.11dev
|
#include <rc.h>
Public Types | |
typedef std::vector< std::string > | PathList |
Public Member Functions | |
void | loadFiles () |
Load and parse files, looking in the usual places. More... | |
bool | parseFile (const std::string &filespec) |
bool | updateFile (const std::string &filespec) |
Writes a valid gnashrc file. If the file already exists, is is overwritten. More... | |
bool | updateFile () |
Writes a gnashrc file to the file specified in the GNASHRC environment variable OR to the user's home directory. More... | |
bool | useSplashScreen () const |
void | useSplashScreen (bool value) |
bool | useActionDump () const |
void | useActionDump (bool value) |
bool | useParserDump () const |
void | useParserDump (bool value) |
bool | useWriteLog () const |
void | useWriteLog (bool value) |
int | getTimerDelay () const |
void | setTimerDelay (int x) |
bool | showASCodingErrors () const |
void | showASCodingErrors (bool value) |
bool | showMalformedSWFErrors () const |
void | showMalformedSWFErrors (bool value) |
bool | showMalformedAMFErrors () const |
void | showMalformedAMFErrors (bool value) |
int | getMovieLibraryLimit () const |
void | setMovieLibraryLimit (int value) |
bool | enableExtensions () const |
bool | startStopped () const |
Return true if user is willing to start the gui in "stop" mode. More... | |
void | startStopped (bool value) |
bool | insecureSSL () const |
void | insecureSSL (bool value) |
int | qualityLevel () const |
void | qualityLevel (int value) |
int | verbosityLevel () const |
void | verbosityLevel (int value) |
void | setDebugLog (const std::string &x) |
const std::string & | getDebugLog () const |
void | setDocumentRoot (const std::string &x) |
std::string | getDocumentRoot () |
bool | useDebugger () const |
void | useDebugger (bool value) |
bool | useSound () const |
void | useSound (bool value) |
bool | usePluginSound () const |
void | usePluginSound (bool value) |
bool | popupMessages () const |
void | interfacePopups (bool value) |
bool | useLocalDomain () const |
void | useLocalDomain (bool value) |
bool | useLocalHost () const |
Whether to restrict access to the local host. More... | |
void | useLocalHost (bool value) |
Set whether to restrict access to the local host. More... | |
const PathList & | getWhiteList () const |
Get the current RcInitFile whitelist of domains to allow. More... | |
void | setWhitelist (const std::vector< std::string > &list) |
Sets the RcInitFile whitelist of domains to allow. More... | |
const PathList & | getBlackList () const |
Get the current RcInitFile blacklist of domains to block. More... | |
bool | showMouse () const |
void | setBlacklist (const std::vector< std::string > &list) |
Sets the RcInitFile blacklist of domains to block. More... | |
const PathList & | getLocalSandboxPath () const |
Return the list of directories to be used as the 'local' sandbox. More... | |
void | addLocalSandboxPath (const std::string &dir) |
Add a directory to the local sandbox list. More... | |
void | setLocalSandboxPath (const PathList &path) |
const std::string & | getFlashVersionString () const |
void | setFlashVersionString (const std::string &value) |
const std::string & | getFlashSystemOS () const |
void | setFlashSystemOS (const std::string &value) |
const std::string & | getFlashSystemManufacturer () const |
void | setFlashSystemManufacturer (const std::string &value) |
const std::string & | getGstAudioSink () const |
void | setGstAudioSink (const std::string &value) |
int | getRetries () const |
void | setRetries (int x) |
double | getStreamsTimeout () const |
The number of seconds of inactivity before timing out streams downloads. More... | |
void | setStreamsTimeout (const double &x) |
Set seconds of inactivity before timing out streams downloads. More... | |
const std::string & | getURLOpenerFormat () const |
Get the URL opener command format. More... | |
void | setURLOpenerFormat (const std::string &value) |
const std::string & | getHWAccel () const |
void | setHWAccel (const std::string &x) |
const std::string & | getRenderer () const |
void | setRenderer (const std::string &x) |
const std::string & | getMediaHandler () const |
void | setMediaHandler (const std::string &x) |
const std::string & | getSOLSafeDir () const |
void | setSOLSafeDir (const std::string &x) |
bool | getSOLLocalDomain () const |
void | setSOLLocalDomain (bool x) |
bool | getSOLReadOnly () const |
void | setSOLReadOnly (bool x) |
bool | getLocalConnection () const |
void | setLocalConnection (bool x) |
bool | getLCTrace () const |
Enable tracing all LocalConnection traffic. More... | |
void | setLCTrace (bool x) |
key_t | getLCShmKey () const |
void | setLCShmKey (bool x) |
bool | ignoreFSCommand () const |
void | ignoreFSCommand (bool value) |
void | saveStreamingMedia (bool value) |
bool | saveStreamingMedia () const |
void | saveLoadedMedia (bool value) |
bool | saveLoadedMedia () const |
void | setMediaDir (const std::string &value) |
const std::string & | getMediaDir () const |
void | setWebcamDevice (int value) |
int | getWebcamDevice () const |
void | setAudioInputDevice (int value) |
int | getAudioInputDevice () |
const std::string & | getRootCert () const |
Get the Root SSL certificate. More... | |
void | setRootCert (const std::string &value) |
Set the Root SSL certificate. More... | |
const std::string & | getCertFile () const |
Get the Client SSL certificate. More... | |
void | setCertFile (const std::string &value) |
Set the Client SSL certificate. More... | |
const std::string & | getCertDir () const |
Get the directory for client SSL certificates. More... | |
void | setCertDir (const std::string &value) |
Set the directory for client SSL certificates. More... | |
void | ignoreShowMenu (bool value) |
bool | ignoreShowMenu () const |
int | getScriptsTimeout () const |
void | setScriptsTimeout (int x) |
int | getScriptsRecursionLimit () const |
void | setScriptsRecursionLimit (int x) |
void | lockScriptLimits (bool x) |
bool | lockScriptLimits () const |
void | dump () |
Static Public Member Functions | |
static RcInitFile & | getDefaultInstance () |
Return the default instance of RC file. More... | |
Protected Types | |
typedef boost::char_separator< char > | Sep |
typedef boost::tokenizer< Sep > | Tok |
Protected Member Functions | |
void | writeList (const PathList &list, std::ostream &o) |
RcInitFile () | |
Construct only by getDefaultInstance() More... | |
~RcInitFile () | |
Never destroy (TODO: add a destroyDefaultInstance) More... | |
void | parseList (std::vector< std::string > &list, const std::string &action, const std::string &items) |
parses a space-separated list into std::vector list More... | |
Static Protected Member Functions | |
static void | expandPath (std::string &path) |
static bool | extractSetting (bool &var, const std::string &pattern, const std::string &variable, const std::string &value) |
If variable matches pattern (case-insensitive) set var according to value. More... | |
template<typename T > | |
static bool | extractNumber (T &num, const std::string &pattern, const std::string &variable, const std::string &value) |
If variable matches pattern (case-insensitive) set num according to value. More... | |
static bool | extractDouble (double &out, const std::string &pattern, const std::string &variable, const std::string &value) |
If variable matches pattern (case-insensitive) set out according to value. More... | |
Protected Attributes | |
std::uint32_t | _delay |
The timer delay. More... | |
std::uint32_t | _movieLibraryLimit |
Max number of movie clips to store in the library. More... | |
bool | _debug |
Enable debugging of this class. More... | |
bool | _debugger |
Enable the Flash movie debugger. More... | |
std::uint32_t | _verbosity |
Level of debugging output. More... | |
std::string | _urlOpenerFormat |
Command format to use to open urls. More... | |
std::string | _flashVersionString |
String to pass as $version in Actionscript. More... | |
std::string | _gstaudiosink |
String representing the first GStreamer audio output pipeline to try. More... | |
std::string | _flashSystemOS |
String to pass as System.capabilities.os in Actionscript. If empty, leaves detection to System.cpp (default). More... | |
std::string | _flashSystemManufacturer |
String to pass as System.capabilities.manufacturer in Actionscript. More... | |
bool | _actionDump |
Enable dumping actionscript classes. More... | |
bool | _parserDump |
Enable dumping parser data. More... | |
bool | _verboseASCodingErrors |
Enable ActionScript errors verbosity. More... | |
bool | _verboseMalformedSWF |
Enable Malformed SWF verbosity. More... | |
bool | _verboseMalformedAMF |
Enable Malformed AMF verbosity. More... | |
bool | _splashScreen |
Display a splash screen when loading a movie. More... | |
bool | _localdomainOnly |
Only access network resources in the local domain. More... | |
bool | _localhostOnly |
Only access network resources on the local host. More... | |
bool | _showMouse |
Show the mouse pointer. More... | |
PathList | _whitelist |
Allowed domains. More... | |
PathList | _blacklist |
Blocked Domains. More... | |
std::string | _log |
The name of the debug log. More... | |
bool | _writeLog |
Enable writing the debug log to disk. More... | |
std::string | _wwwroot |
The root path for the streaming server. More... | |
int | _retries |
the number of retries for a thread More... | |
bool | _sound |
Enable the sound handler at startup. More... | |
bool | _pluginSound |
Enable sound for the plugin. More... | |
bool | _extensionsEnabled |
Enable scanning plugin path for extensions. More... | |
bool | _startStopped |
Start the gui in "stop" mode. More... | |
bool | _insecureSSL |
Allow SSL connections without verifying the certificate. More... | |
double | _streamsTimeout |
The number of seconds of inactivity triggering download timeout. More... | |
PathList | _localSandboxPath |
Local sandbox: the set of resources on the filesystem we want to give the current movie access to. More... | |
std::string | _solsandbox |
SOL Sandbox: This is the only dir .sol (Shared Object) files can be written in, or read from. More... | |
bool | _solreadonly |
Whether SOL files can be written. More... | |
bool | _sollocaldomain |
bool | _lcdisabled |
bool | _lctrace |
Trace local connection activity (in log) More... | |
std::uint32_t | _lcshmkey |
bool | _ignoreFSCommand |
int | _quality |
The quality to display SWFs in. -1 to allow the SWF to override. More... | |
bool | _saveStreamingMedia |
bool | _saveLoadedMedia |
std::string | _mediaCacheDir |
bool | _popups |
int | _webcamDevice |
int | _microphoneDevice |
std::string | _certfile |
std::string | _certdir |
std::string | _rootcert |
bool | _ignoreShowMenu |
std::string | _hwaccel |
std::string | _renderer |
std::string | _mediahandler |
int | _scriptsTimeout |
int | _scriptsRecursionLimit |
The max actionscript function call stack depth. More... | |
bool | _lockScriptLimits |
Whether to ignore SWF ScriptLimits tags. More... | |
typedef std::vector<std::string> gnash::RcInitFile::PathList |
|
protected |
|
protected |
|
protected |
Construct only by getDefaultInstance()
References _solsandbox, _urlOpenerFormat, expandPath(), loadFiles(), and LONG.
|
protected |
Never destroy (TODO: add a destroyDefaultInstance)
|
inline |
Add a directory to the local sandbox list.
Referenced by gnash::Player::setScale().
void gnash::RcInitFile::dump | ( | ) |
References _actionDump, _blacklist, _debugger, _delay, _extensionsEnabled, _flashVersionString, _gstaudiosink, _insecureSSL, _localdomainOnly, _localhostOnly, _localSandboxPath, _log, _parserDump, _pluginSound, _sound, _splashScreen, _verboseASCodingErrors, _verbosity, _whitelist, _writeLog, and writeList().
|
inline |
Referenced by gnash::createObject().
|
staticprotected |
Substitutes user's home directory for ~ on a path string according to POSIX standard.
path | the path to expand. |
Referenced by parseFile(), and RcInitFile().
|
staticprotected |
If variable matches pattern (case-insensitive) set out according to value.
out | the variable to change |
pattern | the pattern for matching the variable to match to pattern the value to adopt if variable matches pattern. |
Referenced by parseFile().
|
inlinestaticprotected |
If variable matches pattern (case-insensitive) set num according to value.
num | the variable to change |
pattern | the pattern for matching the variable to match to pattern the value to adopt if variable matches pattern. |
Referenced by parseFile().
|
staticprotected |
If variable matches pattern (case-insensitive) set var according to value.
var | the variable to change |
pattern | the pattern for matching the variable to match to pattern the value to adopt if variable matches pattern. |
Referenced by parseFile().
|
inline |
|
inline |
Get the current RcInitFile blacklist of domains to block.
|
inline |
Get the directory for client SSL certificates.
|
inline |
Get the Client SSL certificate.
|
inline |
Referenced by gnash::Player::setScale().
|
static |
Return the default instance of RC file.
Referenced by gnash::MovieFactory::clear(), gnash::createObject(), gnash::GtkGui::error(), gnash::media::gst::GstUtil::get_audiosink_element(), gnash::NetConnection_as::getStream(), gnash::movie_root::getURL(), gnash::MovieLibrary::MovieLibrary(), gnash::IncrementalRename::operator()(), gnash::registerSystemNative(), gnash::Player::run(), gnash::movie_root::setQuality(), gnash::Player::setScale(), gnash::movie_root::setScriptLimits(), gnash::GtkGui::showMenu(), and gnash::GtkGui::showMouse().
|
inline |
|
inline |
Referenced by gnash::registerSystemNative().
|
inline |
|
inline |
|
inline |
Referenced by gnash::media::gst::GstUtil::get_audiosink_element().
|
inline |
|
inline |
|
inline |
Enable tracing all LocalConnection traffic.
|
inline |
|
inline |
Return the list of directories to be used as the 'local' sandbox.
Local sendbox is the set of resources on the filesystem we want to give the current movie access to.
|
inline |
Referenced by gnash::IncrementalRename::operator()().
|
inline |
|
inline |
Referenced by gnash::MovieLibrary::MovieLibrary().
|
inline |
|
inline |
|
inline |
Get the Root SSL certificate.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
The number of seconds of inactivity before timing out streams downloads.
|
inline |
Referenced by gnash::Player::setScale().
|
inline |
Get the URL opener command format.
The u label will need to be substituted by the actual url properly escaped.
|
inline |
|
inline |
Get the current RcInitFile whitelist of domains to allow.
|
inline |
Referenced by gnash::Player::run().
|
inline |
|
inline |
Referenced by gnash::GtkGui::showMenu().
|
inline |
|
inline |
|
inline |
|
inline |
void gnash::RcInitFile::loadFiles | ( | ) |
Load and parse files, looking in the usual places.
References _, gnash::key::e, gnash::key::i, gnash::key::l, gnash::log_error(), parseFile(), and gnash::key::t.
Referenced by RcInitFile().
|
inline |
References x.
|
inline |
References gnash::key::o, and path.
bool gnash::RcInitFile::parseFile | ( | const std::string & | filespec | ) |
References _, _actionDump, _blacklist, _certdir, _certfile, _debugger, _delay, _extensionsEnabled, _flashSystemManufacturer, _flashSystemOS, _flashVersionString, _gstaudiosink, _hwaccel, _ignoreFSCommand, _ignoreShowMenu, _insecureSSL, _lcdisabled, _lcshmkey, _lctrace, _localdomainOnly, _localhostOnly, _localSandboxPath, _lockScriptLimits, _log, _mediaCacheDir, _mediahandler, _microphoneDevice, _movieLibraryLimit, _parserDump, _pluginSound, _popups, _quality, _renderer, _rootcert, _saveLoadedMedia, _saveStreamingMedia, _scriptsRecursionLimit, _scriptsTimeout, _showMouse, _sollocaldomain, _solreadonly, _solsandbox, _sound, _splashScreen, _startStopped, _streamsTimeout, _urlOpenerFormat, _verboseASCodingErrors, _verboseMalformedAMF, _verboseMalformedSWF, _verbosity, _webcamDevice, _whitelist, _writeLog, _wwwroot, expandPath(), extractDouble(), extractNumber(), extractSetting(), and parseList().
Referenced by loadFiles().
|
protected |
parses a space-separated list into std::vector list
list | the vector to modify or generate. |
action | either 'set' or 'append': whether to add to or clear the vector. |
items | string of space-separated values. This gets nuked. |
References gnash::key::e, gnash::key::i, and gnash::key::t.
Referenced by parseFile().
|
inline |
Referenced by gnash::GtkGui::error().
|
inline |
Referenced by gnash::movie_root::setQuality().
|
inline |
|
inline |
Referenced by gnash::MovieFactory::clear().
|
inline |
|
inline |
Referenced by gnash::NetConnection_as::getStream().
|
inline |
|
inline |
|
inline |
Sets the RcInitFile blacklist of domains to block.
list | a std::vector of strings containing domains without protocol |
|
inline |
Set the directory for client SSL certificates.
|
inline |
Set the Client SSL certificate.
|
inline |
References x.
|
inline |
References x.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References x.
|
inline |
References x.
|
inline |
References x.
|
inline |
References x.
|
inline |
Sets a list of sandbox paths. Gnash will only allow movies access to files in these paths. The path of the movie playing is automatically added.
list | a std::vector of strings containing paths to allow |
References path.
|
inline |
|
inline |
References x.
|
inline |
|
inline |
|
inline |
References x.
|
inline |
Set the Root SSL certificate.
|
inline |
References x.
|
inline |
References x.
|
inline |
References x.
|
inline |
References x.
|
inline |
References x.
|
inline |
Set seconds of inactivity before timing out streams downloads.
References x.
|
inline |
References x.
|
inline |
|
inline |
|
inline |
Sets the RcInitFile whitelist of domains to allow.
list | a std::vector of strings containing domains without protocol |
|
inline |
void gnash::RcInitFile::showASCodingErrors | ( | bool | value | ) |
References _verboseASCodingErrors.
|
inline |
void gnash::RcInitFile::showMalformedAMFErrors | ( | bool | value | ) |
|
inline |
void gnash::RcInitFile::showMalformedSWFErrors | ( | bool | value | ) |
References _verboseMalformedSWF.
|
inline |
Whether to forcibly show the mouse pointer even if the SWF file disables it. THis allows touchscreen based SWF files to work on a normal non-touchscreen desktop.
Referenced by gnash::GtkGui::showMouse().
|
inline |
Return true if user is willing to start the gui in "stop" mode.
defaults to false.
Referenced by gnash::Player::run().
|
inline |
bool gnash::RcInitFile::updateFile | ( | const std::string & | filespec | ) |
Writes a valid gnashrc file. If the file already exists, is is overwritten.
filespec | the file to write |
References _, _actionDump, _blacklist, _debugger, _delay, _extensionsEnabled, _flashSystemOS, _flashVersionString, _gstaudiosink, _ignoreFSCommand, _ignoreShowMenu, _insecureSSL, _lcdisabled, _lcshmkey, _lctrace, _localdomainOnly, _localhostOnly, _lockScriptLimits, _log, _mediaCacheDir, _movieLibraryLimit, _parserDump, _pluginSound, _popups, _quality, _saveLoadedMedia, _saveStreamingMedia, _scriptsRecursionLimit, _scriptsTimeout, _showMouse, _sollocaldomain, _solreadonly, _solsandbox, _sound, _splashScreen, _startStopped, _streamsTimeout, _urlOpenerFormat, _verboseASCodingErrors, _verboseMalformedAMF, _verboseMalformedSWF, _verbosity, _whitelist, _writeLog, _wwwroot, and writeList().
bool gnash::RcInitFile::updateFile | ( | ) |
Writes a gnashrc file to the file specified in the GNASHRC environment variable OR to the user's home directory.
References _, and gnash::log_error().
|
inline |
Referenced by gnash::Player::setScale().
void gnash::RcInitFile::useActionDump | ( | bool | value | ) |
References _actionDump.
|
inline |
|
inline |
|
inline |
void gnash::RcInitFile::useLocalDomain | ( | bool | value | ) |
References _localdomainOnly.
|
inline |
Whether to restrict access to the local host.
void gnash::RcInitFile::useLocalHost | ( | bool | value | ) |
Set whether to restrict access to the local host.
References _localhostOnly.
|
inline |
Referenced by gnash::Player::setScale().
void gnash::RcInitFile::useParserDump | ( | bool | value | ) |
References _parserDump.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void gnash::RcInitFile::useSplashScreen | ( | bool | value | ) |
References _splashScreen.
|
inline |
Referenced by gnash::Player::setScale().
void gnash::RcInitFile::useWriteLog | ( | bool | value | ) |
References _writeLog.
|
inline |
Referenced by gnash::Player::setScale().
|
inline |
|
protected |
Referenced by dump(), and updateFile().
|
protected |
Enable dumping actionscript classes.
Referenced by dump(), parseFile(), updateFile(), and useActionDump().
|
protected |
Blocked Domains.
Referenced by dump(), parseFile(), and updateFile().
|
protected |
This is the path to the directory containing cert files
Referenced by parseFile().
|
protected |
This is the name of the client certificate file
Referenced by parseFile().
|
protected |
Enable debugging of this class.
|
protected |
Enable the Flash movie debugger.
Referenced by dump(), parseFile(), and updateFile().
|
protected |
The timer delay.
Referenced by dump(), parseFile(), and updateFile().
|
protected |
Enable scanning plugin path for extensions.
Referenced by dump(), parseFile(), and updateFile().
|
protected |
String to pass as System.capabilities.manufacturer in Actionscript.
Referenced by parseFile().
|
protected |
String to pass as System.capabilities.os in Actionscript. If empty, leaves detection to System.cpp (default).
Referenced by parseFile(), and updateFile().
|
protected |
String to pass as $version in Actionscript.
Referenced by dump(), parseFile(), and updateFile().
|
protected |
String representing the first GStreamer audio output pipeline to try.
Referenced by dump(), parseFile(), and updateFile().
|
protected |
Whether to use HW video decoding support, no value means disabled. The only currently supported values are: none or vaapi support is coming.
Referenced by parseFile().
|
protected |
Whether the player should respond to fscommands (showmenu, quit etc)
Referenced by parseFile(), and updateFile().
|
protected |
Whether the player will recognize changes to Stage.showMenu in AS default value is true
Referenced by parseFile(), and updateFile().
|
protected |
Allow SSL connections without verifying the certificate.
Referenced by dump(), parseFile(), and updateFile().
|
protected |
Referenced by parseFile(), and updateFile().
|
protected |
Shared memory segment key (can be set for compatibility with other players.)
Referenced by parseFile(), and updateFile().
|
protected |
Trace local connection activity (in log)
Referenced by parseFile(), and updateFile().
|
protected |
Only access network resources in the local domain.
Referenced by dump(), parseFile(), updateFile(), and useLocalDomain().
|
protected |
Only access network resources on the local host.
Referenced by dump(), parseFile(), updateFile(), and useLocalHost().
|
protected |
Local sandbox: the set of resources on the filesystem we want to give the current movie access to.
Referenced by dump(), and parseFile().
|
protected |
Whether to ignore SWF ScriptLimits tags.
Referenced by parseFile(), and updateFile().
|
protected |
The name of the debug log.
Referenced by dump(), parseFile(), and updateFile().
|
protected |
Referenced by parseFile(), and updateFile().
|
protected |
Which media player backend to use, no value means use the default. The default is set in the MediaFactory initialization table.
Referenced by parseFile().
|
protected |
Referenced by parseFile().
|
protected |
Max number of movie clips to store in the library.
Referenced by parseFile(), and updateFile().
|
protected |
Enable dumping parser data.
Referenced by dump(), parseFile(), updateFile(), and useParserDump().
|
protected |
Enable sound for the plugin.
Referenced by dump(), parseFile(), and updateFile().
|
protected |
Referenced by parseFile(), and updateFile().
|
protected |
The quality to display SWFs in. -1 to allow the SWF to override.
Referenced by parseFile(), and updateFile().
|
protected |
Which renderer backend to use, no value means use the default. The currently supported values are agg, opengl, or cairo. AGG being the default.
Referenced by parseFile().
|
protected |
the number of retries for a thread
|
protected |
This is the name of the root certificate
Referenced by parseFile().
|
protected |
Referenced by parseFile(), and updateFile().
|
protected |
Referenced by parseFile(), and updateFile().
|
protected |
The max actionscript function call stack depth.
Referenced by parseFile(), and updateFile().
|
protected |
The number of seconds after which action execution is considered to be slow enough to prompt the user for aborting
Referenced by parseFile(), and updateFile().
|
protected |
Show the mouse pointer.
Referenced by parseFile(), and updateFile().
|
protected |
Referenced by parseFile(), and updateFile().
|
protected |
Whether SOL files can be written.
Referenced by parseFile(), and updateFile().
|
protected |
SOL Sandbox: This is the only dir .sol (Shared Object) files can be written in, or read from.
Referenced by parseFile(), RcInitFile(), and updateFile().
|
protected |
Enable the sound handler at startup.
Referenced by dump(), parseFile(), and updateFile().
|
protected |
Display a splash screen when loading a movie.
Referenced by dump(), parseFile(), updateFile(), and useSplashScreen().
|
protected |
Start the gui in "stop" mode.
Referenced by parseFile(), and updateFile().
|
protected |
The number of seconds of inactivity triggering download timeout.
Referenced by parseFile(), and updateFile().
|
protected |
Command format to use to open urls.
The u label will need to be substituted by the url (properly escaped)
Referenced by parseFile(), RcInitFile(), and updateFile().
|
protected |
Enable ActionScript errors verbosity.
Referenced by dump(), parseFile(), showASCodingErrors(), and updateFile().
|
protected |
Enable Malformed AMF verbosity.
Referenced by parseFile(), and updateFile().
|
protected |
Enable Malformed SWF verbosity.
Referenced by parseFile(), showMalformedSWFErrors(), and updateFile().
|
protected |
Level of debugging output.
Referenced by dump(), parseFile(), and updateFile().
|
protected |
FIXME: this should probably eventually be changed to a more readable config option instead of an integer
Referenced by parseFile().
|
protected |
Allowed domains.
Referenced by dump(), parseFile(), and updateFile().
|
protected |
Enable writing the debug log to disk.
Referenced by dump(), parseFile(), updateFile(), and useWriteLog().
|
protected |
The root path for the streaming server.
Referenced by parseFile(), and updateFile().