odd error, but is that ALL the source? eg, I don't see a private var _url:String;
Douglas Knudsen http://www.cubicleman.com this is my signature, like it? 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 >
