frustrating
Registered User.
- Local time
- Yesterday, 23:03
- Joined
- Oct 18, 2012
- Messages
- 68
Hey all,
Has anyone had luck opening and manipulating Windows Media Player from Access? I'm not talking about embedding via Active X, but actually opening the player, playing it, then closing it.
I keep getting the following error:
"automation error.
unspecified error"
Any ideas?
Has anyone had luck opening and manipulating Windows Media Player from Access? I'm not talking about embedding via Active X, but actually opening the player, playing it, then closing it.
Code:
Dim Player As WindowsMediaPlayer
Set Player = New WindowsMediaPlayer
Player.url = url
Player.Controls.play
I keep getting the following error:
"automation error.
unspecified error"
Any ideas?