AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkMusic.Play Method

Plays the music file.

Syntax
Pascal
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.