I have an application for the Windows Phone Mobile that will have multiple Mp3 Files.
Example:
263Mb, 03:04:50(Play Time)
I want to find a solution to hosting this data at no cost or how to implement something like this properly in the Mobile environment.
So far i have thought of:
When the application starts, it will install the media to isolated storage and stay there throughout the access of the applications content.
This function would not be preformed every time it starts but at the first initial start up.
Am i looking at this incorrectly or maybe you have a better solution?
Would love some advice!
The maximum size of a XAP package is 250 MB, so you cannot package your mp3 file in your application. The only way seem to be downloading or streaming it.