Media Player

J

Jerry Natkin

I've tried a number of times to use Windows Media Player on an Access 2007
form. I am able to get it from the ActiveX menu, and run it repeatedly from
a button. But once having played something, if I go to design mode or exit
the form the player disappears, and only becomes available if I restart the
application.

Here's the code:

Private Sub Run_Media_Player(sFileName As String)
Player.settings.autoStart = True
Player.URL = sFileName
DoEvents
End Sub

I'd appreciate any help I can get.

Jerry natkin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Mis-performing MP4 files in Mac PPT 1
media player in Access form 0
Media Player 14
windows media player 0
media player 0
Powerpoint 2007 and Windows Media Player 2
Media Player Help 6
ActiveX Media Player Question 0

Top