| Reply | « Previous Thread | Next Thread » |
|
Hi, i want to display in a form an animated gif. I had tried to use a GifDecoder (a j2me port of GifDecoder for j2se) but the delay time and the animation was wrong. Now i use the Player of MMAPI. In NetBeans's emulator, the gif is correctly displayed, but in my cellphone it doesn't work. In some case an exception occurred: "javax.microedition.media.Media Exception: Could not create player."
Anyone have a solution or idea how i can display the animated gif? |
|
I've tested the application in a Nokia N73. I printed the compatible format type, and i didn't saw any image format.
The version of MMAPI in N73 is 1.1. |
|
Hi foxalex85,
if GIF is not among the supported content types, then you cannot use it with MMAPI. Only other option is a GIF decoder like the one you've tried. Or you could switch to static image types (as PNG) and programmatically create the animation with Threads/Timers. Pit |
|
Thanks for reply. I'm going to use a gif decoder, but one that i found (made by Dr Dobby) not displays correctely the animation.
Is there an other gif decoder? |
|
our own Jappit has made an implementation of that :
http://www.jappit.com/blog/2008/12/0...d-gif-encoder/ feel free to thank him :D |
|
I saw your site, but it is a gif ENCODER. I need a gif DECODER.
|
|
Hi foxalex85,
you're correct, the one posted on my website is actually an encoder (@Tiger79: thanks anyway for the link! :)) I do not currently know other Java ME GIF decoders, but will let you know if I find someone. Pit |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| how to make animated gif animate on form | 0odevilzo0 | Mobile Java Media (Graphics & Sounds) | 0 | 2007-11-05 18:53 |
| how to show animated gif in form | atiqe | Mobile Java Media (Graphics & Sounds) | 4 | 2007-05-09 09:23 |
| how to show animated gif in form | atiqe | Mobile Java General | 1 | 2007-05-09 06:21 |
| Animated GIF | razas | Symbian Media (Graphics & Sounds) | 3 | 2005-09-16 07:55 |
| Animated GIF for MMS Specifications | handtap | General Messaging | 2 | 2003-08-22 10:46 |