Results 1 to 4 of 4

Thread: Mp3's

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Location
    Sweden
    Posts
    7

    Question Mp3's

    What is the easiest way to play an mp3 file as background music????
    And how do i do it?

    /Eric

  2. #2
    Zaei
    Guest
    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:
    Code:
    MP1.Filename = "c:\mydir\mymp3.mp3"
    MP1.Play
    I dont remember how to make it loop, but you can figure that out.

    Z.

  3. #3
    pjvdg
    Guest
    You should be able to find everything you need here:

    http://www.rookscape.com/vbgaming/tutAW.php

  4. #4

    Thread Starter
    New Member
    Join Date
    May 2001
    Location
    Sweden
    Posts
    7

    Thumbs up

    Thanks alot for the help!

    /Eric

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width