Hi, i don't think you can load a java inside an svg, so you'd have to load it via hyperlink:
<a xlink:href="..."><image .../></a> or via javascript <image .. onclick="window.open(..)" /> apropos: theoretically you can use xlink:target inside the a-element, but some viewers don't care and will open it inside main window. regards, Omar Neiderer, Andrew (Civ, ARL/CISD) wrote: > I display an <image> on a 256 x 256 2D graphic of <rect>s. I'd like the > user to be able to click on the <image> and launch a Java3D app that I > have written for displaying terrain. > > > > Can someone tell me how this is typically done? Maybe the attributes of > <image> I should look at and where/how to launch a Java3D program from > SVG. > > > > Thank you. > > > > - Andrew M. Neiderer > > - US Army Research Lab > > > > [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 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/

