Matthias Kramm ?????:
On Sun, Mar 15, 2009 at 08:56:19PM +0200, Max <[email protected]> wrote:
pdf2swf -f -T9 -s linkfunction=event -B test.swf file.pdf -o result.swf
But it doesn't work (without viewer links works fine). I can't
understand what's wrong ?
The problem is with swfcombining the two Flash 9 SWFs- only the
ActionScript in your viewer is executed, however for the links to
generate Events the ActionScript portion of the converted file
needs to be executed, too.
This is a bug in swfcombine.
Try loading the converted file dynamically from your viewer for now,
then it should work.
Greetings
Matthias
I guessed that bug is in swfcombine. Thanks for confirmation. I`ll parse
textSnapshot myself.