491f2a3fdad5c0d80fcc1f09031b5f76fab4e174
[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 librfxswf:
63
64     * Actionscript has memory leaks
65     * Font routines still need a little more work (shape alignment)
66
67 Makefiles/configure/installation:
68
69     * check for vsnprintf, strndup etc. and supply replacements
70
71 other:
72
73     * swf2fig
74     * swfrender
75
76 documentation:
77
78     * basic command set 
79     * example set illustrating basics
80     * cook book:  how to get familiar effects 
81         (fade/wipe/titles/scrolling/false perspective etc)
82     * complete list of all required packages and libs and how to get/build them
83