1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
TODO: (not really in order of priorities)
- SWF 8 support. This is mostly adding support
for blend modes and bitmap filters.
- SWF 9 / AVM2 support.
- RTMP support.
- IO redesign.
- Performance improvements, and reducing the footprint.
- Custom ActionScript plugins (think MySQL support in Flash).
- Implement all the missing player classes/methods.
- SVG support ?
- Keep improving the plugin (+ add GTK1 support).
Unimplemented opcodes:
----------------------
0x08: // toggle quality
Partially implemented classes are:
----------------------------------
NetConnection
LocalConnection
...
Unimplemented classes are:
--------------------------
Accessibility
Error
Microphone
Selection
Camera
ContextMenu
CustomActions
...
Others
------
If you would like to contribute to Gnash's development, please
subscribe to the developers list at
http://lists.gnu.org/mailman/listinfo/gnash-dev, and let us know what
you'd like to work on. Your help is always appreciated as Gnash is a
community project.
|