Results 1 to 2 of 2

Thread: Hey! Mp3 Me!!!!!!!

  1. #1

    Thread Starter
    Addicted Member MegaMan's Avatar
    Join Date
    May 2002
    Posts
    128

    Talking Hey! Mp3 Me!!!!!!!

    i want to join the fanatics and learn how to play sound files.. especialy the ever ubiquious mp3 file! so uh?

    how do you do this exactly-- is there some algorithm, codec, or do you just a winmedia player control-- come on give me something good baby!!!!!!!!!!!

    MP3 FOREVER!!!!!!!!!!!!!!!! or at least til they come up with something better hehe

  2. #2
    Junior Member Ruskin's Avatar
    Join Date
    Jan 2002
    Location
    Michigan
    Posts
    18

    I use active movie control

    Found activemovie does almost anything
    mp3, avi, wav....

    Reference the activemovie control.

    Code:
    Option Explicit
    
    Private BackgroundC As FilgraphManager
    Private BackgroundA As IBasicAudio
    
    Set BackgroundC = New FilgraphManager
    Set BackgroundA = BackgroundC
    
    BackgroundC.RenderFile (App.Path & "\night.mp3")
    BackgroundA.Volume = Slider1.Value
    
    'Options
    BackgroundC.Run
    BackgroundA.Volume = Slider1.Value  ' 0 to -10000 
                                                                ' 0 is max  (WEIRD)
    BackgroundC.Stop

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