ObjectID =  sound .load  (  Filename  )  
                           
Description :

This instruction loads a sound file (MP3, MP2, MP1, or WAV) into the computer\'s memory.

Parameters :

  • Path and filename to the correct sound file. The path can be an Internet address or a local (hard disk) address. Should the path be unspecified, Alambik will search for the file in the current directory of the current local hard disk.

Return Handle :

  • ObjectID of the sound object if loading was successful, NULL otherwise.

Examples :