--- In [email protected], "Martin Honnen" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "brucerindahl" <rindahl@> wrote: > > > Actually it can be done but it is a bit tricky. > > > When I wrote this it was working with Firefox 1.0 with the Adobe SVG > > beta plugin installed in Firefox. > > What version of Adobe SVG viewer is that? For the 3.0something > official releases I am pretty sure that script communciation between > HTML and SVG is not possible with Netscape 7 or Firefox. > <http://support.adobe.com/devsup/devsup.nsf/docs/54026.htm> >
I may have misunderstood. What I did was find a way to manipulate the embedded SVG files from any part of the document. The trick was that a script has to be located in the file that initiates the action. For example, in order for a function to fire from an event in a SVG has to have the function in the script tag of that SVG file. It can't use a function from another SVG file or the parent HTML. The examples I gave show how to get at any part of the document. Sorry about the mix up. Bruce ----- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

