摘要: Flex的组件,如LinkButton在mxml中设置属性时,可有<mx:LinkButton label="百度" fontSize="12" textDecoration="underline" fontWeight="normal" icon="@Embed(source='icons/icon_attachment.gif')" click="gotoLink()"/>但是,如果在as中var newLink:LinkButton=new 阅读全文
posted @ 2011-03-09 14:01 xngeer 阅读(974) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?><mx:HBox xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:Script> <![CDATA[ import mx.formatters.DateFormatter; import flash.utils.Timer; import flash.events.TimerEvent; private function init():void { var timer:Ti 阅读全文
posted @ 2011-03-09 13:58 xngeer 阅读(609) 评论(0) 推荐(0)