Flash Randomize Images
Flash Randomize Images
Out of context: Reply #2
- Started
- Last post
- 15 Responses
- unfittoprint0
hmm QBN doesn't love 'less than' tags...
_rEPosT:
myVars = new LoadVars();
myVars.onLoad = function(sucess){
if (sucess){
for (i=0; i 'less than' imageNumber; i++){
this["image"+i].loadMovie
(this["image"+i+"URL"]);
};
} else {
trace ("error!!");
};
}myVars.load("query.php");
stop();