fixed compile problems.
[swftools.git] / TODO
1 swfc:
2
3     * .editbox
4     * .buttons
5     * .texture
6     * .orbit
7     * plugins?
8     * .lock/.unlock
9     * object rel coords, as in obj1.(x,y) and monkey.nose
10         "follow me" feature:  default, or should it be explicitly specified?
11     * .replace command
12         .crossfade command?
13     * .soundstream
14     * text: newlines
15     * .egon  (stub is there, never really implemented)... folding edges?
16     * .importassets
17     * default output filename (name.sc -> name.swf) if unspecified
18     * SWF 3 actionscript commands shortcut
19     * .hide/.show?
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)?
22
23 pdf2swf:
24
25     * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe
26               optional- use another color for dashed lines)
27     * several bounding boxes are too big
28     * support for ttf fonts in --fontdirs
29     * add support for FreeType
30     * upgrade xpdf
31
32 avi2swf:
33
34     * update manpage
35     * speed up h.263 routines (MMX?)
36
37 swfcombine:
38
39     * allow "combining" Actionscript and SWF.
40     * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work
41     * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
42     * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work?
43     * Handle Bounding boxes
44     * support for centering (remove need to set -x,-y parameters manually when linking
45       preloaders)
46
47 swfextract:
48     
49     * mp3 extraction should also work for movieclips.
50
51 swfbbox:
52
53     * add manpage
54     * support for text boxes
55
56 wav2swf:
57
58     * pad blocks for mp3 compression
59
60 librfxswf:
61
62     * logging
63
64 png2swf:
65
66     * Image mode 4
67     * Interlace mode 1
68
69 Makefiles/configure/installation:
70
71     * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements
72
73 other:
74
75     * swf2fig
76     * swfrender
77     * update man pages
78
79 documentation:
80
81     * basic command set 
82     * example set illustrating basics
83     * cook book:  how to get familiar effects 
84         (fade/wipe/titles/scrolling/false perspective etc)
85     * complete list of all required packages and libs and how to get/build them
86