How do I define link targets?
From Swftools
How do I define link targets?
pdf2swf -s linksopennewwindow=0 file.pdf -o file.swf
0 - open in same window
1 - open in new window
Original Question
Is there a way to define the target of links using pdf2swf? Now all links open in a new window but I need them to open in the same window (link target="_self" in HTML). So far I haven't found an option to accomplish this, but as there are other options which I found hard to find in the documentation, I suppose I might have looked in the wrong places.

