Load SVG from a Xlet

Hi everybody. Can anyone tell me if it is possible to load and represents a SVG file from a xlet? I'm trying to develope a Xlet that shows a simple animation. Is there any other way to do this, please tell me. Thanks a lot.
[245 byte] By [Curro_Fornesa] at [2007-11-27 1:18:26]
# 1

SVG isn't something supported by the MHP implementation.

If you want to show SVG, you will need to include an SVG decoder as part of your Xlet (i.e. an SVG decoder written in Java).

What kind of animation do you want to do? Something like an animated GIF? Some kind of moving sprite?

desperadoa at 2007-7-11 23:54:19 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 2

Thanks for your answer. I was not sure about the implementation of SVG on MHP. I want to play something like short flash movies, an animated menu or directly an animated SVG. Can you tell me where to find an SVG decoder written in java? or do you have any different idea to do what i pretend?

Thanks a lot

Curro_Fornesa at 2007-7-11 23:54:19 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 3

You might want to take a look at http://svg2mhp.pincservices.de/

which was a studieproject. Not sure if they can give you the sources though

As for flash on mhp, there are some flash packages in java that run on 1.1 but they don't support the latest flash versions. Try a google search for: flash java 1.1

Also note that most stb's are just to slow to do any animation. At least that's my experience with them.

KrisBooghmansa at 2007-7-11 23:54:19 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 4
Google for "SVG Tiny Java" found some implementations of SVG in Java like the following; http://www.tinyline.com/about.htmlImplementations of flash in Java exist but apparently they're very, very slow on PCs so would be simply not viable on a STB.
desperadoa at 2007-7-11 23:54:19 > top of Java-index,Java Mobility Forums,Consumer and Commerce...