Skip to main content
Participant
March 17, 2007
Answered

Emailing user input - Flash 8

  • March 17, 2007
  • 1 reply
  • 246 views
I'de be grateful to anyone who is able to offer Action script advice regarding how to capture and then email user input.
Cheers
    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer calmchess333
    use loadVars to send data to php on the php side you use $_post[myvar]; to capture the data being sent through the url from flash....do a search on php post data and flash variibles url.

    1 reply

    calmchess333Correct answer
    Inspiring
    March 18, 2007
    use loadVars to send data to php on the php side you use $_post[myvar]; to capture the data being sent through the url from flash....do a search on php post data and flash variibles url.