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?
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
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.