* avi2swf: Is now ported to Win32, too.
* pdf2swf: Upgraded to xpdf 3.00
-0.6.3 (not released yet):
+0.6.3:
* lib/modules/swfrender.c: New module, for shape->bitmap conversion
* lib/rfxswf.c: Several small bugfixes
* lib/modules/swftools.c: New function swf_Optimize()
CXX=i386-mingw32msvc-g++ CPP=i386-mingw32msvc-cpp CC=i386-mingw32msvc-gcc \
./configure --host=i586-mingw32msvc && make
+ For compiling on Windows itself, there's a HOWTO from Daichi Shinozaki:
+ http://lists.gnu.org/archive/html/swftools-common/2005-02/msg00023.html
+
9.) The fonts in the SWFs generated by pdf2swf are wrong!
Watch the output of pdf2swf closely.
* SWF 3 actionscript commands shortcuts: geturl, gotoframe?
* .hide/.show?
* store instance coordinates for .put with same name after .del?
- * macros? looping? ways of reducing repetitive coding (and the length of sc files)?
+ * Macros: .macro x=30 y=30 .text x=x+30 y=y+30 text="testtext" .end
pdf2swf:
* check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements
+Win32 Installation:
+
+ * The installer colors are ugly
+ * Add Logo
+ * Make ParseDisplayName work
+
other:
* swf2fig