|
-
Apr 9th, 2006, 07:20 PM
#1
Thread Starter
New Member
my multimedia player isnt working i need help!
i have made a media player but it still doesnt work can i please have help the code that i wrote was:
Private Sub cmdOpen_Click()
cdgOpenFile.Filter = "Audiio Files (*.wav,*.mp3,*.mid)|*.wav;*.mp3;*.mid|Video Files(*.avi)|*.avi"
cdgOpenFile.Action = 1
mpClip.FileName = cdgOpenFile.FileName
lblFileName.Caption = cdgOpenFile.FileName
End Sub
please reply quick
-
Apr 9th, 2006, 09:02 PM
#2
Re: my multimedia player isnt working i need help!
First off, if this is VB.Net then it should have been posted there. Secondly, you need to post more code. What's mpClip? Does it have a Play method?
-
Apr 10th, 2006, 11:37 PM
#3
Thread Starter
New Member
Re: my multimedia player isnt working i need help!
Thats all the code that the tutorial that i used told me to use and the mpClip was what i named the Media player thing that plays movies and audio. As for your question "does it have a play method" i dont know what you mean. soz
-
Apr 11th, 2006, 12:02 AM
#4
Re: my multimedia player isnt working i need help!
 Originally Posted by Fabio Farina
Thats all the code that the tutorial that i used told me to use and the mpClip was what i named the Media player thing that plays movies and audio. As for your question "does it have a play method" i dont know what you mean. soz
That still doesn't help us at all.
Are you using VB.Net or VB6? If .Net, 2002, 2003, or 2005?
What tutorial? What media player component?
A method is a function. Usually there is a method you need to call to play, pause, and stop music and videos.
-
Apr 17th, 2006, 10:11 PM
#5
Thread Starter
New Member
Re: my multimedia player isnt working i need help!
i am currently using vb6 and the tutorial that i used was on the my schools hard-drive. i dont know how to show you the tutorial but if you let me send it to you by email then just tell me what your email account is. thanks for the recent replies.
ps the tutorial never told me to put a play method in.
Last edited by Fabio Farina; Apr 17th, 2006 at 10:15 PM.
-
Apr 17th, 2006, 10:19 PM
#6
Re: my multimedia player isnt working i need help!
This is a forum. We don't go and help individually via e-mail because it's not as safe (i.e., viruses, etc...) and it doesn't help anyone else searching for answers.
Besides, I don't know VB6. You should post in VB6 and post more code and tell them what components you're using (maybe a mod can move this thread).
Also, since this is a tutorial made by your school (unless it's something else, then you should be able tot ell us who it was made by so we can get it online), you may want to talk to someone at your school.
-
Apr 17th, 2006, 10:21 PM
#7
Thread Starter
New Member
Re: my multimedia player isnt working i need help!
sorry, well thanks anyway
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
|