flash link Q?
flash link Q?
Out of context: Reply #13
- Started
- Last post
- 19 Responses
- ozhanlion0
this is your frame action:
function loader() {
trace("done");
// this.loadMovie("second.swf", 10);
}
myLoadVars = new LoadVars();
myLoadVars.load("myText.txt");
myLoadVars.onLoad = function(success) {
if (!success) {
_root.output_txt.text = "Flash is using the default values.";
} else {
output_txt.html = true;
output_txt.htmlText = this.sometext;
}
};and this is your text file:
someText=click here