update release version and regenerate preformatted copies.
[gnash.git] / doc / C / preformatted / soldumper.1.in
blob38657115e4e8c71ced7be9641cb51f7451c19cd9
1 .\" -*- coding: us-ascii -*-
2 .if \n(.g .ds T< \\FC
3 .if \n(.g .ds T> \\F[\n[.fam]]
4 .de URL
5 \\$2 \(la\\$1\(ra\\$3
6 ..
7 .if \n(.g .mso www.tmac
8 .TH soldumper 1 "30 January 2011" "" ""
9 .SH NAME
10 soldumper \- Gnash Local Shared Object (LSO) File Dumper
11 .SH Synopsis
12 .nf
14 soldumper (options)... (file)...
15 .fi
16 .SH DESCRIPTION
17 Dump information about the .sol files used by the SharedObject
18 ActionScript class.
19 .PP
20 When a SWF player, including Gnash, plays a SWF "movie",
21 the movie can contain
22 scripts. These scripts can call ActionScript classes. One such class
23 is SharedObject. SharedObject creates shared objects, which end up
24 stored in your computer's file system. For example, a SWF game might
25 store its score file in a SharedObject; or a privacy-invading SWF
26 movie might store "cookies" in a SharedObject. Before soldumper was
27 written, these bits of stored information were hard for users to 
28 notice or investigate.
29 Soldumper prints these files,
30 which are comprised of a header, and a
31 collection of SWF AMF Objects that the movie has written in the shared
32 object file.
33 .TP 
35 Print usage info.
36 .TP 
38 List all the .sol files in the default path.
39 .TP 
41 Ignore the global setting, use the current directory for files.
42 .TP 
44 Verbose output.