swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] linknameurl versus internallinkfunction & external


From: Ricardo Pedroso
Subject: Re: [Swftools-common] linknameurl versus internallinkfunction & externallinkfunction
Date: Wed, 2 Feb 2011 22:14:07 +0000

2011/1/31 John Georgiou <address@hidden>
>
>
> Hi all,
> I use the latest PDF2SWF version 2011-01-23-1815, and I've noticed that:
> when I use -s internallinkfunction=handleInternalLink -s 
> externallinkfunction=handleExternalLink the functions work great, but
> when I use -s linknameurl  -s internallinkfunction=handleInternalLink -s 
> externallinkfunction=handleExternalLink I can not use the functions anymore
>
> is this a bug, or do I make something wrong?

Seems a bug to me.

If you are able to compile from source, just comment some code.
Around line 1877 of lib/devices/swf.c in drawlink function change:

    if(i->config_linknameurl) {
        actions1 = 0;
        actions2 = 0;
    }

to:

    //if(i->config_linknameurl) {
    //    actions1 = 0;
    //    actions2 = 0;
    //}

swftools-0.9.0 doesn't seems to have this, for me, bug.

Ricardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]