A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Contact Button problem-Help!!!!

  1. #1
    Member
    Join Date
    Apr 2004
    Location
    Detroit MI
    Posts
    55

    Contact Button problem-Help!!!!

    I created a contact button with a rollover but I'm not quite sure how to make it load up the email in a seperate window. I can't figure out the code for the life of me. I'm sure it's something stupid, it always is. Help!!!!!

  2. #2
    Musician/Sound Engineer
    Join Date
    Dec 2003
    Location
    AZ
    Posts
    252
    the code will be this...

    getURL("mailto:you@blahblah.com");

    You can also have the 'subject' of the email be posted automatically if you wish...like this

    getURL("mailto:you@blahblah.com?Subject=whatever")

    So you always know that this mail came from this site/button.




    Mike
    Last edited by launchpad67a; 04-27-2004 at 10:41 AM.

  3. #3
    Member
    Join Date
    Apr 2004
    Location
    Detroit MI
    Posts
    55

    thanks mike

    thanks mike. apparently I had it right all along. i just had to publish and then test the swf file in the browser. thanks for your help.

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