7 * bounding box parsing: remove : syntax, add ; or +- syntax
8 * color/line should be named linecolor/linewidth
9 * open paths in .outline
10 * create ActionScript arrays out of outlines?
18 * object rel coords, as in obj1.(x,y) and monkey.nose
19 "follow me" feature: default, or should it be explicitly specified?
22 * .egon (stub is there, never really implemented)... folding edges?
24 * default output filename (name.sc -> name.swf) if unspecified
25 * SWF 3 actionscript commands shortcuts: geturl, gotoframe?
27 * store instance coordinates for .put with same name after .del?
28 * Macros: .macro x=30 y=30 .text x=x+30 y=y+30 text="testtext" .end
33 * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
34 * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work?
35 * swfcombine -f should allocate a proper depth, not just use 65535.
36 * Handle Bounding boxes
37 * support for centering (remove need to set -x,-y parameters manually when linking
41 * allow to replace images
42 * allow to replace texts
46 * mp3 extraction should also work for movieclips.
47 * 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
62 * -E option doesn't work (as documented)
67 * fix font parsing- code offsets should be used
68 * add automatical size optimization by re-using tags and images with identical data
69 * fix font reduce code
70 * drawer paths should be closer to the SVG syntax (no space between M and coord)
74 * get MacPython (http://undefined.org/python/) to work
78 * Make a new viewer (with pageflipping)
79 * Fix even-odd/clockwise-anticlockwise fill problems
80 * optimize monochrome image handling?
81 * send converted links to a actionscript function instead of opening a new browser
82 window with getURL() as it is done today?
83 Like: pdf2swf.exe -uf _root.sendURL 1.pdf -o 1.swf
89 * add jpeg compression
93 * Flash 7 action codes
98 * Does a move-type PLACEOBJECT2 reset matrix etc. if it isn't set?
99 * If an actionscript in frame 2 sets a sprite (set in frame 1) to frame 3, what
100 does happen if we jump to frame 3 directly?
102 Makefiles/configure/installation:
104 * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements
105 * jpeglib test program (for Solaris)
109 * The installer colors are ugly
111 * Make ParseDisplayName work
122 * example set illustrating basics
123 * cook book: how to get familiar effects
124 (fade/wipe/titles/scrolling/false perspective etc)
125 * complete list of all required packages and libs and how to get/build them