pensamente
April 16th, 2005, 04:58 PM
this code is working fine...
myString = new String();
myLV = new LoadVars();
myLV.load("isto.txt");
myLV.onLoad = function() {
myString = this.var1.toString();
i = myString.length;
play();
};
stop();
but I would like this to work without loading the TXT file...
:puzzled:
is it possible?
myString = new String();
myLV = new LoadVars();
myLV.load("isto.txt");
myLV.onLoad = function() {
myString = this.var1.toString();
i = myString.length;
play();
};
stop();
but I would like this to work without loading the TXT file...
:puzzled:
is it possible?