i couldn't find s:datespinner component in flash builder 4.6. it uses flex 4.6
i tried the below code
<?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955"> minHeight="600"> <s:DateSpinner x="491" y="252"/> </s:Application>
It shows the below error
"Could not resolve to a component implementation"
Thanks in advance fr your help!!