A Flash Developer Resource Site

Search:

Type: Posts; User: simplequestions

Search: Search took 0.02 seconds.

  1. Replies
    16
    Views
    4,629

    New problem: getting "Statement must appear...

    New problem: getting "Statement must appear within on handler" for
    on (press){
    gotoAndPlay(2);
    }
  2. Replies
    16
    Views
    4,629

    help again! now that that's working, I want the...

    help again! now that that's working, I want the subject and body to be populated, as well. Starting with the subject,
    on (release) {...
  3. Replies
    16
    Views
    4,629

    Getting Somewhere

    Thank you thank you thank you--i saw that when I checked the variables and wondered if that was posing a problem!
    on (release) {
    getURL("mailto:"+MentorsEmail.text);
    }

    works beautifully
  4. Replies
    16
    Views
    4,629

    I was going to send a zipped file, but its only...

    I was going to send a zipped file, but its only 81 kb
  5. Replies
    16
    Views
    4,629

    Duh, how do I post my fla? It has other problems,...

    Duh, how do I post my fla? It has other problems, too, but I wanted to address the email issue first, as that's fundamental.
  6. Replies
    16
    Views
    4,629

    I actually started out with the code on...

    I actually started out with the code

    on (release) {
    getURL("mailto:"+email);
    }

    however, this produces the error "command line arguments are not valid. verify switches"

    Research seems...
  7. Replies
    16
    Views
    4,629

    new probem

    when i use the code you suggested, I get an email addressed to undefined:mad:
  8. Replies
    16
    Views
    4,629

    [RESOLVED] forgotalot

    I want users to be able to send an email to an address they supply. In a text entry field (variable=email) they submit an address. But when they click on the button to send the email, an email...
Results 1 to 8 of 8




Click Here to Expand Forum to Full Width

HTML5 Development Center