> I am new to SWFTools. Currently i am working on PDF2SWF coversion. I am
> using FDView as viewer and  I can already do the zoom and thumbnail and now
> working on the flipbook effect but really have no idea on how to make a text
> selection tool function according to user requirements.

Well, you usually register a few mouse handlers, and call
MovieClip.getTextSnapShot() and MovieClip.setSelected() on them.
(Using .hitTestTextNearPos() to determine the character positions
 for the setSelected() calls)

Taking a look at
    http://www.swftools.org/flash/textsnapshot.html
should get you started.

Greetings

Matthias




Reply via email to