Jump to content

the varaibles from my php file dont seem to loading in to my flash file


hansolo

Recommended Posts

i am loading the score from the php file my problem is flash is loading the varaibles its undefined on frame 1 the file is loading because on frame two. which is below ,the command does play in the output panel. loadVariables("http://localhost/getscores.php","");on frame 2 is a wait label . Ive place a trace command. If the the varaibles lowestHighscore are not defined. The hit plays in the output panel. if(lowestHighScore == undefined){ gotoAndPlay("wait"); trace("hit"); }else if(lowestHighScore != undefined){ gotoAndPlay("displayScores"); trace(lowestHighScore);}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...