Click to See Complete Forum and Search --> : my multimedia player isnt working i need help!
Fabio Farina
Apr 9th, 2006, 07:20 PM
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
Kasracer
Apr 9th, 2006, 09:02 PM
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?
Fabio Farina
Apr 10th, 2006, 11:37 PM
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
Kasracer
Apr 11th, 2006, 12:02 AM
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.
Fabio Farina
Apr 17th, 2006, 10:11 PM
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.
Kasracer
Apr 17th, 2006, 10:19 PM
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.
Fabio Farina
Apr 17th, 2006, 10:21 PM
sorry, well thanks anyway
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.