11-22-2009 06:06 AM
Hi,
I am making an application that stores some sound files. I have put those sound files in another project (library). When I try to play those files it say-file not found. Please help me!!
11-22-2009 09:12 AM
11-22-2009 12:15 PM
i have made one cldc project. then there is another project of type library.in tht project musicListen/abc.mp3
When I use the song to play. I use /musicListen/abc.mp3. The same thing works when it is in same project(not library).
11-22-2009 03:15 PM
Are you trying to access these sound files from an application or are you calling a function in the library that retrieves the sound file? If you are calling the function in the library then it should work, otherwise I don't know if trying to access a resource from a different application/library is blocked for security purposes or something similar.
11-22-2009 11:20 PM
No,I havn't put any function in tht library project.All functions of calling are in main cldc project
11-27-2009 11:31 PM
Sorry for being late, if you haven't resolved this issue yourself then try to make a function in the library to retrieve the InputStream. If it still doesn't work then are you sure you are using the correct name. If it does work then it is a security function that is most likely blocking the retrieval of the resources.