TS91 Posted March 13, 2009 at 03:53 PM Report Share #250554 Posted March 13, 2009 at 03:53 PM Boas, eu tou a tentar fazer load de um ficheiro php mas so que o flash n faz o load, alguem me pode dizer pk? O objecto onde deveria ir a informação é uma List. Codigo: var theXML:XML = new XML(); theXML.ignoreWhite = true; theXML.onLoad = function() { var nodes = this.firstChild.childNodes; for(i=0;i<nodes.length;i++) { theList.addItem(nodes[i].firstChild.nodeValue,i); } } theXML.load("localhost/list_tabelas.php"); Link to comment Share on other sites More sharing options...
fil79 Posted March 13, 2009 at 05:03 PM Report Share #250575 Posted March 13, 2009 at 05:03 PM está a tentar fazer um load de um php ou de um XML?? MCITP-MCTS-MCP Link to comment Share on other sites More sharing options...
TS91 Posted March 16, 2009 at 11:28 AM Author Report Share #250947 Posted March 16, 2009 at 11:28 AM PHP Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now