A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Variable/Email URL Help

  1. #1
    Junior Member
    Join Date
    Apr 2001
    Posts
    5
    I want to be able to change an email link with in Flash dynamicly. I have the Text field set to get the email address from a text file in another part of the movie, but I can't figure out how to tell the button what it needs.

    on(release)
    getURL (mailto=.... (need variable from text file here)


    Any help would be greatly appreciated.

    Thanks!

  2. #2
    Hi,
    Try this...
    Code:
    On (Release)
          Get URL ("mailto:"&/:myVariable)
    End On
    Hope it helps.
    Regards,

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