|
-
Feb 12th, 2001, 01:58 PM
#1
Thread Starter
Addicted Member
How do I play an MP3 file thru the media player control in VB5? I inserted the control, picked the path of the mp3 and went run but nothing happened... All the buttons are greyed out...
How do I play the file once automatically so i can hide the control on the form?
Cheers...
-
Feb 12th, 2001, 04:22 PM
#2
Frenzied Member
You'll ned to instruct the media player by code....I'll dig something up for you!
-
Feb 12th, 2001, 04:29 PM
#3
Frenzied Member
This worked for me:
Code:
MediaPlayer1.filename = "C:\AnyMp3.mp3"
-
Feb 13th, 2001, 02:15 PM
#4
Thread Starter
Addicted Member
cheers carsten i'll try that
-
Feb 14th, 2001, 08:14 AM
#5
Frenzied Member
You're welcome!
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
|