WaitAfterPlay - nonkit/SmallWikiPad GitHub Wiki

WaitAfterPlay

Wait after Sound.PlayXXXAndWait() on browser with Silverlight environment. Because these operations don't wait on browser environment.

delay = "first=30;BellRing=1950;Chime=2780;Chimes=810;Click=200;"
Sound.PlayBellRingAndWait()
If silverlight Then
  Program.Delay(delay["first"] + delay["BellRing"])
EndIf

See Also

Other Resources