swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] pdf2swf -s internallinkfunction ??


From: Matthias Kramm
Subject: Re: [Swftools-common] pdf2swf -s internallinkfunction ??
Date: Sat, 15 Mar 2008 11:51:20 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

On Tue, Mar 11, 2008 at 05:35:57PM +0100, Andreas Busch <address@hidden> wrote:
> but how can I put this dolink funktion in this flash ?
>  

Convert the file using

    pdf2swf -s internallinkfunction=_parent.dolink document.pdf -o document.swf

and then try this:

    .flash filename="dolink.swf"
       .swf document "document.swf"
       .action:
            function dolink(pageno) { 
               getURL("http://www.test"+pageno+".com";, "parent");
            }
       .end
       .put document
    .end

Greetings

Matthias






reply via email to

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