4 * bounding box parsing: remove : syntax, add ; or +- syntax
5 * color/line should be named linecolor/linewidth
6 * open paths in .outline
14 * object rel coords, as in obj1.(x,y) and monkey.nose
15 "follow me" feature: default, or should it be explicitly specified?
18 * .egon (stub is there, never really implemented)... folding edges?
20 * default output filename (name.sc -> name.swf) if unspecified
21 * SWF 3 actionscript commands shortcuts: geturl, gotoframe?
23 * store instance coordinates for .put with same name after .del?
24 * Macros: .macro x=30 y=30 .text x=x+30 y=y+30 text="testtext" .end
30 * speed up h.263 routines (MMX?)
31 * support for all-black I-Frames
32 * do a flash player test suite to find out which h.263 movies work where
33 * bicubic/area-averaging scaling
37 * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
38 * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work?
39 * swfcombine -f should allocate a proper depth, not just use 65535.
40 * Handle Bounding boxes
41 * support for centering (remove need to set -x,-y parameters manually when linking
45 * allow to replace images
46 * allow to replace texts
50 * mp3 extraction should also work for movieclips.
51 * frame extraction should also extract not yet deleted characters from the previous frames.
55 * support for MorphShape?
56 * support for clipping when doing -e.
60 * pad blocks for mp3 compression
66 * fix font parsing- code offsets should be used
67 * add automatical size optimization by re-using tags and images with identical data
68 * fix font reduce code
69 * drawer paths should be closer to the SVG syntax (no space between M and coord)
73 * get MacPython (http://undefined.org/python/) to work
77 * Make a new viewer (with pageflipping)
78 * Fix even-odd/clockwise-anticlockwise fill problems
79 * optimize monochrome image handling?
80 * send converted links to a actionscript function instead of opening a new browser
81 window with getURL() as it is done today?
82 Like: pdf2swf.exe -uf _root.sendURL 1.pdf -o 1.swf
91 * Flash 7 action codes
95 * Does a move-type PLACEOBJECT2 reset matrix etc. if it isn't set?
96 * If an actionscript in frame 2 sets a sprite (set in frame 1) to frame 3, what
97 does happen if we jump to frame 3 directly?
99 Makefiles/configure/installation:
101 * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements
102 * jpeglib test program (for Solaris)
106 * The installer colors are ugly
108 * Make ParseDisplayName work
119 * example set illustrating basics
120 * cook book: how to get familiar effects
121 (fade/wipe/titles/scrolling/false perspective etc)
122 * complete list of all required packages and libs and how to get/build them