Application should dont need read mp3 from Disk
it can read the mp3 from itself.
:-) thx
> How can I Insert an MP3 music file into my Application?
Use an RC file to store the MP3 into the application's resources.
Gambit
Remy Lebeau (TeamB) wrote in message <40d336af$1...@newsgroups.borland.com>...
Add icon, cursor, bitmap, and sound resources to a BCB project
http://www.bcbdev.com/faqs/faq52.htm
Use RCDATA as the data type when specifying your MP3 filename. Then you can
use TResourceStream with the RT_RCDATA flag to load the MP3 data at runtime.
Gambit