3 * get convert_text_to_shapes working again
5 * Make a new viewer (with pageflipping)
6 * Fix even-odd/clockwise-anticlockwise fill problems
7 * optimize monochrome image handling?
17 * bounding box parsing: remove : syntax, add ; or +- syntax
18 * color/line should be named linecolor/linewidth
19 * open paths in .outline
20 * create ActionScript arrays out of outlines?
28 * object rel coords, as in obj1.(x,y) and monkey.nose
29 "follow me" feature: default, or should it be explicitly specified?
32 * .egon (stub is there, never really implemented)... folding edges?
34 * default output filename (name.sc -> name.swf) if unspecified
35 * SWF 3 actionscript commands shortcuts: geturl, gotoframe?
37 * store instance coordinates for .put with same name after .del?
38 * Macros: .macro x=30 y=30 .text x=x+30 y=y+30 text="testtext" .end
43 * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
44 * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work?
45 * swfcombine -f should allocate a proper depth, not just use 65535.
46 * Handle Bounding boxes
47 * support for centering (remove need to set -x,-y parameters manually when linking
51 * allow to replace images
52 * allow to replace texts
56 * mp3 extraction should also work for movieclips.
57 * frame extraction should also extract not yet deleted characters from the previous frames.
65 * support for MorphShape?
66 * support for clipping when doing -e.
70 * pad blocks for mp3 compression
72 * -E option doesn't work (as documented)
77 * fix font parsing- code offsets should be used
78 * add automatical size optimization by re-using tags and images with identical data
79 * fix font reduce code
80 * drawer paths should be closer to the SVG syntax (no space between M and coord)
84 * get MacPython (http://undefined.org/python/) to work
90 * add jpeg compression
94 * Flash 7 action codes
99 * Does a move-type PLACEOBJECT2 reset matrix etc. if it isn't set?
100 * If an actionscript in frame 2 sets a sprite (set in frame 1) to frame 3, what
101 does happen if we jump to frame 3 directly?
103 Makefiles/configure/installation:
105 * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements
106 * jpeglib test program (for Solaris)
110 * The installer colors are ugly
112 * Make ParseDisplayName work
123 * example set illustrating basics
124 * cook book: how to get familiar effects
125 (fade/wipe/titles/scrolling/false perspective etc)
126 * complete list of all required packages and libs and how to get/build them