dynamic txt link
dynamic txt link
- Started
- Last post
- 2 Responses
- armed_rob
Flash question:
I load txt from a xml doc. one line is a link like "http://www.newstoday.com" that line loads to a dynamic txt field called "link_txt". Now here is the question can I make a button graphic and make it grab the url from the link_txt field?This is not working :D:
on (release) {
getURL("link_txt", "_blank");
}
- acescence0
link_txt.text
- armed_rob0
great! thanx.