where did it go?
where did it go?
Out of context: Reply #3
- Started
- Last post
- 6 Responses
- unfittoprint0
why don't u use the new loadVars object?
myVars = new loadVars()
myVars.onLoad = function(sucess){
if (sucess) {
dothis();
} else {
trace(damn!!!)
}
}myVars.load("about_text.html)