Hi!
I have this class:
class LoadVars2 extends LoadVars {
function LoadVars2() {
super();
}
function populate(){
...............................
my_xml.onLoad = function(){
//code for test
}
}
private function test(){
trace("ok");
}
}
If i try to access test function before my_xml.onLoad, all works, but
when i try to access into onLoad function body (after "code for test"
comment), fail.
How i can resolve that ?
_______________________________________________
[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