On Mon, Sep 01, 2008 at 06:09:45PM -0700, Jonathan Lee <[EMAIL PROTECTED]> wrote: > I have some pdf file, and converted to swf. > But I need to send some parameter to make some words highlighted when reading > the swf file, any ideas?
Have you considered ActionScript? http://www.swftools.org/flash/textsnapshot.html Replace the three ".text" lines with a .swf document document.swf in order for this to work on a converted PDF file. Then, you'll need to implement the logic on *which* words you want to highlight by adapting the actionscript code below. What are you highlighting, btw.? search results? Greetings Matthias
