Flash Question
Flash Question
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- cramdesign0
assign the text with script...
btn1.textvar = "Something";
btn2.textvar = "Something else";of course this assumes a lot of other things are in place such as the text field is a dynamic textbox, etc.
good luck