hi....m trying to write a media player for mobile.... i found this piece of code from the net....
items.put("Siren from jar", "file://siren.wav");
itemsInfo.put("Siren from jar", "audio/x-wav");
items.put("Promo Video from jar", "file://promo.mpg");
itemsInfo.put("Promo Video from jar", "video/mpeg");
my doubt is :
1) what do you mean by file://? ( should we replace it by our drive name )
2) Should we store the the file in "src" folder of our project.
3) What is the maximum size of a jar file, if there is such a thing???
Thnak You.

Reply With Quote

