Can anyone here help me with my loader script?




my_clip.load("top_scores.txt");
my_clip.onload = function(){
this.load("preloader.swf");
}
stop();