This may be because of a plugin issue or you may be out of sync with the
server compiler modules.
Is this a straight AS file or MXML file?  If this is in MXML is this code
between CDATA within a mx:Script tag?

<mx:Script>
<![CDATA[

]]>
</mx:Script>

I'm guessing since I can't see the whole picture.

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
>

Reply via email to