摘要: <?xml version="1.0"?><!-- charts/BasicSeriesSlideEffect.mxml --><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:Script> <!--[CDATA[ import mx.collections.ArrayCollection; [Bindable] public var expenses1:ArrayCollection=new ArrayCollection 阅读全文
posted @ 2009-12-31 16:03 MXi4oyu 阅读(188) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0"?><!-- charts/StandardEffectTriggers.mxml --><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="init()"> <mx:Script> <!--[CDATA[ import mx.collections.ArrayCollection; import mx.effects.Fade; [Bindab 阅读全文
posted @ 2009-12-31 15:58 MXi4oyu 阅读(241) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0"?><!-- charts/DataPointAlert.mxml --><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:Script> <!--[CDATA[ import mx.controls.Alert; import mx.charts.events.ChartItemEvent; import mx.collections.ArrayCollection; [Bindable 阅读全文
posted @ 2009-12-31 15:45 MXi4oyu 阅读(195) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0"?><!-- charts/ColumnWithDropShadow.mxml --><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:flash="flash.filters.*"> <mx:Script> <!--[CDATA[ import mx.collections.ArrayCollection; [Bindable] public var expense 阅读全文
posted @ 2009-12-31 15:14 MXi4oyu 阅读(145) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0"?><!-- charts/GradientFills.mxml --><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:Script> <!--[CDATA[ import mx.collections.ArrayCollection; [Bindable] public var expenses:ArrayCollection=new ArrayCollection([{Expense 阅读全文
posted @ 2009-12-31 15:12 MXi4oyu 阅读(184) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0"?><!-- charts/VerticalLineChart.mxml --><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:Script> <!--[CDATA[ import mx.collections.ArrayCollection; [Bindable] public var expenses:ArrayCollection=new ArrayCollection([{Mon 阅读全文
posted @ 2009-12-31 14:45 MXi4oyu 阅读(216) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="initApp()" backgroundColor="#d6d4d4" backgroundGradientColors="[#FFFFFF, #FFFFFF]"> &l 阅读全文
posted @ 2009-12-31 14:42 MXi4oyu 阅读(173) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0"?><!-- charts/MemoryGraph.mxml --><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" initialize="initTimer()"> <mx:Script> <!--[CDATA[ import flash.utils.Timer; import flash.events.TimerEvent; import mx.collections.Ar 阅读全文
posted @ 2009-12-31 14:39 MXi4oyu 阅读(184) 评论(0) 推荐(0) 编辑