Skip to main content
Participant
March 30, 2014
Question

AS3 : XML Into Array Login Form Details

  • March 30, 2014
  • 1 reply
  • 414 views

i want to make a login form in as3.i have two input text fields(usrname , password )  and one submit button on stage.

when user inputs those fields and hit submit i want the flash to load the all available usernames and password into an array and check if the input details match to any of the imported details of xml into array. if it matches it traces welcome otherwise invalid input.

how to do it ?

pls help asap

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
March 30, 2014

use the urlloader class to load the xml file from your server.