Suppose I have a PDF document with internal links. Some of these links
go to specific locations on a page - for example, a link might go to a
position 60% of the way down page 3.
When I convert this using swftools, the SWF file ignores (or appears
to; I'm still awaiting final clarification on this point from the
swftools maintainers) the fractional part and simply introduces the
ActionScript command GotoFrame(page#).
I believe that I can modify pdf2swf to recover the fractional part.
But how would I integrate this with FlexPaper? There is a pdf2swf
command-line parameter that allows you to specify a function to call
when a link is clicked. Currently, that function will be called with
just an integer argument of page#, but it should be possible to modify
it to take either an int and a double, or just a double.
What I don't know is what function to call in FlexPaper to make this
work. I don't know much about ActionScript. Any ideas?
Thanks,
- James
--
Subscription settings:
http://groups.google.com/group/flexpaper/subscribe?hl=en