hi all....in my small application, i am trying to fetch a "jpg" image from server..But reading it in byte array and creating an image item from it disrupts the quality of image..it becomes very blurred...
then i tried
It then gave me an exception of "Unsupported Content Type" in sun wtk emulator...Code:try{ Player p = Manager.createPlayer("http://localhost:8001/abc.jpg"); p.realize(); p.start(); }catch(Exception e){ e.printStackTrace(); }
So how do i dipslay an image from server that is not blurred?...any tips/links will be very much helpful..
thnx

Reply With Quote

