flash text replace
flash text replace
Out of context: Reply #6
- Started
- Last post
- 6 Responses
- unfittoprint0
Damn. Newstoday formats some of the text (search the syntax for the for loop and you'll understand. i should be less than myArray.length() )
yes, you could something like:
textvar= new LoadVars();
textvar.onLoad=function(successs...
if (sucess){
//insert for my for loop here and the array object.
}else{
trace ("daaaaamn!!!")
}
}textvar.load("text.txt")
stop()