Hi,
I'm getting the error "could not resolve <local:flashactionscript>
to a component implementation"....
This is my mxml code....
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute" xmlns:local="com.*">
<local:flashactionscript x="400" y="400"/>
can anybody help me ?