Results 1 to 7 of 7

Thread: MP3 Volume & Current State

  1. #1

    Thread Starter
    Hyperactive Member flame_211's Avatar
    Join Date
    Jun 2000
    Location
    I dont really think I know where I am???
    Posts
    393

    MP3 Volume & Current State

    I want to know the coding to make the volume go up and down, and also,(background info first, I want a user to click a slider or something, then drag it(this keeps moving along as the song goes) this way they can fast forward through the song, anyone know how? and also how do u get an Mp3ID Tag? and change them?(with code)
    and also how do u play a cd with out using the cd player thing that comes with the comp(using code) ?

    Any help is appreciated,

    -Andrew
    Reach me at:
    AIM: FlameWide
    AIM: Itz deep6
    MSN/Email: flame_gandalf@hotmail.com

    Check out these sites:
    My Blog

  2. #2

    Thread Starter
    Hyperactive Member flame_211's Avatar
    Join Date
    Jun 2000
    Location
    I dont really think I know where I am???
    Posts
    393
    Any one know the answer??????????????????
    Reach me at:
    AIM: FlameWide
    AIM: Itz deep6
    MSN/Email: flame_gandalf@hotmail.com

    Check out these sites:
    My Blog

  3. #3
    Lively Member formulav8's Avatar
    Join Date
    Mar 2002
    Location
    Orlando
    Posts
    116
    I have either class modules or .ocx files that will do almost anything you want with .mp3 files. Goto my webpage and download them if you want.



    Jason

  4. #4

    Thread Starter
    Hyperactive Member flame_211's Avatar
    Join Date
    Jun 2000
    Location
    I dont really think I know where I am???
    Posts
    393
    K thanks ill check it out...
    Reach me at:
    AIM: FlameWide
    AIM: Itz deep6
    MSN/Email: flame_gandalf@hotmail.com

    Check out these sites:
    My Blog

  5. #5
    Addicted Member
    Join Date
    Aug 2001
    Posts
    152
    What are you using mci or Ocx?

    This is for ocx (Mediaplayer)

    (Volume)
    Code:
    Dim a As Integer, b As Integer
    Dim d, c
    c = Slider2.Value - 2500
    MediaPlayer1.Volume = c
    b = Slider2.min
    a = Slider2.Value
    (Current position)
    Code:
    Slider1.Max = MediaPlayer1.Duration
    Slider1.Value = MediaPlayer1.CurrentPosition
    My software never has bugs. It just develops random features.

  6. #6

    Thread Starter
    Hyperactive Member flame_211's Avatar
    Join Date
    Jun 2000
    Location
    I dont really think I know where I am???
    Posts
    393
    Thanks, Ill try it...

    And do you know how to make a plugin thing?
    I wanna
    be able to make plugins for my Mp3 player...
    Reach me at:
    AIM: FlameWide
    AIM: Itz deep6
    MSN/Email: flame_gandalf@hotmail.com

    Check out these sites:
    My Blog

  7. #7

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