I
inlay
I am programmatically adding a Windows Media Player object in an
ASP.NET application, with VB as code file. I am using Visual Web
Developer 2005 Express Edition.
The file can be played, the media information can be accessed, the only
problem is that I cannot stop/pause the file. Even if I close the
browser, the file continues playing until the song finishes.
I have added "Player.controls.stop()" to a button click-event.
Is there something that needs to be added?
ASP.NET application, with VB as code file. I am using Visual Web
Developer 2005 Express Edition.
The file can be played, the media information can be accessed, the only
problem is that I cannot stop/pause the file. Even if I close the
browser, the file continues playing until the song finishes.
I have added "Player.controls.stop()" to a button click-event.
Is there something that needs to be added?