A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: email form in projectors???

  1. #1
    Member
    Join Date
    Apr 2000
    Posts
    76

    Question

    how do i create a form with post command
    (for an emailing list sign up) in a projector????????

    with no browser launched!

    help!

  2. #2
    Junior Member
    Join Date
    Mar 2000
    Posts
    19

    Post

    I think it can't be done without either the browser showing or the email client (when using a "mailto:"). But I'm not 100% clear on this, since in a Flash Chat-box I saw, things got posted to a server without the browser showing, so it might be possible...Anyone?

    Thanks,
    Edwin

  3. #3
    Junior Member
    Join Date
    Apr 2000
    Posts
    6

    Post

    Try this
    On (Press)
    Set Variable: "body" = "(your variables)"
    End On
    On (Release)
    Get URL ("mailto:chris.harold@btconnect.com", vars=GET)
    End On


  4. #4
    This is just what I have been looking for. Thanks. Quick question, when you do this and insert spaces in the form field a + appears in the email so before every word. Any idea how to remove this ?

    TIA

  5. #5
    Modding with Class JabezStone's Avatar
    Join Date
    Aug 2000
    Location
    Grand Rapids, MI
    Posts
    2,008
    %20 replaces the space.
    example:

    Get URL ("mailto:first@domain.com%20second@domain.com%20th ird@domain.com", vars=GET)

    Jabez

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