Another idea is to bring out the large rubber mallet or uninstalled everything and reinstalled Flex Builder 3.x. Sometimes fixes issues like this, however you will not have an answer as to why this issue cropped up in the first place.
P On Fri, Feb 20, 2009 at 1:48 PM, John Waggener <[email protected]>wrote: > Hi all, > > I have this code: > > [Bindable] > public function set url(value:String) :void { > _url = value; > if ( autoLoad ) load(); > } > public function get url():String { > return _url; > } > > and I'm getting this error: > > definition mx.binding:BindManager could not be found. > > I don't why I'm receiving this error. Why can't the classes be found? The > SDK is included. Any suggestions are appreciated. > > -- > Johnny Waggener > Software Developer > Multicast Media > 678-592-2650 >
