A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: php/as help radio buttons in form

  1. #1
    Member
    Join Date
    Mar 2004
    Location
    michigan
    Posts
    92

    php/as help radio buttons in form

    alright i know how to succesfully make a mail form using php and flash with textfields/text area's,however id like to know how to add radio buttons so to the form i already have.so when the user clicks their approriate option i want an email telling me which one they clicked.

  2. #2
    Product Designer keyone.it's Avatar
    Join Date
    Aug 2001
    Location
    Rome, Italy.
    Posts
    1,625
    Radio buttons work in "families" or "groups".
    The online Flash Help Documentation describes the way Radio Button components work and how to use them, with plenty samples.

    In Flash open the Help panel by pressing F1, then type "Radio" and go to the Component section.

    If you have problems understanding what is written in the documentation let me know!

    Altruism does not exist. Sustainability must be made profitable.

  3. #3
    Member
    Join Date
    Mar 2004
    Location
    michigan
    Posts
    92
    i just need to know what code to use in php and as to apply radio buttons to an email

  4. #4
    Product Designer keyone.it's Avatar
    Join Date
    Aug 2001
    Location
    Rome, Italy.
    Posts
    1,625
    There is no code in PHP. PHP will recieve a "var=value" argument for the radio buttons too.

    This is because radio buttons are a set of buttons with "the same name"... the selected one defines the value for the variable with that name.

    Look at the Flash Help documentation, there is all the necessary info to create radio buttons. It's very straightforward.

    Before sending the data from Flash to PHP you will just have to pick the variable, as you do with the textfields etc..
    Altruism does not exist. Sustainability must be made profitable.

  5. #5
    Member
    Join Date
    Mar 2004
    Location
    michigan
    Posts
    92
    <a href="http://photobucket.com" target="_blank"><img src="http://img.photobucket.com/albums/v693/chomponthat05/nopatternweb.swf" border="0" alt="Photobucket - Video and Image Hosting"></a>

  6. #6
    Product Designer keyone.it's Avatar
    Join Date
    Aug 2001
    Location
    Rome, Italy.
    Posts
    1,625
    1) what should your post mean?
    2) You know there is a size limit for images in the signiture (can't remember what size, but you should find info in the control panel), some moderator will take your signiture off sooner or later.
    3) You are not allowed to put Flash content in your signiture.

    ...damn rules...
    Altruism does not exist. Sustainability must be made profitable.

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