[flexcoders] Re: Help with class

2006-10-12 Thread karthik
Yes, I declared as private. That was the problem. Thanks for ur help... --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: > > A bit more code might help. Did you declare the property as private? Is the function you're talking about a method of the class? > > Paul > --

[flexcoders] Re: Help with class

2006-10-12 Thread Teguh Mualim
Hi Katrik, Looks like it's a permission/scoping (whatever the term is) issue. Making it public might solve that. Teguh --- In flexcoders@yahoogroups.com, Karthik J <[EMAIL PROTECTED]> wrote: > > Hi, > I am new to Flex2. I have a class called test.as. I am trying to create object in mxml script