The evolution of ActionScript has deprecated many elements of the language. This section lists the deprecated items and suggests alternatives when available. While deprecated elements still work, Adobe recommends that you do not continue using deprecated elements in your code. Support of deprecated elements in the future is not guaranteed.

Deprecated Methods
mx.charts.chartClasses.CartesianChart.dataToLocal(...)
mx.charts.chartClasses.CartesianChart.getSecondAxis(String)
Please use series.getAxis()
mx.charts.chartClasses.CartesianChart.localToData(Point)
mx.charts.chartClasses.CartesianChart.setSecondAxis(String,IAxis)
Please use series.getAxis()
mx.charts.chartClasses.ChartBase.dataToLocal(...)
mx.charts.chartClasses.ChartBase.getAxis(String)
Please use Series.getAxis()
mx.charts.chartClasses.ChartBase.localToData(Point)
mx.charts.chartClasses.ChartBase.setAxis(String,IAxis)
Please use Series.setAxis()
mx.charts.chartClasses.PolarChart.dataToLocal(...)
mx.charts.chartClasses.PolarChart.localToData(Point)
mx.resources.Locale.getCurrent(ISystemManager)
Deprecated Since  3.0: Please use ResourceManager.localeChain
mx.resources.ResourceBundle.getBoolean(String,Boolean)
Deprecated Since  3.0: Please use ResourceManager.getInstance().getBoolean()
mx.resources.ResourceBundle.getNumber(String)
Deprecated Since  3.0: Please use ResourceManager.getInstance().getNumber()
mx.resources.ResourceBundle.getObject(String)
Deprecated Since  3.0: Please use ResourceManager.getInstance().getObject()
mx.resources.ResourceBundle.getResourceBundle(String,ApplicationDomain)
Deprecated Since  3.0: Please use ResourceManager.getInstance().getResourceBundle()
mx.resources.ResourceBundle.getString(String)
Deprecated Since  3.0: Please use ResourceManager.getInstance().getString()
mx.resources.ResourceBundle.getStringArray(String)
Deprecated Since  3.0: Please use ResourceManager.getInstance().getStringArray()
Deprecated Properties
mx.charts.chartClasses.CartesianChart.horizontalAxisRenderer
mx.charts.chartClasses.CartesianChart.secondDataProvider
mx.charts.chartClasses.CartesianChart.secondHorizontalAxis
mx.charts.chartClasses.CartesianChart.secondHorizontalAxisRenderer
mx.charts.chartClasses.CartesianChart.secondSeries
mx.charts.chartClasses.CartesianChart.secondVerticalAxis
mx.charts.chartClasses.CartesianChart.secondVerticalAxisRenderer
mx.charts.chartClasses.CartesianChart.verticalAxisRenderer
mx.charts.chartClasses.ChartBase.transforms
mx.charts.series.PlotSeries.radius
Please use radius style
mx.charts.BubbleChart.secondRadiusAxis
Please use series specific axis, example:BubbleSeries.radiusAxis
mx.rpc.soap.mxml.WebService.protocol
Property protocol is deprecated. Please use an appropriate channel from your services configuration file (DefaultHTTP or DefaultHTTPS for instance); when useProxy is false set your URL to use the right protocol
mx.rpc.soap.mxml.WebService.serviceName
Please use destination
mx.rpc.soap.LoadEvent.document
Please use xml
Deprecated Styles
mx.charts.chartClasses.CartesianChart.horizontalAxisStyleName
mx.charts.chartClasses.CartesianChart.secondHorizontalAxisStyleName
mx.charts.chartClasses.CartesianChart.secondVerticalAxisStyleName
mx.charts.chartClasses.CartesianChart.verticalAxisStyleName
mx.containers.Accordion.fillAlphas
Deprecated Since 3.0: Please use headerStyleName
mx.containers.Accordion.fillColors
Deprecated Since 3.0: Please use headerStyleName
mx.containers.Accordion.focusAlpha
Deprecated Since 3.0: Please use headerStyleName
mx.containers.Accordion.focusRoundedCorners
Deprecated Since 3.0: Please use headerStyleName
mx.containers.Accordion.focusSkin
Deprecated Since 3.0: Please use headerStyleName
mx.containers.Accordion.focusThickness
Deprecated Since 3.0: Please use headerStyleName
mx.containers.Accordion.selectedFillColors
Deprecated Since 3.0: Please use headerStyleName
mx.controls.ColorPicker.backgroundColor
Deprecated Since 3.0: Please use swatchPanelStyleName
mx.controls.ColorPicker.columnCount
Deprecated Since 3.0: Please use swatchPanelStyleName
mx.controls.ColorPicker.horizontalGap
Deprecated Since 3.0: Please use swatchPanelStyleName
mx.controls.ColorPicker.previewHeight
Deprecated Since 3.0: Please use swatchPanelStyleName
mx.controls.ColorPicker.previewWidth
Deprecated Since 3.0: Please use swatchPanelStyleName
mx.controls.ColorPicker.swatchGridBackgroundColor
Deprecated Since 3.0: Please use swatchPanelStyleName
mx.controls.ColorPicker.swatchGridBorderSize
Deprecated Since 3.0: Please use swatchPanelStyleName
mx.controls.ColorPicker.swatchHeight
Deprecated Since 3.0: Please use swatchPanelStyleName
mx.controls.ColorPicker.swatchHighlightColor
Deprecated Since 3.0: Please use swatchPanelStyleName
mx.controls.ColorPicker.swatchHighlightSize
Deprecated Since 3.0: Please use swatchPanelStyleName
mx.controls.ColorPicker.swatchWidth
Deprecated Since 3.0: Please use swatchPanelStyleName
mx.controls.ColorPicker.textFieldStyleName
Deprecated Since 3.0: Please use swatchPanelStyleName
mx.controls.ColorPicker.textFieldWidth
Deprecated Since 3.0: Please use swatchPanelStyleName
mx.controls.ColorPicker.verticalGap
Deprecated Since 3.0: Please use swatchPanelStyleName
mx.controls.ComboBox.dropDownStyleName
Please use dropdownStyleName
mx.controls.DateChooser.fillAlphas
Deprecated Since 3.0: Please use nextMonthStyleFilters, prevMonthStyleFilters
mx.controls.DateChooser.fillColors
Deprecated Since 3.0: Please use nextMonthStyleFilters, prevMonthStyleFilters
mx.controls.DateField.cornerRadius
Deprecated Since 3.0: Please use dateChooserStyleName
mx.controls.DateField.fillAlphas
Deprecated Since 3.0: Please use nextMonthStyleFilters, prevMonthStyleFilters, dateChooserStyleName
mx.controls.DateField.fillColors
Deprecated Since 3.0: Please use nextMonthStyleFilters, prevMonthStyleFilters, dateChooserStyleName
mx.controls.DateField.headerColors
Deprecated Since 3.0: Please use dateChooserStyleName
mx.controls.DateField.headerStyleName
Deprecated Since 3.0: Please use dateChooserStyleName
mx.controls.DateField.highlightAlphas
Deprecated Since 3.0: Please use dateChooserStyleName
mx.controls.DateField.todayStyleName
Deprecated Since 3.0: Please use dateChooserStyleName
mx.controls.DateField.weekDayStyleName
Deprecated Since 3.0: Please use dateChooserStyleName
mx.controls.MenuBar.backgroundAlpha
Deprecated Since 3.0: Please use menuStyleName
mx.controls.MenuBar.backgroundColor
Deprecated Since 3.0: Please use menuStyleName