I j*zzed in my pants while I was coding..

By ActionScript30ProblemGuy | Mar 17, 2009

actionscript3

Hey guys,
Despite such a controversial topic title,
in all seriousness I need some help.
Would greatly appreciate any contributing information.

I’ve made a PHP file which calls upon a phpMyAdmin database.
It works fine PHP wise, but the flash code seems to kill it all.

error message:1137: Incorrect number of arguments. Expected no more than 1.

Code:

ActionScript Code:
var theXML:XML = new XML(); theXML.ignoreWhitespace = true; theXML.onLoad = function() {     var nodes = this.firstChild.childNodes;     for (var i=0; i<nodes.length;i++) {         theList.addItem(nodes[i].firstChild.nodeValue,i);     } } theXML.load(“http://***website***/Varudatabas.php”);

actionscript3

Please reply at our Forum

1 Comment so far
  1. ha March 17, 2009 10:58 am

    “in all seriousness I need some help. would greatly appreciate any contributing information.”

    dont worry, it is perfectly normal to j*zz in your pants when you code. I do it all the time. common solution is to get a girfriend, but it is pretty tough job for a n00b. I think you should try some rubber toys first.

Leave a Comment

If you would like to make a comment, please fill out the form below.

Name (required)

Email (required)

Website

Comments

© 2007 ActionScript 3.0