Results 1 to 7 of 7

Thread: my multimedia player isnt working i need help!

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Location
    Melbourne, Australia
    Posts
    4

    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

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    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?
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Location
    Melbourne, Australia
    Posts
    4

    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

  4. #4
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: my multimedia player isnt working i need help!

    Quote 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.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  5. #5

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Location
    Melbourne, Australia
    Posts
    4

    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.

  6. #6
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    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.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  7. #7

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Location
    Melbourne, Australia
    Posts
    4

    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
  •  



Click Here to Expand Forum to Full Width