added moveobject, showframe.
[swftools.git] / TODO
blob50cec1303c64fda338d9f3fb1ddaf9a93e3f4d68
1 swfc:
3     * .editbox
4     * .morph
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 shortcuts: geturl, gotoframe?
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)?
23 pdf2swf:
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
32 avi2swf:
34     * speed up h.263 routines (MMX?)
36 swfcombine:
38     * allow "combining" Actionscript and SWF.
39     * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work
40     * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
41     * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work?
42     * Handle Bounding boxes
43     * support for centering (remove need to set -x,-y parameters manually when linking
44       preloaders)
46 swfextract:
47     
48     * mp3 extraction should also work for movieclips.
49     * frame extraction should also extract not yet deleted characters from the previous frames.
51 swfbbox:
53     * support for MorphShape?
55 wav2swf:
57     * pad blocks for mp3 compression
58     * stereo support?
60 librfxswf:
62     * logging
64 png2swf:
66     * Image mode 4
67     * Interlace mode 1
69 Makefiles/configure/installation:
71     * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements
73 other:
75     * swf2fig
76     * swfrender
77     * update man pages
79 documentation:
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