A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: download image into an email

  1. #1
    Senior Member
    Join Date
    Aug 2003
    Posts
    143

    download image into an email

    hello me again
    was wondering if anyone knows how i can automatically download an image into an email window.

    ie when someone clicks on an image on the website it automatically puts the image into the email message window (its for an email christmas card), i think i've explained it OK haven't seen any examples of it tho.

  2. #2
    .: Weirded Out :. The_Xell's Avatar
    Join Date
    Nov 2002
    Location
    Under the table and dreaming...
    Posts
    802
    I don't think you've explained it to well. If you wanted someone to write an email to an address you specify, you'd have "mailto:[email protected]" as the link.

    If you wanted an image to display IN an email, just put something like:

    Code:
    <img src="http://absolute.path/to/image" alt="Turn images on!" />
    The final interpretation of your question is impossible. If someone clicks on an image, you can't get their mail client to receive the image and put it in the body. If you wrote the email client (for example, an online client) or you wrote a Firefox extension, it might work!

  3. #3
    No I can't do it by tommorow.. 1stbite's Avatar
    Join Date
    Feb 2003
    Location
    UK
    Posts
    1,300
    you could use php to send the mail via a form...

    take a look at this tutorial: http://www.phpfreaks.com/tutorials/130/0.php

    take a good look at the html mail section as thats what you need to embed an image into the email.
    and in a blink of an eye...
    Media and Multimedia Courses in Nottingham - First Diploma | IMedia | HND | Foundation Degrees | BA(Hons) Top Ups.

    Give a Twit a chance!

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