1gnash(1)                    General Commands Manual                   gnash(1)
2
3
4

NAME

6       gnash - GNU Flash (SWF) Player
7

Synopsis

9       gnash (options)... (file)...
10

DESCRIPTION

12       Run the SWF movie player.
13
14       -h     Print usage info.
15
16       -s factor
17              Scale the movie up/down by the specified factor.
18
19       -c     Produce a core file instead of letting SDL trap it.
20
21       -d num Number of milliseconds to delay in main loop.
22
23       -a     Enable ActionScript debugging.
24
25       -x     The  XID of the parent window Gnash should use instead of creat‐
26              ing a new one.
27
28       -j     Set the width of the window. This is only  used  when  embedding
29              the player into another window.
30
31       -k     Set  the  height of the window. This is only used when embedding
32              the player into another window.
33
34       -v     Be verbose; i.e. print log messages to stdout.
35
36       -va    Be verbose about movie Actions.
37
38       -vp    Be verbose about parsing the movie.
39
40       -ml bias
41              Specify the texture LOD bias (float, default is -1).
42
43       -p     Run full speed (no sleep) and log frame rate.
44
45       -g     Start Gnash with a Flash debugger console so one can  set  break
46              points or watchpoints.
47
48       -w     Write the gnash-dbg.log debug log to disk. By default the plugin
49              writes its log in your home directory when using a launcher from
50              GNOME or KDE.
51
52       -1     Play once; exit when/if movie reaches the last frame.
53
54       -r [0|1|2]
55              0 disables rendering and sound (good for batch tests).
56
57              1 enables rendering and sound (default setting).
58
59              2 enables rendering and disables sound.
60
61       -t sec Timeout and exit after the specified number of seconds.
62
63       -u     Set "real" url of the movie (useful for downloaded movies).
64
65       -U     Set  "base"  url  for  this  run (used to resolve relative urls,
66              defaults to movie url)
67
68       -P     Set parameter (ie. "FlashVars=A=1&b=2")
69
70       -F     Set filedescriptor to use for external communications.
71
72       --version
73              Print the version number, and the  configuration  of  the  Gnash
74              player. Please use this info when submitting bug reports.
75
76   KEYS
77       CTRL-Q Quit/Exit.
78
79       CTRL-W Quit/Exit.
80
81       ESC    Quit/Exit.
82
83       CTRL-P Toggle Pause.
84
85       CTRL-R Restart the movie.
86
87       CTRL-[ or kp-
88              Step back one frame.
89
90       CTRL-] or kp+
91              Step forward one frame.
92
93       CTRL-T Debug. Test the set_variable() function.
94
95       CTRL-G Debug. Test the get_variable() function.
96
97       CTRL-M Debug. Test the call_method() function.
98
99       CTRL-B Toggle background color.
100
101       Flash is Trademarked by Adobe Corporation.
102
103
104
105                               13 February 2008                       gnash(1)
Impressum