Select to view content in your preferred language

Add email link to enhanced splash widget button

1185
2
Jump to solution
08-05-2012 01:57 PM
CharlesWeise
Emerging Contributor
Robert: First off, your code is fantastic to play with and not know a thing about flash.  On that note, is there any way to modify the button tag to email someone without opening a second page via action="link" url="mailto:joe@made.up"?  I'm guessing at this point, if I learn how to open flash builder, I can open the uncompiled and add the action as an option for the xml to read correctly and execute?  Are there any options in the xml for the ignorant (me)?
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Charles,

  Sure all you nee to do is use the redirect action instead:

<button label="contact me" action="redirect" url="mailto:scobby@do.com" />


Don't forget to click the Mark as answer check on this post and to click the top arrow (promote).
Follow the steps as shown in the below graphic:

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Charles,

  Sure all you nee to do is use the redirect action instead:

<button label="contact me" action="redirect" url="mailto:scobby@do.com" />


Don't forget to click the Mark as answer check on this post and to click the top arrow (promote).
Follow the steps as shown in the below graphic:
0 Kudos
CharlesWeise
Emerging Contributor
Thank you so much...way better!
0 Kudos