> j2me code written for the following requirement
>
> the program will take a input of a web address (e.g.
> rtp://mysong.com/abc.wav) and will play the rtp file
> in streaming way.
>
> plz response in 'picklu@gmail.com'. its very
> necessary for my project.
/**
* don't forget to import the right packages...
* @author Picklazy
*/
public class ImALazyDeveloperAndICantSearchByMyself extends TheRTPReaderFoundOnTheInternet{
private MIDlet midlet=null;
/**
* Constructs a ....
*@param midlet the midlet
*/
public ImALazyDeveloperAndICantSearchByMyself(MIDlet midlet){
this.midlet=midlet;
}
// rest of the code comes here !!
}