* consistent output handling if -o is missing. (out.swf/stdout)
* swfcombine: Allow substituting frames (which have a name), too?
* swfcombine: Allow ids instead of names
- * swfcombine: Should be able to handle preloaders
* make more stuff dependent on the information in config.h
Cleanups in rfxswf-lib:
- * LPTAGs etc. should be TAG*s
* function names should have a prefix (rfxswf_ or swflib_ or sth.)
* element names should be lowercase
* DataPos should be named DataReadPos, DataSize DataWritePos.