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

Reply via email to