Scroller text.txt

After doing a simple page using TEXT.txt scroller . uploaded to site only to find out the text not showing ? in A/C i did

onClipEvent (load) {
this.loadVariables(“doc/text3.txt”);
}
onClipEvent (data) {
text = txt;
}

Some reason when i uploaded the folder called doc with the text.txt its not showing in the scrol window, Can anyone tell me why? befor uploading i tested and works great…

Regards Barrie