You can pass parameters through the setInterval function...
Code:var nInterval = setInterval(Pause, 3000, mcToPlayNameHere); function Pause(mc) { clearInterval(nInterval); mc.play(); }
|
Results 1 to 3 of 3
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |