On Tue, Mar 11, 2008 at 05:35:57PM +0100, Andreas Busch <[EMAIL PROTECTED]> 
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