A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Flash 8 - form vars to html?

  1. #1
    Confounded Flash User
    Join Date
    Apr 2001
    Location
    Chicago
    Posts
    39

    Flash 8 - form vars to html?

    Hi there,

    I need to have a form in flash where I can send the values to either some hidden inputs on my page or just submit them as the form gets submitted. The whole form can be in flash, if that makes it easier.

    I've banged my head trying to find info on this on the 'net, but most stuff seems to be for older versions. I wouldn't think this was so difficult but maybe it is? Any help is appreciated.

    Thanks

    Tom

  2. #2

    try this

    you could send it to a javascript function through
    getURL("javascript:functionname("+parm1+","+parm2+ ")");

    OOOORR

    you could use the loadVars class and use send() method

    Good Luck
    Greg

  3. #3
    Confounded Flash User
    Join Date
    Apr 2001
    Location
    Chicago
    Posts
    39
    I finally did find a couple articles, and I am currently working on the loadVars / send() method. The trick I guess now is the return trip... if there are validation errors or I need to come back to the form for some reason, I need to send the variables as they were originally sent by the user BACK to the flash form so I can set them as they were... this is eluding me so far.

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