PDA

View Full Version : Buttons within dynamic text fields???


liptrick
03-02-2006, 11:26 PM
To anybody who can help...

I have a news page which is dynmically updated from a xml file. The dynamic text is formatted to use html text.

The problem is that instead of hyperlinks, I would like those certain words to be flash buttons instead. So, instead of linking to another page it could perform a function instead.

If all else fails, I could not make it dynmamic and just enter the text into the page itself, but I'd rather save myself some time in the future making it dynamic.

Help please,

Mike

Brisa
03-03-2006, 02:17 AM
Hi Mike

I'm not sure if I understand your question, but you could put the dynamic text fields in a movieclip and associate the functions to those MCs.

You can create these MCs and the TextField inside of them dynamically as well.

Cheers!