A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: email link

  1. #1
    Junior Member
    Join Date
    May 2002
    Posts
    5
    How can i make an email link in my flash movie that opens the default email program and fills in the 'Subject' and the 'main' message areas of the email with a pre-set message??

    any ideas?

  2. #2
    cheese me. TrIzKuT's Avatar
    Join Date
    May 2001
    Posts
    771
    try these:

    for subject:
    getURL("mailto:me@mydomain.com?subject=Hello!");

    for body:
    getURL("mailto:me@mydomain.com??I%20am%20Cool")

  3. #3
    Junior Member
    Join Date
    May 2002
    Posts
    5

    email

    thanks for the reply,
    How do i do the link to have a subject and a body to the email?

    Paul

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