AS?, jpeg loading
AS?, jpeg loading
Out of context: Reply #6
- Started
- Last post
- 6 Responses
- goygoygoy0
here is what I got, I'm not increasing i in the rigth place, any suggestion?
it cirrectly loads the first, pix...
function loadJPEG(i) {
trace(i);empty.loadMovie("collection/wome...
empty.onEnterFrame = function() {
if (empty.loaded) {
i++;
}
};
}
setInterval(loadJPEG, 1000, i);