What is the easiest way to play an mp3 file as background music????
And how do i do it?
/Eric
Printable View
What is the easiest way to play an mp3 file as background music????
And how do i do it?
/Eric
the absolute easiest way is to add a Windows Media Player Control to your form, and make it invisible. The just do something like this:
I dont remember how to make it loop, but you can figure that out.Code:MP1.Filename = "c:\mydir\mymp3.mp3"
MP1.Play
Z.
You should be able to find everything you need here:
http://www.rookscape.com/vbgaming/tutAW.php
Thanks alot for the help!
/Eric