Random codeffg

on (release) {
var captions_array;
var captt_str;
_root.holder.loadMovie(“11.jpg”);
loadText = new LoadVars();
loadText.onLoad = function(success) {
if (success) {
captions_array = this.captions.split("#");
//_root.testholder.text = this.captions;
TextCaption_txt.text = captions_array[0];
//this.createTextField(“theField_txt”, 1, 0, 0, 200, 20);
//TextCaption_txt.text=captt_str;
//theField_txt.text=captt_str;
//myTextField.text = captt_str;
}
};
loadText.load(“data.txt”);
}