brought up to date.
[swftools.git] / TODO
1 swfc:
2
3     * simple actionscript commands
4     * rewrite in python
5     * .texture
6     * .lock/.unlock
7     * object rel coords, as in obj1.(x,y) and monkey.nose
8         "follow me" feature:  default, or should it be explicitly specified?
9     * .replace command
10         .crossfade command????
11     * .soundstream
12     * text:  newlines
13     * .egon  (stub is there, never really implemented)... folding edges?
14     * .editbox
15     * .importassets
16     * default output filename (name.sc -> name.swf) if unspecified
17     * change .swf to .flash ?  
18         import swfs with .swf instead of .movie?
19     * .hide/.show?
20     * .orbit
21     * store instance coordinates for .put with same name after .del?
22     * macros?  looping?  ways of reducing repetitive coding (and the length of sc files)?
23
24 pdf2swf:
25
26     * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe
27               optional- use another color for dashed lines)
28     * several bounding boxes are too big
29     * support for ttf fonts in --fontdirs
30
31 font2swf:
32     
33     * implement support for truetype fonts.
34
35 avi2swf:
36
37     * update manpage
38     * speed up h.263 routines (MMX?)
39
40 swfcombine:
41
42     * Handle Bounding boxes
43     * Relocate  SetTarget "/content"  stuff, too?
44     * allow "combining" Actionscript and SWF.
45     * "swfcombine -m" (e.g. "swfcombine -mT test.swf") duplicates depths:
46         relocate depth in normalcombine()
47     * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work
48
49 swfextract:
50     
51     * mp3 extraction should also work for movieclips.
52
53 swfbbox:
54
55     * add manpage
56     * support for text boxes
57
58 librfxswf:
59
60     * Actionscript has memory leaks
61     * Font routines still need a little more work (shape alignment)
62
63 Makefiles/configure/installation:
64
65     * check for vsnprintf
66
67 other:
68
69     * swf2fig
70     * swfrender
71
72 documentation:
73
74     * basic command set 
75     * example set illustrating basics
76     * cook book:  how to get familiar effects 
77         (fade/wipe/titles/scrolling/false perspective etc)
78     * complete list of all required packages and libs and how to get/build them
79