Is a zip file of one HTML file and several associated bitmap files in
relative paths OK?
Thank you.
Peter
Hey Dan,
Due to a problem with the media player, I need to reference a couple of very small audio files in my application. I hear that there is no way to upload external files for the competition submission. I was thinking about zipping them up with my app and changing the extension so that I can submit it. Then I would include this information in my read me. Is there a better way to do this?
Thanks!
Mike D.
I tried to place the audio files in the res/raw folder at first. I think
that the only way you can access those files is if you call create on the
media player and pass in an ID. But if you want to receive the audio
complete notification, this only seems to work when you call create in an
activity's OnCreate method. Since I need to randomly switch between multiple
audio files, and I rely on the audio complete notification, I have to use
the SetDataSource method. I don't think you can access files via an ID when
using the SetDataSource method.
I would like to find a way to make my app work with my files in the res/raw
folder. It would make my life simpler :)
Thanks for your question.
Mike D.