call swf_output_preparepage() in order to get links to work correctly
[swftools.git] / TODO
1 swfc:
2
3     * color/line should be named linecolor/linewidth
4     * .morph
5     * .soundstream
6     * text: newlines
7     * .texture
8     * .orbit
9     * plugins?
10     * .lock/.unlock
11     * object rel coords, as in obj1.(x,y) and monkey.nose
12         "follow me" feature:  default, or should it be explicitly specified?
13     * .replace command
14         .crossfade command?
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 shortcuts: geturl, gotoframe?
19     * .hide/.show?
20     * store instance coordinates for .put with same name after .del?
21     * Macros: .macro x=30 y=30 .text x=x+30 y=y+30 text="testtext" .end
22
23 pdf2swf:
24
25     * store shapes relatively to the origin, so zlib works better
26       on the files
27
28 avi2swf:
29
30     * fix -n option
31     * speed up h.263 routines (MMX?)
32     * support for all-black I-Frames
33     * do a flash player test suite to find out which h.263 movies work where
34
35 swfcombine:
36
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
43       preloaders)
44     * fix clipdepths
45     * rotating
46     * allow to replace images
47     * allow to replace texts
48
49 swfextract:
50     
51     * mp3 extraction should also work for movieclips.
52     * frame extraction should also extract not yet deleted characters from the previous frames.
53
54 swfbbox:
55
56     * support for MorphShape?
57     * support for clipping when doing -e.
58
59 wav2swf:
60
61     * pad blocks for mp3 compression
62     * stereo support?
63
64 librfxswf:
65
66     * logging
67     * fix font parsing- code offsets should be used
68     * add automatical size optimization by re-using tags and images with identical data
69     * fix font reduce code
70
71 png2swf:
72
73     * Image mode 4
74     * Interlace mode 1
75     * filtering: is alpha 255 or 0 in non-existant surrounding pixels?
76     * move png parsing code to lib/
77
78 swfrender:
79
80     * Does a move-type PLACEOBJECT2 reset matrix etc. if it isn't set?
81     * If an actionscript in frame 2 sets a sprite (set in frame 1) to frame 3, what
82       does happen if we jump to frame 3 directly?
83
84 Makefiles/configure/installation:
85
86     * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements
87
88 Win32 Installation:
89
90     * The installer colors are ugly
91     * Add Logo
92     * Make ParseDisplayName work
93
94 other:
95
96     * swf2fig
97     * swfrender
98     * update man pages
99
100 documentation:
101
102     * basic command set 
103     * example set illustrating basics
104     * cook book:  how to get familiar effects 
105         (fade/wipe/titles/scrolling/false perspective etc)
106     * complete list of all required packages and libs and how to get/build them
107