A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: adding email links and web links to my flash website

  1. #1
    Junior Member
    Join Date
    Jun 2007
    Posts
    3

    adding email links and web links to my flash website

    hey all im new to flash and cant work out how to add a email link to my flash website ... also i would like to know how to add a weblink to my site .... sorry if this a real newbie question but i cant seam to find the email link tool or url link tool in adobe flash pro cs3

    please help

    pic attatched bellow


  2. #2
    Senior Member
    Join Date
    Oct 2004
    Posts
    2,049
    try this if you dont want to add any php code

    Code:
    // brings up the default email client of user - can only test if uploaded to server
    on(Release){
      getURL("mailto:youremail.com")
    }
    
    
    // web link
    on(Release){
        getURL("http://www.flashkit.com","_blank");
    }

  3. #3
    Junior Member
    Join Date
    Jun 2007
    Posts
    3
    where do i enter that text ?

    can someone make a quick tutorial on what to do after opening the fla and seing this
    Last edited by frisky; 06-05-2007 at 10:47 AM.

  4. #4

    Sample

    Here is the sample you wanted

    the codes i used will only work when on your ftp

    other wise i would just make a simple button just text convert yo sysmbol button and give it this code:

    on(Release){
    getURL("mailto:youremail.com")
    }
    Attached Files Attached Files
    The one that smiles when things go wrong, Has thought of someone to blame it on

  5. #5
    Junior Member
    Join Date
    Jun 2007
    Posts
    3
    sweet 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