Text Editor

Hi!

I’m developing a flash text editor, using html formating tags, like <B>, <U>, etc…

The problem that bugs me is the <A HREF…> tag.
When the user select some text previously formated as a link (selection.url=…), releasing the mouse button has the same effect as clicking on that link, a window opens, the url loads, etc…

It’s possible to let the user select the formated text without triggering that link?

There is any way to avoid this problem without the sacrifice of the link feature?