when i call On timer event by "Page.StartTimer(n);" then it execute to apply All of command in per n million Sec.
I want have :
On Preload:
Page.StartTimer(1000);
result===> execute to in On Timer only.ThisMycode();
On Show:
Page.StartTimer(300);
result===> execute to in On Timer only.OtherMycode();
I waiting for help me by Dear users of AMS.
THX

Reply With Quote
) flash object that does nothing but send an fsCommand "1" once a second. You can stack as many as you like for multiple timers on the page and control them independently. This one has got 3 timers.

