I had used error class and was able to get the stack trace
and notice that it does not work when I make a package for air installer
so how should make a debug player for the air packaging?


On Jan 10, 2008 6:55 AM, Nathan Arizona <[EMAIL PROTECTED]>
wrote:

>
> In flex2 perhaps you can use describeType found in flash.utils.
>
>
> --- In [email protected] <flexcoders%40yahoogroups.com>, learner
> <[EMAIL PROTECTED]> wrote:
> >
> > Hi all,
> > Is there any way in which I get the caller function name. As in :
> >
> > class Aclass{
> >
> > instanceB:Bclass;
> > function a(){
> > instanceB.b(this)
> > }
> >
> > }
> >
> > class Bclass{
> > function b(Obj){
> > // How to trace function name and class name
> > }
> > }
> >
> >
> > I have traced out class name by getFullyQualifiedClassName(Obj) but
> how to
> > trace function name ???
> >
> > Please somebody guide me .. its very important for me.
> >
> > Regards
> >
>
>  
>

Reply via email to