WAV file 
Author Message
 WAV file

Can someone please post a way to play a wav in a module.
I am sure there must be some simple way to do this in ACCESS 97, but have not
found a way.  I looked in the knowledge database and found an article (Q95647)
that tells how to do it in the older versions but not 97.
Thanks

Markus buchman



Wed, 15 Nov 2000 03:00:00 GMT  
 WAV file

I think that if you pass some arguments to the winmm.dll using API you can
get it to play the WAV file.  There are couple of different ways that you
can choose to do so.  I think you can play it sync and async  in other words
have your procedure wait until the file is finished playing or it can
proceed on with the code as soon as it has initiated the playing of the
file.  There are also API commands where you can loop it through, control
the volume the whole nine yards.  I have some code archived somewhere but
not handy right now.  If I find it I'll post it.  But look around in the
direction that I pointed you in.  I am pretty sure of that though.


Can someone please post a way to play a wav in a module.
I am sure there must be some simple way to do this in ACCESS 97, but have
not
found a way.  I looked in the knowledge database and found an article
(Q95647)
that tells how to do it in the older versions but not 97.
Thanks

Markus buchman



Wed, 15 Nov 2000 03:00:00 GMT  
 WAV file

Ok Check this article out:  It explains how to use the above API Function.
Uhmm it was right in front of me Have to wonder.

Good Luck,

Alan

I think that if you pass some arguments to the winmm.dll using API you can
get it to play the WAV file.  There are couple of different ways that you
can choose to do so.  I think you can play it sync and async  in other words
have your procedure wait until the file is finished playing or it can
proceed on with the code as soon as it has initiated the playing of the
file.  There are also API commands where you can loop it through, control
the volume the whole nine yards.  I have some code archived somewhere but
not handy right now.  If I find it I'll post it.  But look around in the
direction that I pointed you in.  I am pretty sure of that though.


Can someone please post a way to play a wav in a module.
I am sure there must be some simple way to do this in ACCESS 97, but have
not
found a way.  I looked in the knowledge database and found an article
(Q95647)
that tells how to do it in the older versions but not 97.
Thanks

Markus buchman



Wed, 15 Nov 2000 03:00:00 GMT  
 WAV file

Maybe the address would good too:

http://www.microsoft.com/officedev/articles/sound.htm


Ok Check this article out:  It explains how to use the above API Function.
Uhmm it was right in front of me Have to wonder.

Good Luck,

Alan

I think that if you pass some arguments to the winmm.dll using API you can
get it to play the WAV file.  There are couple of different ways that you
can choose to do so.  I think you can play it sync and async  in other words
have your procedure wait until the file is finished playing or it can
proceed on with the code as soon as it has initiated the playing of the
file.  There are also API commands where you can loop it through, control
the volume the whole nine yards.  I have some code archived somewhere but
not handy right now.  If I find it I'll post it.  But look around in the
direction that I pointed you in.  I am pretty sure of that though.


Can someone please post a way to play a wav in a module.
I am sure there must be some simple way to do this in ACCESS 97, but have
not
found a way.  I looked in the knowledge database and found an article
(Q95647)
that tells how to do it in the older versions but not 97.
Thanks

Markus buchman



Wed, 15 Nov 2000 03:00:00 GMT  
 WAV file



Quote:
>Can someone please post a way to play a wav in a module.
>I am sure there must be some simple way to do this in ACCESS 97, but have not
>found a way.  I looked in the knowledge database and found an article (Q95647)
>that tells how to do it in the older versions but not 97.

Check the Visual Basic knowledge base instead and check into:
HOWTO: Play a Waveform (.WAV) Sound File in Visual Basic
Article ID:Q86281

The other KB article you may want to look at is:
ACC: How to Record and Play Sounds from MS Access (95/97)
Article ID: Q149119

--Sue



Wed, 15 Nov 2000 03:00:00 GMT  
 WAV file

Thanks!  That site was perfect.  Thanks for the help again.

Markus Buchman



Wed, 15 Nov 2000 03:00:00 GMT  
 WAV file

Hi Sue,

You still have the reference to the Access Developer web page? I am not sure
it is the exact name, but you have given the reference to that site few
years ago (not so, not so old, just a very few years) but I have lost all
those references recently and will be happy to retreive them, if possible...
Thanks a lot.

(also lost your e-mail address)
Michel Walsh, (Vanderghast).



Fri, 24 Nov 2000 03:00:00 GMT  
 
 [ 8 post ] 

 Relevant Pages 

1. inserting wav files into other wav files

2. Create a new .wav file from an existing .wav file based on the date

3. Resource files containing WAV files

4. wav file or sound file in access?

5. Playing WAV files and MIDI files

6. Convert .WAV file to .MP3 file in VB6

7. Problem Loading .wav file from Resource File...

8. WAV files and resource files

9. opening resource file-based WAV files

10. Newbie (kind of)- Wav files in a Resource File

11. Embeding a wav file into a resource file

12. How to save bitmaps/wav files in Resource File

 

 
Powered by phpBB® Forum Software