flex4 LinkElement 下划线
在Flex4中使用LinkElement类时如何去除下划线? 这个问题困扰了我好几天。像这样:
var a:LinkElement = new LinkElement();
var s:Span = new Span();
s.text = 'Goto';
a.addChild(s);
How can I remove the underline when using LinkElement Class in Flex4?
This problem has troubled me for days. Like this:
var a:LinkElement = new LinkElement();
var s:Span = new Span();
s.text = 'Goto';
a.addChild(s);
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不知道这是否对您有帮助,文本流有一个链接样式属性
在闪光中。这仅适用于在应用样式之前设置 htmltext 时的 Flash,
也许它可以帮助您找到解决方案
http: //forums.adobe.com/message/3358839
don't know if this may help you, the textflow has an propertie for linkstyle
in flash. this only works in flash when the htmltext is set before the style is applied
maybe it helps you to find an solution
http://forums.adobe.com/message/3358839