A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: Email // Flash MX - heeelp!

  1. #1

    Email // Flash MX - heeelp!

    Hi guys..

    how come the basic get url -> mailto'.. code on a button doesnt work in MX like it did in Ver.5?!

    Am I missing something really simple here?!!?

    Thanks in advance.
    ---------
    ^_ASH_^
    =======

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    Always post the code you are using to eliminate typos or wrong coding.

    There should be no difference from what I know, I just did a test and it works fine.

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  3. #3

    (",)

    Sorry about not posting the code, thinking ahead of myself!

    Could you post me the code you used and I'll try that as soon as I get back?!

    Thanks for the help so far!
    ---------
    ^_ASH_^
    =======

  4. #4
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    on (release) {
    getURL("mailto:info@pellepiano.com");
    }

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  5. #5
    Ok, here goes..

    I've drawn my button, converted it to a button then in its actions panel put the code:

    on (release) {
    getURL("mailto:name@domain.com");
    }

    when I run the movie now, pressing the button does nothing..

    ideas?!?! This used to be SO simple in F5..
    ---------
    ^_ASH_^
    =======

  6. #6
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    Do you test it in the browser or by Test Movie in Flash? On my Mac I can test it in Flash but it may not be possible on PC.

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  7. #7
    Junior Member
    Join Date
    Jun 2002
    Posts
    2
    I wish we had an expert to tell us how to make these emails work from the projector file in MX. It worked fine in Flash 5 so why would Macromedia screw this function up in the MX version?

    I'm sure that's where everyone is having their problems. Actually I can't get it to work in the movie.swf file either. I'm using
    on (release) {
    getURL("mailto:sendme@sendme.com");
    }
    It does nothing. I tried substituting PRESS for RELEASE but that didn't work either. geturl does work to open links to other web pages, too bad we cant get an answer as to why it doesn't work from the movie or projector files. I'm running Windows XP.

  8. #8
    Yes there are known problems.

    See

    http://www.***********.com/?section=faq&cPath=28_34#135

    and JEmail will fix this

    http://jemail.***********.com

    It's FREE

  9. #9
    Junior Member
    Join Date
    Jun 2002
    Posts
    2
    I tried JEmail but my best effort produced the mail client with a browser window behind it. Is that the best JEmail can do? I can do that without the program, but that looks so unprofessional. Or am I doing something wrong?

    I have the main folder with the projector file and other required files. Also in the main folder I have added JEMail.exe and an FSCOMMAND folder containing the email.exe's and ini's generated with JHelper. In the project where the email button is, I entered the FSCommand Exec, email.exe.

    It didn't work! I did get it to work using jugglor, but I don't want to use jugglor. Please tell me what I'm doing wrong.

    Thanks,
    Ron

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