Sorry - I've been in the hospital for a few months, so I forgot how this
works.
In a class, in its init, I have this code:
my_ns.onStatus = function( infoObject:Object ):Void {
if( infoObject.code == "NetStream.Play.Stop" ){
callFunction();
}
};
I need that callFunction to be called, however what is the scope here? How
can that be set up to call a private function of the class itself?
I checked the archives but didn't really see anything straight away.
- e.
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com