I want to play media files (.mp3, .3gp,..) impeded in jar file via OS media player
like real player on Symbian
Please help me if there are any code snippet.
I want to play media files (.mp3, .3gp,..) impeded in jar file via OS media player
like real player on Symbian
Please help me if there are any code snippet.
Try using platformRequest() passing the URI of any .mp3 or .3gp file on the device, if it works - move the media from JAR to device file system in some temp folder and pass its URI to the platformRequest.
platformRequest("nativeapp:application-exe=MediaPlayer.exe;content=E:\Feelings.MP3;application-args=-ExampleArgument");
Refer to: http://library.forum.nokia.com/topic...C-C024F2956836
Thanks,
Ekta
Try signing the app with 3rd party certificate like Verisign and educate your end user to set the permission for the app - for accessing file system as "Ask only once" or "All ways allowed" if available for this app.
Thanks,
Ekta