SVG is the W3C xml-based standard that is in direct
competition with Flash, providing the same base
feature set (+/- a few specifics). It would be
<I>awesome</I> to provide an easy migration tool that
could import/export people's dynamic vector graphics
in SVG format.
see <a
href="http://www.w3.org/TR/SVG/animate.html">SVG
animation Spec @ W3C</a> for details, and <a
href="http://xml.apache.org/batik/index.html">xml.apach
e's Batik project</a> for a *whack* of useable code.
Logged In: YES
user_id=71264
err. I guess html markup gets parsed. the urls for easier
consumption are :
http://www.w3.org/TR/SVG/animate.html for specs
http://xml.apache.org/batik/index.html for code