Sound loops

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2544 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-05-10 21:45:48 +00:00
parent a0854211b5
commit deefa7415c
3 changed files with 13 additions and 6 deletions

View file

@ -69,9 +69,12 @@ Destroy
Destroys the current background window
Destroy calls Clear automatically
Sound [/WAIT] path_to_wav
Sound [/WAIT|/LOOP] path_to_wav
Sound /STOP
Plays a wave file
Use /WAIT to wait for the sound to finish playing
Use /LOOP to loop the sound
Use Sound /STOP to stop the loop
SetReturn on|off
Enable return values from SetBg, AddImage and AddText