Hi ,i am trying to playing music file,using content handler,and this is code syntax i used
//Create invocation
Invocation invocation =
new Invocation(filePath,null,BlackBerryContentHandler.ID_MEDIA_CONTENT_HANDLER);
// Get the registry object
Registry registry = Registry.getRegistry("net.rim.device.api.content.BlackBerryContentHandler");//here i changed to my own file
//Invoke the content handler.
registry.invoke(invocation);
When the application runs.it navigates to media application screen,but it just stays out there,and can't play music or media file ,Any ideas what could be problem?
Regards
Rakesh Shankar.P