Plays the music file.
procedure Play(const Loop: Boolean = False);
Parameters |
Description |
const Loop: Boolean = False |
(optional) Set this value to True if you want the music to loop continuously (default False). |
Only one music file may be playing at any one time.
To play a list of music files, use PlayList instead.
Copyright (c) 2012. All rights reserved.
|