Play MP3 automatically

N

Neville 215

How would I go about making a(n) Mp3 file play automatically when a form is
opened?
 
D

Douglas J. Steele

I gave the code to play MP3 files in my November, 2004 "Access Answers"
column in Pinnacle Publication's "Smart Access". Just copy the "mdlPlayMP3"
module into your application, and call the PlayMP3 function in the form's
Load event. You should also call the StopMP3 function in the form's Unload
event.

You can download the column (and sample database) for free from
http://www.accessmvp.com/DJSteele/SmartAccess.html
 
Top