Link & RollOver Question
Hi,
I am creating and formatting text in a text flow in AS3.
I am using Flash Builder 4.
I can not seem to figure out how to:
1) Add a rollover event handler to a link.
editManager.selectRange(start, start+entLength); // use the editManager to select some text in a textFlow
editManager.applyLeafFormat(cf);
editManager.applyLink(ent.URI);
How to I add the event handles that are equivalent to ...
<s:p>Text that includes a link to <s:a href="http://adobe.com/" target="_blank"
rollOver="rollOverHandler(event);" rollOut="rollOutHandler(event);">Adobe</s:a>.</s:p>
2) After I accomplish all of this, how do I set the RichTextEditor to that it is not editable?
I want the rollover links to show and for it not to be editable.
Thank you,
Greg
