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: Andreas Busch
Subject: RE: [Swftools-common] pdf2swf -s internallinkfunction ??
Date: Mon, 2 Jun 2008 15:31:11 +0200

Sorry for the long delay, other work :-((

If i try this, i have only the first frame. The Flash file has 10 frames .
Do i something wrong ?

Greetings 
Andreas 

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Matthias Kramm
Sent: Saturday, March 15, 2008 11:51 AM
To: address@hidden
Subject: Re: [Swftools-common] pdf2swf -s internallinkfunction ??

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





++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ILOGICS Informatik Service GmbH - Berduxstrasse 22 - 81245 Muenchen  
Tel: +49 89 896667-0                                                 
Fax: +49 89 896667-29
HRB 156342  AG Muenchen; USTDID: DE812478281 
GF: Andreas Busch, Karl Rappert, Ralf Moormann
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++





reply via email to

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