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     * add support for FreeType
31
32 font2swf:
33     
34     * implement support for truetype fonts.
35
36 avi2swf:
37
38     * update manpage
39     * speed up h.263 routines (MMX?)
40
41 swfcombine:
42
43     * Handle Bounding boxes
44     * Relocate  SetTarget "/content"  stuff, too?
45     * allow "combining" Actionscript and SWF.
46     * "swfcombine -m" (e.g. "swfcombine -mT test.swf") duplicates depths:
47         relocate depth in normalcombine()
48     * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work
49     * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
50     * support for centering (remove need to set -x,-y parameters manually when linking
51       preloaders)
52
53 swfextract:
54     
55     * mp3 extraction should also work for movieclips.
56
57 swfbbox:
58
59     * add manpage
60     * support for text boxes
61
62 wav2swf:
63
64     * support for 44100khz
65     * pad blocks for mp3 compression
66
67 librfxswf:
68
69     * Actionscript has memory leaks
70     * Font routines still need a little more work (shape alignment)
71
72 Makefiles/configure/installation:
73
74     * check for vsnprintf, strndup etc. and supply replacements
75
76 other:
77
78     * swf2fig
79     * swfrender
80
81 documentation:
82
83     * basic command set 
84     * example set illustrating basics
85     * cook book:  how to get familiar effects 
86         (fade/wipe/titles/scrolling/false perspective etc)
87     * complete list of all required packages and libs and how to get/build them
88