Hello, i'm working on a application that communicated with the internet through an PHP page. Now i have put in the loadVariables command and the PHP page responds with a simple page with variables. When i run the application i get this error: *** Flash Lite Warning - FTPS082: ActionScript processing error found. (loadVariable(url_to_my_script.php?action=start)) Can anyone explain me what i'm doing wrong? thnx
Of course.... use better this: action="start"; loadVariables("url_to_my_script.php","/","GET"); or loadVariables("url_to_my_script.php?action=start","/");
Aww, i found the problem. I send the variables to a level with anumber, but it has to be a object, so had to replace it to _root.
Don't see what you're looking for? Try a search.
|