What I want to do is just add the extra urls and little code and it will automatically change the text field content simple eh lol
I have tried but how do I access the text field of a button.
[AS]
var t:TextField = obj.URLname as TextField; // already created
t = obj.button[page];
[/AS]
but as the text field is in the button keep getting access errors
plz help