[flexcoders] Re: call an ActionScript function from ActionScript

2009-02-22 Thread yossi.baram
Hi Jeffry, Yep, with some of the methodes, others are static, so I didnt have to instansiate Thanks --- In flexcoders@yahoogroups.com, Jeffry Houser j...@... wrote: A few thoughts: Usually you have to import the class, create an instance of it and all the method from the instance.

Re: [flexcoders] Re: call an ActionScript function from ActionScript

2009-02-22 Thread Jeffry Houser
The method you posted was not static, so you would have to instantiate the class. With a static method, you have to import the class and call the method on the class instead of on an instance of it. yossi.baram wrote: Hi Jeffry, Yep, with some of the methodes, others are static, so I

[flexcoders] Re: call an ActionScript function from ActionScript

2009-02-21 Thread yossi.baram
Ok I managed, I just placed the function in an ActionScript class, not a file and called the instance of that class from the other ActionScript Thaks any way --- In flexcoders@yahoogroups.com, yossi.baram yossi.ba...@... wrote: Hi guys, I have the following ActionScript file: [Bindable]