Name
CloseMusic -- close a music object (V2.0)
Synopsis
CloseMusic(id)
Function
This function frees any memory occupied by the music object specified by id and closes the file. This is normally not necessary because Hollywood frees all memory when it quits. However, if you are running out of memory and want to free the music object by yourself, use this function.

Inputs
id
identifier of the music object to close

Show TOC