Answered
rollOver effect on a link element
Sorry to be a dim bulb. I've looked at doc and examples, out
there by can't seem to get a rollOver effect to happen on a link
element. I have tried this
var myText:String =
"<TextFlow xmlns=' http://ns.adobe.com/textLayout/2008' fontFamily='Arial' fontSize='12' textIndent='15' marginBottom='15' paddingTop='4' paddingLeft='4'>" +
"<CharacterFormat id='hoverOverLink' color='0xff0000'/>" +
"<p><span>Here is a test of a </span>" +
"<a id='word_id' href='WORD' linkHoverFormat='hoverOverLink'><span fontStyle='italic'>word</span></a>" +
"</p></TextFlow>";
Also I'm wondering what is the best way to get the quality smooth anti-aliased text that you get when you use static text in the Flash authoring tool.
Thanks very much in advance for help with this.
var myText:String =
"<TextFlow xmlns=' http://ns.adobe.com/textLayout/2008' fontFamily='Arial' fontSize='12' textIndent='15' marginBottom='15' paddingTop='4' paddingLeft='4'>" +
"<CharacterFormat id='hoverOverLink' color='0xff0000'/>" +
"<p><span>Here is a test of a </span>" +
"<a id='word_id' href='WORD' linkHoverFormat='hoverOverLink'><span fontStyle='italic'>word</span></a>" +
"</p></TextFlow>";
Also I'm wondering what is the best way to get the quality smooth anti-aliased text that you get when you use static text in the Flash authoring tool.
Thanks very much in advance for help with this.
