~ubuntu-branches/ubuntu/quantal/gnash/quantal-proposed

« back to all changes in this revision

Viewing changes to doc/C/soldumper.1

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2008-10-14 16:06:54 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20081014160654-0anbl2mi098aee2h
Tags: 0.8.4-0ubuntu1
* LP: #84526 - Gnash menu launcher (/usr/share/applications/gnash.desktop
  file) doesn't start any application, also gnash isn't asociated with SWF
  mimetype; we dont show gnash in the .desktop launcher; we add
  NoDisplay=true, add a GenericName and Comment for the sake of
  completeness. Also we add the proper MimeType value, remove Encoding,
  don't use absolute paths for icon and exec and dont use specific icon
  file format suffix.
  - update debian/gnash.desktop

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 "12 October 2008" "" ""
 
9
.SH NAME
 
10
soldumper \- Gnash Local Shared Object (LSO) File Dumper
 
11
.SH Synopsis
 
12
.nf
 
13
 
 
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 
 
34
-h
 
35
Print usage info.
 
36
.TP 
 
37
-l
 
38
List all the .sol files in the default path.
 
39
.TP 
 
40
-f
 
41
Ignore the global setting, use the current directory for files.
 
42
.TP 
 
43
-v
 
44
Verbose output.