3 * .outline should also support creating unfilled objects somehow
11 * object rel coords, as in obj1.(x,y) and monkey.nose
12 "follow me" feature: default, or should it be explicitly specified?
15 * .egon (stub is there, never really implemented)... folding edges?
17 * default output filename (name.sc -> name.swf) if unspecified
18 * SWF 3 actionscript commands shortcuts: geturl, gotoframe?
20 * store instance coordinates for .put with same name after .del?
21 * macros? looping? ways of reducing repetitive coding (and the length of sc files)?
25 * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe
26 optional- use another color for dashed lines)
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
36 * allow "combining" Actionscript and SWF.
37 * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work
38 * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
39 * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work?
40 * swfcombine -f should allocate a proper depth, not just use 65535.
41 * Handle Bounding boxes
42 * support for centering (remove need to set -x,-y parameters manually when linking
48 * mp3 extraction should also work for movieclips.
49 * frame extraction should also extract not yet deleted characters from the previous frames.
53 * support for MorphShape?
57 * pad blocks for mp3 compression
63 * fix font parsing- code offsets should be used
64 * add automatical size optimization by re-using tags with identical data
71 Makefiles/configure/installation:
73 * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements
74 * -shared is named -bundle on MacOSX
85 * example set illustrating basics
86 * cook book: how to get familiar effects
87 (fade/wipe/titles/scrolling/false perspective etc)
88 * complete list of all required packages and libs and how to get/build them