Controlling Windows Media Player within Access

frustrating

Registered User.
Local time
Today, 00:57
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.

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?
 

Users who are viewing this thread

Back
Top Bottom