Wil Moosa
Well-known Member
- Joined
- Aug 11, 2002
- Messages
- 893
I’m desperately, desperately seeking for an answer on this one.
I have a userform with a X-control media player. I know that I can use the properties to define the mp3 input. I need to know if it is possible to define the input differently. I like to refer to the active cell (where the full path can be found).
Ivan came up with the following but that does not work.
Sub PlayPlayer1()
MediaPlayer1.Open "D:\Audio\MP3_Pop\Al Stewart - On the border.mp3"
End sub
I scavenged the web for information on this a few nights but correct me if I'm wrong but I find the userform info on the media player very poorly documented.
I have a userform with a X-control media player. I know that I can use the properties to define the mp3 input. I need to know if it is possible to define the input differently. I like to refer to the active cell (where the full path can be found).
Ivan came up with the following but that does not work.
Sub PlayPlayer1()
MediaPlayer1.Open "D:\Audio\MP3_Pop\Al Stewart - On the border.mp3"
End sub
I scavenged the web for information on this a few nights but correct me if I'm wrong but I find the userform info on the media player very poorly documented.