PDA

View Full Version : Need some help - multimedia stuff...



EmbranceII
02-06-2005, 09:43 PM
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

Sly
02-06-2005, 10:22 PM
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