1gprocessor(1) General Commands Manual gprocessor(1)
2
3
4
6 gprocessor - Gnash SWF Processor
7
9 gprocessor (options)... (file)...
10
12 Gprocessor is an debugging tool for SWF files, that is a companion to
13 Gnash. This is most often used for debugging and running testcases, as
14 this tool is equivalant to running Gnash with no graphic output. This
15 tool is primarily used by Gnash developers, or anyone that wishes to
16 run the Gnash test cases.
17
18 -h Print usage info.
19
20 -w Write a .gsc file with preprocessed info, for each input file.
21
22 -vp Be verbose about movie parsing.
23
24 -va Be verbose about ActionScript.
25
26 -d [ms]
27 Milliseconds delay between advances (0 by default). If '-1' the
28 delay will be computed from the FPS.
29
30 -f [frames]
31 Allow the given number of frame advancements. Keep advancing
32 untill any other stop condition is encountered if set to 0
33 (default).
34
35 -r [times]
36 Allow the given number of complete runs. Keep looping undefiā
37 nitely if set to 0. Default is 1 (end as soon as the last frame
38 is reached).
39
40
41
42 13 February 2008 gprocessor(1)