Search:

Type: Posts; User: sush

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,887

    Re: How to play Audio file?

    ya i am tried like:

    public class PlayMp3 extends Thread
    {



    private URL url;

    public PlayMp3(File mp3)
  2. Replies
    3
    Views
    1,887

    How to play Audio file?

    How to write a program that plays audio file? Audio is stored in folder.
  3. Replies
    5
    Views
    2,304

    Re: Problem with GMT offset.

    Okay, is there any web service code to find city/place name by using inputs as latitude and longitude?
  4. Replies
    5
    Views
    2,304

    Re: Problem with GMT offset.

    OK ..The thing is i need java code to find GMT offset for a given latitude and longitude. But Gmt should be country based in which the given city exists. f

    For ex:

    If i give lat longs for...
  5. Replies
    5
    Views
    2,304

    Problem with GMT offset.

    I want to write a program that takes input as latitude and longitude of a particular place and gives output as that place country GMT offset. I have done gmt=longitude/15. example: (Chicago)...
Results 1 to 5 of 5