I’m just really angry right now. Here is my thing.
with XML, flash has a built in class that simply takes the document and breaks it down and ‘digests’ the information. I know we can use a PHP Script that can echo this out with xml notation and flash easily reads this.
Now is there a better way for Flash to give variables to PHP or Take variables from PHP?
I tried putting $_GET[] in the XML document, and (ofcourse because i need loadVariables() ), it won’t take the Flash Variables…so I already tried that route.
Any help? because i’m trying to create an efficient login system and it is just getting so annoying trying to play guessing games between Flash and PHP.