Read WebProNews
With Friends!

Exploring the J2ME Mobile Media APIs

Get the WebProNews Newsletter!
Top Rated White Papers and Resources
There is 1 Comment. Add Yours.
  1. Guest

    try {
    InputStream is =
    getClass().getResourceAsStream(“/hello/smallworld.mp3″);
    System.out.println(“”+is);
    Player player = Manager.createPlayer(is, “audio/mpeg”);
    player.start();

    } catch (Exception e) {
    e.printStackTrace();
    }
    }

    doesn’t work

What do you think? Respond.

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>