Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

AS3 : XML Into Array Login Form Details

New Here ,
Mar 30, 2014 Mar 30, 2014

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

TOPICS
ActionScript
398
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 30, 2014 Mar 30, 2014
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines