technoknow
Technical User
I have a Dynamic textbox "myField" and a button "ClickButton".
I'm able to load text from an external file using
in Frame 1 and
in Frame 10.
I want to be able to load different text into the myField textbox onMouseOver of the ClickButton.
Could someone tell me how or point to a tutorial that addresses this?
Thanks,
Jim
I'm able to load text from an external file using
Code:
loadVariablesNum("DynamicText.txt", 0);
Code:
myField.htmlText = intro;
I want to be able to load different text into the myField textbox onMouseOver of the ClickButton.
Could someone tell me how or point to a tutorial that addresses this?
Thanks,
Jim