Hi, i have a pdf with URL, for example the URL in link is "30". I have modify a viewer (rfxview) and add a as function:
function doextlink(linkcode){
getURL("javascript:myjavascript(\'" + linkcode + "\')", "");
}

Now i want that in conversion from pdf to swf the link call the function "doextlink" so i can call the javascript function in the HTML page.
In conversion i use
pdf2swf -B rfxviewnew.swf -s internalfunction=doextlink test.pdf -o test.swf
the conversion and the viewer are ok (i have decompiled the swf to control), but the link in pdf not call the doextlink function, but call:
on (release)
{
    getURL("30", "_this");
}

why?
can you help me?

best regards
Francesco

---------------
SWFTools-common is a self-managed list. To subscribe/unsubscribe, or amend an 
existing subscription, please kindly point your favourite web browser 
at:<http://lists.nongnu.org/mailman/listinfo/swftools-common>

Reply via email to