Results 1 to 2 of 2

Thread: multimedia control

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    1

    Post

    I am using the multimedia control in a project to listen to few wav files one after the other. The first time i use it it runs ok but trying to use it again ,there is no sound . somtimes it gives you only the last wav file while the other files you can't heare. It will work ok again only after reaload again the Visual Basic. does anyone know what is my broblem ?

  2. #2
    Member
    Join Date
    Sep 1999
    Location
    UK
    Posts
    45

    Post

    Try closing the file using

    mmcontrol1.command = "close"

    before opening another file. Also if you want to play the file again without opening & closing it you need to go back to the start of the track using

    mmcontrol1.command = "prev"

    Good Luck!

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