WindowsMediaPlayer question
- From: "teepee" <nomail@xxxxxxxxxx>
- Date: Thu, 30 Oct 2008 11:45:46 -0000
hello
I have a very simple macro here very which I need to adapt slightly to
purpose.
It's function is to play an audio file on WindowsMediaPlayer1
The assumption is that WindowsMediaPlayer1 is already playing an audio file
of indeterminate length when this macro is triggered. I simply need to make
it wait till it's finished playing this audio file its already playing
before playing the new one called here, rather than starting to play
immediately.
Sub playaudio()
'something here to wait for WMP to finish what its playing first
UserForm1.WindowsMediaPlayer1.URL = "c:\video\audiofile.wav"
End Sub
Many thanks if you know how
.
- Follow-Ups:
- Re: WindowsMediaPlayer question
- From: teepee
- Re: WindowsMediaPlayer question
- Prev by Date: Re: Excel yes or No
- Next by Date: Re: WindowsMediaPlayer question
- Previous by thread: Locking spreadsheets
- Next by thread: Re: WindowsMediaPlayer question
- Index(es):