This may seem like a dumb question, but is there another way to program SVGs other than Javascript. I've developed a pretty sophisticated command and control application using just Javascript and SVG. However, we're looking at exporting it to some Asian markets where stealing your code is rampant. So, now I'm looking for some sort of compiled code method of doing this app.
I realized that I have very little code that actually runs inside the SVG. For the most part, I add event listeners for the mouse and handle all of the interactivity through Javascript outside the SVG. The Javascript uses DOM methods to add back animateMotions, paths, etc. to accomplish the interactivity. Can this be done equally well from a Java applet? Is there something better than Java for this purpose? Thanks, Bob [Non-text portions of this message have been removed] ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

