Skip to main content
Bijeshcnair
Participating Frequently
March 17, 2009
Question

Timer in FMS

  • March 17, 2009
  • 2 replies
  • 721 views
Hi...
Is there any way to call functions in the server side code with Time..
Also help to know whether there is any timers in the fms server...

Also i want to know wheather we can run multiple tasks in the server code at the same time.
any help will be regarded..
Bijesh



Bijesh

    This topic has been closed for replies.

    2 replies

    Inspiring
    March 18, 2009
    If you have the server installed, look in C:\Program Files\Adobe\Flash Media Server 3.5\documentation\. There is a server side API reference "flashmediaserver_3.5_SSLR.pdf". In the section "Global functions" you'll find setInterval described.

    What do you mean by multipe tasks? What do you want to do?
    Participant
    March 17, 2009
    Have you checked setInterval() and Date? That should allow to schedule a task.

    Thanks.
    -wj