|
-
Sep 24th, 2003, 08:46 PM
#1
Thread Starter
New Member
Windows Media Player 9 problem
I trying to get WMP 9 to fire it's EndOfStream event and then play another video but it will not fire. Anyone please help!
Here is my code:
Private Sub Form_Load()
WindowsMediaPlayer1.URL = "e:\mpegav\avseq09.dat"
End Sub
Private Sub WindowsMediaPlayer1_EndOfStream(ByVal Result As Long)
WindowsMediaPlayer1.URL = "e:\mpegav\avseq10.dat"
End Sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|