gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/doc gnash.1


From: Markus Gothe
Subject: [Gnash-commit] gnash/doc gnash.1
Date: Tue, 17 Oct 2006 07:28:09 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/17 07:28:09

Modified files:
        doc            : gnash.1 

Log message:
        Updated info.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/gnash.1?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: gnash.1
===================================================================
RCS file: /sources/gnash/gnash/doc/gnash.1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- gnash.1     17 Oct 2006 07:02:28 -0000      1.1
+++ gnash.1     17 Oct 2006 07:28:09 -0000      1.2
@@ -1,15 +1,15 @@
-.TH gnash 1   
+.TH gnash 1 $Id: gnash.1,v 1.2 2006/10/17 07:28:09 nihilus Exp $
 .SH NAME
 gnash \- GNU Flash Player
 .SH Synopsis
 .nf
 
-gnash (options)... (file)...
+gnash [options] movie_file.swf
 .fi
 .SH DESCRIPTION
 Run the Flash movie player.
 .TP 
-\-h
+\-h \--help
 Print usage info.
 .TP 
 \-s factor
@@ -21,9 +21,6 @@
 \-d num
 Number of milli\-seconds to delay in main loop
 .TP 
-\-a
-Turn antialiasing on/off. (obsolete)
-.TP 
 \-v
 Be verbose; i.e. print log messages to stdout
 .TP 
@@ -33,30 +30,47 @@
 \-vp
 Be verbose about parsing the movie
 .TP 
-\-ml bias
-Specify the texture LOD bias (float, default is \-1)
-.TP 
-\-p
-Run full speed (no sleep) and log frame rate
+\-m bias
+Specify the texture LOD bias (float, default is \-1.0)
 .TP 
-\-e
-Use SDL Event thread
+\-x ID
+X11 Window ID for display
+\-w
+Produce the disk based debug log
+\-j width
+Set window width
+\-k height
+Set window height
 .TP 
 \-1
 Play once; exit when/if movie reaches the last frame
 .TP 
-\-r [0|1|2]
+\-r [0|1|2|3]
 0 disables renderering and sound (good for batch tests)
 
-1 enables rendering and sound (default setting)
+1 enables rendering & disables sound (default)
+
+2 enables sound & disables rendering
 
-2 enables rendering and disables sound
+3 enables both rendering & sound
 .TP 
 \-t sec
 Timeout and exit after the specified number of seconds
 .TP 
 \-b bits
 Bit depth of output window (16 or 32, default is 16)
+.TP 
+\-u url
+Set "real" url of the movie (useful for downloaded movies)
+.TP 
+\-U url
+Set "base" url for this run (used to resolve relative urls, defaults to movie 
url)
+.TP 
+\-P param
+Set parameter (ie. "FlashVars=A=1&b=2")
+.TP 
+\--version
+Print gnash's version number and exit
 .SS KEYS
 .TP 
 CTRL\-Q
@@ -80,17 +94,5 @@
 CTRL\-] or kp+
 Step forward one frame
 .TP 
-CTRL\-A
-Toggle antialiasing (doesn't work)
-.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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]