Flash Q
Flash Q
Out of context: Reply #1
- Started
- Last post
- 6 Responses
- fate_0
Convert it to a string, like so...
var document = new XML();
document.onload=loadHand
document.load("FILE.xml");function loadHand(){
someVar=document.loaded.toString...
}
Convert it to a string, like so...
var document = new XML();
document.onload=loadHand
document.load("FILE.xml");
function loadHand(){
someVar=document.loaded.toString...
}