Flash As2 link underline
Flash As2 link underline
- Started
- Last post
- 2 Responses
- GeorgesII
How can I create html like underlines on dynamic textfield?
I tried this but don't understand how to implement it
-
import TextField.StyleSheet;function styleHoverUnderline(target_mc:Mo...
{
var styleObj:Object = new Object();
styleObj.textDecoration = "underline";var my_styleSheet:StyleSheet = new StyleSheet();
my_styleSheet.setStyle("a:hover... styleObj);for (var obj in target_mc)
{
target_mc[obj].styleSheet = my_styleSheet;
}
}styleHoverUnderline(_root);
-
http://www.dreaminginflash.com/2…here's my code
- GeorgesII0
you rock airey