Answered
setInterval in 2.0.4
Hi
I've just read the release notes for 2.0.4 and it says this:
In the Flash Media Server 2 Server-Side ActionScript Language Reference manual, on page 115-116, one of the methods used to invoke setInterval() is no longer valid. The first method, setInterval(function, interval[, p1, …, pN]) is correct and should be used. The second method, setInterval (object, methodName, interval[, p1, …, pN]) is not valid.
I've been testing with 2.0.4 using the second method and everything works fine.
Can someone let me know if the second method has been deprecated?
I've just read the release notes for 2.0.4 and it says this:
In the Flash Media Server 2 Server-Side ActionScript Language Reference manual, on page 115-116, one of the methods used to invoke setInterval() is no longer valid. The first method, setInterval(function, interval[, p1, …, pN]) is correct and should be used. The second method, setInterval (object, methodName, interval[, p1, …, pN]) is not valid.
I've been testing with 2.0.4 using the second method and everything works fine.
Can someone let me know if the second method has been deprecated?
