I want to code a midlet that accesses a remote server and displays MMS content.
I'm not sure whether I need to
a) code a midlet that makes a http connection to server, then displays the MMS itself using custom classes, or
b) code a midlet that makes connection, calls a native method, which calls a *standard* MMS viewer
c) code a midlet that simply refers to a URL? Hence triggering the inbuilt browser?
Any help appreciated.

Reply With Quote

