--- In [email protected], "Dave" <[EMAIL PROTECTED]> wrote:
> can you > use the adobe pluging in firefox even though native support for SVG is > already there? You can try (disable native SVG, copy the plugin files in the plugin folder) but should take note that Adobe officially shipped its plugin for Netscape 4 and never officially supported Mozilla (or Mozilla based browsers like Firefox or Netscape 7). There are two issues when using the plugin with Mozilla: - you can't script the plugin from the outside (e.g. with script in a HTML document embedding an SVG document) and you can't script the HTML document embedding the plugin at all from the SVG document - as the plugin was developed using unfrozen Mozilla interfaces that Mozilla later abandoned the plugin can crash the Mozilla browser So you can for instance load your SVG documents in an iframe and have the Adobe plugin handle the SVG with all its power of SMIL or filters but that SVG document can't interact with the outside (besides maybe using browserEval). ----- 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/

