Yiðit Boyar wrote: > hi all; > i've just formatted my computer 1st time since i started flex; and now i'm > getting an error that i can not understand. do i miss sth with the install? > here is the code: > <?xml version="1.0" encoding="utf-8"?> > > <mx:Text text="AA" x="44" y="57"/> > <mx:Script> > <![CDATA[ > ]]> > </mx:Script> > </mx:Application> > and here is the error: > Could not resolve <mx:Script> to a component implementation. > Also my working projects started to not to work. > > where can be the problem ?
not declaring the default namespace? don't forget you need xmlns:mx="http://www.adobe.com/2006/mxml" in the first line Impudent1 LeapFrog Productions

