Flash Randomize Images
Flash Randomize Images
Out of context: Reply #1
- Started
- Last post
- 15 Responses
- unfittoprint0
myVars = new LoadVars();
myVars.onLoad = function(sucess){
if (sucess){
for (i=0; i<imageNumber; i++){
this["image"+i].loadMovie(this...
};
} else {
trace ("error!!");
};
}myVars.load("query.php");
stop();