Media player does not play files downloaded to File.DirInternal

rleiman

Well-Known Member
Licensed User
Longtime User
Hi Everyone,

Using the code from Basic4android - RandomAccessFile to download an mp3 file, the media player will not play any file that is downloaded if we use File.DirInternal. It does play if we use File.DirRootExternal but we need to play it from File.DirInternal.

Have you had this same thing happen to you?

Please let me know what to do to allow the media player to play the downloaded files.

Thanks.
 
Top