Flex中给按钮添加链接点击链接打开网页的方法

2023-12-05 0 920

Flex中如何给一个按钮添加链接,点击链接打开一个网页呢? 可以用 navigateToURL 或者 htmlText 实现,请看下面的例子 复制代码 代码如下: <?xml version=\”1.0\” encoding=\”utf-8\”?> <mx:Application xmlns:mx=\”http://www.adobe.com/2006/mxml\” creationComplete=\”initApp()\” layout=\”absolute\” width=\”278\” height=\”244\”> <mx:Script> <![CDATA[ internal function initApp():void{ var str:String = \”<a target=\’_blank\’ href=\’http://www.idceye.cn/\’>草山狐随笔</a>\”;link.htmlText = str; } internal function openUrl():void{ navigateToURL(new URLRequest(\”http://www.idceye.cn/\”), \”_blank\”); }]]> </mx:Script> <mx:Button x=\”72\” y=\”117\” label=\”草山狐随笔\” fontSize=\”13\” id=\”link2\” click=\”openUrl()\”/> <mx:Text id=\”link\” text=\”idceye\” x=\”72\” y=\”47\” fontSize=\”13\”/> </mx:Application>

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

悠久资源 Flex Flex中给按钮添加链接点击链接打开网页的方法 https://www.u-9.cn/biancheng/flex/97081.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务