Groups | Blog | Home
all groups > macromedia mobile and devices flashlite > january 2005 >

macromedia mobile and devices flashlite : loadVariables problem



cmd_starsoft
1/30/2005 10:23:32 PM
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
Tom Krcha
1/30/2005 10:31:29 PM
Of course....

use better this:
action="start";
loadVariables("url_to_my_script.php","/","GET");

or
loadVariables("url_to_my_script.php?action=start","/");


cmd_starsoft
1/30/2005 10:32:36 PM
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.
AddThis Social Bookmark Button