Results 1 to 2 of 2

Thread: music

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2000
    Posts
    55

    Question

    How would i play mp3 files straight off the hardrive no ole involved and please dont give me a link to http://www.planetsourcecode.com ive checked there and they dont got didly

    and while your at it, i want to record my own video sequences to put on the story parts of my rpg. Does anyone know how to play mpeg, mov, etc. files in vb without ole

  2. #2
    New Member
    Join Date
    Oct 2000
    Location
    South of England
    Posts
    6

    Mediaplayer

    OK, put mediaplayer on your form, and set visible to false. Then Paste this code to your command button or whatever you're using:

    MediaPlayer1.FileName = "file path"
    MediaPlayer1.Play

    I hope this is what you're looking for.
    Greg
    Greg

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