Skip to main content
kahsbnxasxwasx
Known Participant
December 16, 2012
Answered

ReferenceError: setTimeout is not defined ?

  • December 16, 2012
  • 1 reply
  • 2953 views

ReferenceError: setTimeout is not defined?

The FMS the script does not support the setTimeout this?

    This topic has been closed for replies.
    Correct answer Manish_K_A

    Yes. Server side script doesn't support setTimeout

    1 reply

    Participating Frequently
    December 17, 2012

    What exactly is your use case?

    If you want to use the timer on the server side scripts you should use setInterval() : http://help.adobe.com/en_US/FlashMediaServer/3.5_SS_ASD/WS5b3ccc516d4fbf351e63e3d11a11aff5ba-7f01.html#WS5b3ccc516d4fbf351e63e3d11a11afc95e-7ffa

    kahsbnxasxwasx
    Known Participant
    December 21, 2012

    thank you ,there is no  setTimeout.

    BUt  I can  use setInterval Achieve the same effect.

    is  I understand right?

    Manish_K_ACorrect answer
    Participating Frequently
    December 21, 2012

    Yes. Server side script doesn't support setTimeout