Help in C#

Discussion in 'Game Development General Discussion' started by Dark Seraph91, Aug 3, 2008.

  1. Dark Seraph91

    Dark Seraph91 Enthusiastic Member

    Joined:
    May 6, 2008
    Messages:
    577
    Likes Received:
    0
    I have a problem, More like an question.

    I have a mp3 I want to play in my application but I dont know how to get it to run from the resource folder, I really dont know how to import the mp3.

    Ive been using the windows media player Com component to play the mp3 but For that Id have to lug around the MP3 everywhere i took the app, and that would suck...any help?

    Ps Im running Visual Studio 2005 C#

    EDIT:nevermind you can close this I used the shockwave application extension instead.Thanks for the help everybody.
     
    Last edited: Aug 3, 2008
  2. ASSEMbler

    ASSEMbler Administrator Staff Member

    Joined:
    Mar 13, 2004
    Messages:
    19,394
    Likes Received:
    995
    "Help in c#" sounds like sheet music.

    Glad you found the answer.
     
  3. devzone

    devzone Robust Member

    Joined:
    May 20, 2008
    Messages:
    248
    Likes Received:
    1
    you may like to try bass.dll library which has some nice features such as playling local sound files, streaming online sound, variable playback rates, tracker mod playing, too many features to list here

    http://www.un4seen.com/bass.html
     
    Last edited: Aug 3, 2008
  4. KIWIDOGGIE

    KIWIDOGGIE Peppy Member

    Joined:
    Jul 9, 2008
    Messages:
    357
    Likes Received:
    15
    You could also try compressing to .xm and try using the irrKlang lib. I never got it to work but many people seem to have success with it.

    Also you would need ModPlug Tracker to convert
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page