Help with external content and the scrollbar component

Hey peoples,

I am designing a site for a client: http://www.colsmusichouse.com.au and I am having trouble with the Scrollbar component with my external text. (from text files)

Heres the problem:
If you click on another section other than the main, eg. the contact section. Move the scrollbar down to the bottom, then click the title writing (Col’s Music House) to go back to the main section.
The scrollbar is at the bottom.
This however does not happen if the text has not already been loaded.

What I’ve Tried:
I’ve tried next to everything to get this to work, setting Scrollposition and all that. I’ve tried asking at ego7.net but no one there seems to be able to help.

A Solution?
I am thinking that if there is a way to ensure that the text files are loaded everytime a button is clicked then it should work. The problem is that I have no idea how to accomplish this. I’ve tried using identifiers but with this method my text files won’t load.
This is the code I’m using to load the data into the textbox:
TextData = new LoadVars();
TextData.onLoad = function(){
TextBox.htmlText = this.content;
};

Is there a way to ensure that the content loaded will always be from the server rather than from the cache.
If it’s necessary then I’m happy to use a different approach to load the content into flash.

Anybody got any ideas?:ear:

Please?