摘要:
<?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
zhwj184
阅读(178)
评论(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
zhwj184
阅读(115)
评论(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
zhwj184
阅读(128)
评论(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
zhwj184
阅读(171)
评论(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
zhwj184
阅读(136)
评论(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
zhwj184
阅读(135)
评论(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
zhwj184
阅读(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
zhwj184
阅读(132)
评论(0)
推荐(0)