PDA

View Full Version : Create href link from externalData text


mallets123
10-01-2005, 03:06 PM
Hello,
I'm trying to create a dynamic text field which will use data from an externalData text doc. I was able to get it to link to a particular url but I need it to call from an ext.Data sheet as these url's change frequently.
This is what I've got so far,

on (press) {
_root.infotxt_mc.testtext_txt.html = true;
_root.infotxt_mc.testtext_txt.htmlText = "<font color='#0000FF'><u><a href='http://www.armyfieldband.com/pages/sponsor/programs/bc_programs/test.pdf'>concert program</a></u></font>";
}

Can anyone help?