An error marker is given on the 'import' line of the .as file. The Flex SDK is fine with this programming pattern.
Description
HorizontalSliderAxis.mxml:
<?xml version="1.0" encoding="utf-8"?><mx:HBox paddingLeft="35"xmlns:mx="http://www.adobe.com/2006/mxml"><mx:Script >
include "HorizontalSliderAxisSupport.as";
]]>
</mx:Script></mx:HBox>
HorizontalSliderAxisSupport.as:
import mx.effects.Tween;
private var thumbWidth:Number=2;
An error marker is given on the 'import' line of the .as file. The Flex SDK is fine with this programming pattern.