/ Published in: ActionScript
Perfect for banners
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var time = 1000; function next() { _parent.nextFrame(); clearInterval(timeOut); } timeOut = setInterval(next, time);