Results 1 to 2 of 2

Thread: Need some help - multimedia stuff...

  1. #1

    Need some help - multimedia stuff...

    1)Does anyone knowany usints that handle files?
    I need a unit that would search for specific file tyoes,in one or more directories.
    2)A unit to play MP3,and MOD files?
    3)GUI units?

    ---------------
    I want to make a simple program,that will have support for skins later.
    I want it to be Media Player.Play MP3 and MOD files.
    I want it to search for MP3 file,and sort them via name,artist,etc.
    It will have a GUI of course.I will be using FPC v2

  2. #2

    Need some help - multimedia stuff...

    You can use FMOD or BASS to easily play MP3 files. I know FMOD works with FPC.

    To scan directories is a simple matter of using FindFirst, FindNext and FindClose. Here is a description of how FindFirst and FindNext work.

    http://www.delphibasics.co.uk/RTL.asp?Name=FindFirst

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •