Hi. When trying to pass arguments with Flash to twitter, the data
analyser reports "Missing argument for 1 in replies()"
loader.serviceClass = "Twitter";
loader.method = "replies";
loader.args = ["username", "password"];
loader.debug = true;
loader.loadMovie("http://swxformat.org/php/swx.php", "GET");
Can anyone tell me what I'm doing wrong?
Rob