How do I create a AVM2 compatible SWF?
From Swftools
pdf2swf -T9 -s insertstop input.pdf -o output.swf
-T9 -- creates a AS3/AVM2 compatible swf
-s insertstop -- inserts a stop command at the end of each frame
Feature is available with 0.9 of swftools
See http://www.mail-archive.com/swftools-common@nongnu.org/msg01709.html for posting by Matthias.

