Question
How do you do anything with XML in OO?
I have below in my class
myxml.onLoad = function() {
//reference the XML text here
//can't refence any variables in my class from this inline function, you can only access clips on the stage/root
//what the hell am I suppose to do
//why can't this function be made synchronous without some major hack
}
myxml.onLoad = function() {
//reference the XML text here
//can't refence any variables in my class from this inline function, you can only access clips on the stage/root
//what the hell am I suppose to do
//why can't this function be made synchronous without some major hack
}