~ubuntu-branches/ubuntu/saucy/gnash/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/C/BackLash/sharedobject.xml

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2008-10-13 14:29:49 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20081013142949-f6qdvnu4mn05ltdc
Tags: 0.8.4~~bzr9980-0ubuntu1
* new upstream release 0.8.4 (LP: #240325)
* ship new lib usr/lib/gnash/libmozsdk.so.* in mozilla-plugin-gnash
  - update debian/mozilla-plugin-gnash.install
* ship new lib usr/lib/gnash/libgnashnet.so.* in gnash-common
  - update debian/gnash-common.install
* add basic debian/build_head script to build latest CVS head packages.
  - add debian/build_head
* new sound architecture requires build depend on libsdl1.2-dev
  - update debian/control
* head build script now has been completely migrated to bzr (upstream +
  ubuntu)
  - update debian/build_head
* disable kde gui until klash/qt4 has been fixed; keep kde packages as empty
  packages for now.
  - update debian/rules
  - debian/klash.install
  - debian/klash.links
  - debian/klash.manpages
  - debian/konqueror-plugin-gnash.install
* drop libkonq5-dev build dependency accordingly
  - update debian/control
* don't install headers manually anymore. gnash doesnt provide a -dev
  package after all
  - update debian/rules
* update libs installed in gnash-common; libgnashserver-*.so is not available
  anymore (removed); in turn we add the new libgnashcore-*.so
  - update debian/gnash-common.install
* use -Os for optimization and properly pass CXXFLAGS=$(CFLAGS) to configure
  - update debian/rules
* touch firefox .autoreg in postinst of mozilla plugin
  - update debian/mozilla-plugin-gnash.postinst
* link gnash in ubufox plugins directory for the plugin alternative switcher
  - add debian/mozilla-plugin-gnash.links
* suggest ubufox accordingly
  - update debian/control
* add new required build-depends on libgif-dev
  - update debian/control
* add Xb-Npp-Description and Xb-Npp-File as new plugin database meta data
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<sect4 id="assharedobject">
 
2
  <title>SharedObject ActionScript Class</title>
 
3
 
 
4
  <para>
 
5
    This class implements an SharedObject object.
 
6
  </para>
 
7
 
 
8
  <sect5 id="sharedobjectmethods">
 
9
    <title>The Methods of the  Class</title>
 
10
    <para>
 
11
      <variablelist>
 
12
 
 
13
        <varlistentry>
 
14
          <term>clear()</term>
 
15
          <listitem>
 
16
            <para>
 
17
            </para>
 
18
          </listitem>
 
19
        </varlistentry>
 
20
 
 
21
        <varlistentry>
 
22
          <term>flush()</term>
 
23
          <listitem>
 
24
            <para>
 
25
            </para>
 
26
          </listitem>
 
27
        </varlistentry>
 
28
 
 
29
        <varlistentry>
 
30
          <term>getLocal()</term>
 
31
          <listitem>
 
32
            <para>
 
33
            </para>
 
34
          </listitem>
 
35
        </varlistentry>
 
36
 
 
37
        <varlistentry>
 
38
          <term>getSize()</term>
 
39
          <listitem>
 
40
            <para>
 
41
            </para>
 
42
          </listitem>
 
43
        </varlistentry>
 
44
      </variablelist>
 
45
    </para>
 
46
  </sect5>
 
47
  <sect5 id="sharedobjectprops">
 
48
    <title>The Properties of the SharedObject Class</title>
 
49
    
 
50
    <para>
 
51
      <variablelist>
 
52
 
 
53
        <varlistentry>
 
54
          <term>data</term>
 
55
          <listitem>
 
56
            <para>
 
57
            </para>
 
58
          </listitem>
 
59
        </varlistentry>
 
60
 
 
61
        <varlistentry>
 
62
          <term>onStatus</term>
 
63
          <listitem>
 
64
            <para>
 
65
            </para>
 
66
          </listitem>
 
67
        </varlistentry>
 
68
 
 
69
      </variablelist>
 
70
    </para>
 
71
  </sect5>
 
72
 
 
73
  <sect5 id="sharedobjectconf">
 
74
    <title>SharedObject Class Conformance</title>
 
75
    
 
76
    <para>
 
77
      <informaltable frame="all">
 
78
        <?dbhtml table-width="75%" ?>
 
79
        <tgroup cols="2">
 
80
          <thead>
 
81
            <row>
 
82
              <entry valign="top">
 
83
                <para>Class Name</para>
 
84
              </entry>
 
85
              <entry valign="top">
 
86
                <para>Conformance</para>
 
87
              </entry>
 
88
            </row>
 
89
          </thead>
 
90
          <tbody>
 
91
            <row>
 
92
              <entry valign="top" align="left">
 
93
                <para>clear()</para>
 
94
              </entry>
 
95
              <entry valign="top" align="center">
 
96
                <para>
 
97
                  This method is unimplemented.
 
98
                </para>
 
99
              </entry>
 
100
            </row>
 
101
            <row>
 
102
              <entry valign="top" align="left">
 
103
                <para>flush()</para>
 
104
              </entry>
 
105
              <entry valign="top" align="center">
 
106
                <para>
 
107
                  This method is unimplemented.
 
108
                </para>
 
109
              </entry>
 
110
            </row>
 
111
            <row>
 
112
              <entry valign="top" align="left">
 
113
                <para>getLocal()</para>
 
114
              </entry>
 
115
              <entry valign="top" align="center">
 
116
                <para>
 
117
                  This method is unimplemented.
 
118
                </para>
 
119
              </entry>
 
120
            </row>
 
121
            <row>
 
122
              <entry valign="top" align="left">
 
123
                <para>getSize()</para>
 
124
              </entry>
 
125
              <entry valign="top" align="center">
 
126
                <para>
 
127
                  This method is unimplemented.
 
128
                </para>
 
129
              </entry>
 
130
            </row>
 
131
            <row>
 
132
              <entry valign="top" align="left">
 
133
                <para>data</para>
 
134
              </entry>
 
135
              <entry valign="top" align="center">
 
136
                <para>
 
137
                  This property is unimplemented.
 
138
                </para>
 
139
              </entry>
 
140
            </row>
 
141
            <row>
 
142
              <entry valign="top" align="left">
 
143
                <para>onStatus</para>
 
144
              </entry>
 
145
              <entry valign="top" align="center">
 
146
                <para>
 
147
                  This property is unimplemented.
 
148
                </para>
 
149
              </entry>
 
150
            </row>
 
151
          </tbody>
 
152
        </tgroup>
 
153
      </informaltable>
 
154
    </para>
 
155
  </sect5>  
 
156
</sect4>