On Mon, Jul 06, 2009 at 02:06:34PM +0530, Nachiket Karve <[email protected]> wrote: > I'm using pdf2swf from swftools 0.9.0, to extract swfs PDF pages. > I am not able to get internallinkfunction to work with -T 10 option. > i tried -s internallinkfunction=fna and -s internallinkfunction=parent.fna > but none of them work, > what do I need to do to make internallinkfunction work with AS3?
internallinkfunction (or, more generally, linkfunction) now generates an event in Flash 9 (ActionScript 3.0). You'll need to set up an event handler (for TextEvent) in order to process link clicks. Matthias
