'\" -*- coding: us-ascii -*- .if \n(.g .ds T< \\FC .if \n(.g .ds T> \\F[\n[.fam]] .de URL \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac .TH gnash 1 "12 October 2008" "" "" .SH NAME gnash \- GNU Flash (SWF) Player .SH Synopsis .nf gnash (options)... (file)... .fi .SH DESCRIPTION Run the SWF movie player. .TP -h Print usage info. .TP -s factor Scale the movie up/down by the specified factor. .TP -c Severe errors produce a core file instead of letting SDL trap them. .TP -d num Number of milliseconds to delay in main loop. .TP -a Enable ActionScript debugging. .TP -x The XID of the parent window Gnash should use instead of creating a new one. This is only used when embedding the player into another window. .TP -j Set the width of the window. This is only used when embedding the player into another window. .TP -k Set the height of the window. This is only used when embedding the player into another window. .TP -v Be verbose; i.e. print log messages to stdout. .TP -va Be verbose about movie Actions. .TP -vp Be verbose about parsing the movie. .TP -ml bias Specify the texture LOD bias (float, default is -1). .TP -p Run full speed (without sleeping), and log the frame rate. .TP -g Start Gnash with a Flash debugger console so one can set breakpoints or watchpoints. .TP -w Write the gnash-dbg.log debug log to disk. By default the plugin writes its log in your home directory when using a launcher from GNOME or KDE. .TP -1 Play once; exit when/if movie reaches the last frame. .TP -r [0|1|2] 0 disables rendering and sound (good for batch tests). 1 enables rendering and sound (default setting). 2 enables rendering and disables sound. .TP -t sec Timeout and exit after the specified number of seconds. .TP -u Set "real" url of the movie (useful for downloaded movies). .TP -U Set "base" url for this run (used to resolve relative urls, defaults to movie url) .TP -P Set parameter (ie. "FlashVars=A=1&b=2") .TP -F Set filedescriptor to use for external communications. .TP --version Print the version number, and the configuration, of the Gnash player. Please provide this information when submitting bug reports. .SS KEYS .TP CTRL-Q Quit/Exit. .TP CTRL-W Quit/Exit. .TP ESC Quit/Exit. .TP CTRL-P Toggle Pause. .TP CTRL-R Restart the movie. .TP CTRL-[ or kp- Step back one frame. .TP CTRL-] or kp+ Step forward one frame. .TP CTRL-T Debug. Test the set_variable() function. .TP CTRL-G Debug. Test the get_variable() function. .TP CTRL-M Debug. Test the call_method() function. .TP CTRL-B Toggle background color. .PP Flash is a registered trademark of Adobe Corporation.