I need help with my website

this is the code i have on my button but its not working

on (release) {
 gotoAndStop(2);
 tittle = "What's On";
 loadVariables("text2.txt","_root");
}  

ummm… I don’t know if I can be much help, but is title spelled incorrectly? Is title a variable? I’m not very well aquainted with actionscript.

its the text2 bit that dosent work

make sure you’ve named your txt box with both a variable and instance name. then, put the name of the instance in your txt file… example:

txt box instance name: myTxtBox

in your txt file:

myTxtBox=This is whatever…yaddayaddayadda

cheers :p:

but i am trying to get a notepad file to show up in flash

http://www.kirupa.com/developer/mx/multiple_dynamictext.htm

scotty(-: