A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: [Resolved] PROJECTOR + EMAIL ?

  1. #1
    Hi,

    i would like to make a button in my flash projector so that the user can click on it and have an email window open (with his default mailer) .. like the mailto: in flash swf's .. however this dosnt seem to work from an .exe .. is there a way arround this?

    please let me know!

    thanx

  2. #2
    Banned By GMF Wannabe Gambini's Avatar
    Join Date
    Oct 2000
    Posts
    976
    Hi, you can do this from a standard Flash Projector using the following script:

    getURL("mailto:yourname@youremail.com?subject=My Subject");


    My Product is Flash Studio, and it will allow you to fully customize your projector (icon, border, right click, etc) and also give you over 55 new fscoomands including connecting to an offline database, relatime socket connection, save to file - far too many features to list here! It's completely FREE for personal use and you can download a copy from http://www.multidmedia.com - using my product the same command would simply be:

    fscommand("flashstudio.exec", "\"mailto:yourname@youremail.com?subject=My Subject\"");


    You may also wish to check out a product called swf studio which, if I remeber correctly, allows the user to send emails without having a mail client installed on their system. http://www.northcode.com

    This is also a feature that will be available in Flash Studio soon, which should be available in the next few days.

    I hope you find both products useful.


  3. #3
    Hi, thanks for the reply!
    but I'm affraid

    on (press) {
    getURL("mailto:celsius@thecelsius.ch?subject=test" );
    }

    does absolutely nothing

  4. #4
    Senior Member
    Join Date
    May 2002
    Posts
    266
    getURL is not stable in projector especially in Win 2K / XP

    to ensure you can open a email client, you have to use external tools to help.

    If you use Flash 5, you can use the complete free LPRunIt which can be find in our site download part.

    If you use MX, you can try LPFlashEx which can do the task plus much more. It is free for self use and the standard version only cost US$20 to register to got the 40+ added functions.

    Simple Samples :

    http://www.lpflashex.com/dl/SimpleSamples.zip (58KB)

  5. #5
    Thanks, this simplesample works great!

  6. #6
    You can also use

    JTool - JEmail which is FREE !!

    http://www.***********.com/index.htm..._jtools_jemail




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