I am loading my XML file using HTTPService. I am trying to load specific data depending on what the user types into the textfield. I am trying to load like this:
xmlservice.send();
var string:String = {xmlservice.lastresult.TEXTFIELD.TEXT.code};
Is there a way to do the above? When I do that I get this error: Multiple markers at this line: -xmlservice -1084: Syntax error: expecting colon before dot. -1084: Syntax error: expecting identifier before rightbrace.