A
Anil Gupte
How do I embed Windows Media Player so I can control it with VB code. I am
familiar with embedding in a web page like this:
***************
<embed src="Test.asx" width=320 height=300 autostart=True
type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
name="MediaPlayer1" showcontrols=1 showstatusbar=1> </embed>
****************
I have also created a WM Player control in a VB Windows Application. But
now, I want to create the same app in a web page. I want to create my own
Play, FF, Rewind etc buttons with associated functions that handle these
events in a custom manner. I am using VB.Net 2003
Thanx,
familiar with embedding in a web page like this:
***************
<embed src="Test.asx" width=320 height=300 autostart=True
type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
name="MediaPlayer1" showcontrols=1 showstatusbar=1> </embed>
****************
I have also created a WM Player control in a VB Windows Application. But
now, I want to create the same app in a web page. I want to create my own
Play, FF, Rewind etc buttons with associated functions that handle these
events in a custom manner. I am using VB.Net 2003
Thanx,