j2me code for playing the rtp file in streaming way

j2me code written for the following requirementthe 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.
[263 byte] By [Picklua] at [2007-11-27 6:23:31]
# 1

> 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 !!

}

suparenoa at 2007-7-12 17:41:36 > top of Java-index,Java Mobility Forums,Java ME Technologies...