"Fossies" - the Fresh Open Source Software Archive 
Member "gnash-0.8.10/TODO" (19 Jan 2012, 1118 Bytes) of package /linux/www/old/gnash-0.8.10.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1
2 TODO: (not really in order of priorities)
3
4 - SWF 8 support. This is mostly adding support
5 for blend modes and bitmap filters.
6 - AVM2 support.
7 - RTMP streaming support and fixes to remoting.
8 - IO redesign.
9 - Performance improvements, and reducing the footprint.
10 - Implement all the missing player classes/methods.
11 - Keep improving the plugin.
12 - Make loading from filesystem predictable
13
14 Partially implemented classes are:
15 ----------------------------------
16 NetConnection
17 LocalConnection
18 NetStream
19 flash.display.BitmapData
20 flash.external.ExternalInterface
21 ...
22
23 Unimplemented classes are:
24 --------------------------
25 Accessibility
26 Microphone
27 Camera
28 flash.text.TextRenderer
29 flash.filter.*
30 flash.net.*
31 ContextMenu
32
33 * NB: in some cases the AS interface is present, but the actual
34 desired functionality is not implemented.
35 ...
36
37 Others
38 ------
39
40 If you would like to contribute to Gnash's development, please
41 subscribe to the developers list at
42 http://lists.gnu.org/mailman/listinfo/gnash-dev, and let us know what
43 you'd like to work on. Your help is always appreciated as Gnash is a
44 community project.
45