A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Make Work+log In+box

  1. #1
    Junior Member
    Join Date
    Aug 2004
    Posts
    15

    Make Work+log In+box

    i have a login box made in flash, but i need a way to pass the form variables from flash to php so i can check them. do you know of any way to do this?
    Last edited by avpclan; 11-11-2004 at 08:59 PM.

  2. #2
    Senior Member
    Join Date
    Sep 2004
    Posts
    181
    works like this;

    loadVariablesNum("LOCATIONOFPHPFILE.php", "", "POST");

    in your php you should set the variables you want it to accept from flash like this; (flashvariable should be the variable used in flash)

    $login = $_POST['flashvariable'];
    $password = $_POST['flashvariable'];

    cheers

  3. #3
    Junior Member
    Join Date
    Aug 2004
    Posts
    15
    loadVariablesNum("LOCATIONOFPHPFILE.php", "", "POST");
    this part goes where?. in the flash? (actions)?

  4. #4
    Senior Member
    Join Date
    Sep 2004
    Posts
    181
    yah when you want to send them, so attach them to a function onRelease or something.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center