Hmmm. I tried that before, and I just tried it again now. When I change the code to File.DirAssets I get a java error "file not available". Now the mp3 in question is in my project folder. It is definitely in the APK file, but it doesn't seem to install properly.
I am loading it thusly: Ding1 = SP.Load(File.DirAssets,"Ding2.mp3")
Now if I change the code to Ding1 = SP.Load(file.DirRootExternal,"Ding2.mp3") it will work fine, but I have to manually install the mp3 to the SD card.
Any idea why the File.DirAssets won't work?
thanks
Jim T