File name/class name mismatch?  I think you'll need to either change 
your class name to "myClassBase", or change the filename 
to "myClass.as".

--- In flexcoders@yahoogroups.com, "Jim Grinsfelder" <[EMAIL PROTECTED]> wrote:
>
> I'm confused again.  I read Ted's thing on Code Behind and got all 
excited.
> 
> 
>  
> 
> Now I'm getting "Unable to locate specified base 
class 'app.myClass' for
> component class 'myClass' when I build the following:
> 
>  
> 
>  
> 
> [file: myClassBase.as]
> 
> package app
> 
> {
> 
>             import mx.core.Application;
> 
>  
> 
>             public class myClass extends Application
> 
>             {
> 
>             }
> 
> }
> 
>  
> 
>  
> 
> [file: myclass.mxml]
> 
> <?xml version="1.0" encoding="utf-8"?>
> 
> <app:myClass xmlns:app="app.*" 
xmlns:mx="http://www.adobe.com/2006/mxml";
> layout="absolute">
> 
>             
> 
> </app:myClass>
> 
>  
> 
>  
> 
> What did I neglect to do?
>


Reply via email to