Re: [svg-developers] Re: Mozilla/Firefox Issue, Please Help

2005-02-10 Thread Philippe Lhoste
Jonathan Watt wrote: > On Wed, 09 Feb 2005 04:20:12 -, tcorbet <[EMAIL PROTECTED]> wrote: >> What is especially maddening is that what you want to do is possible >> when using the ASV with the dreaded IE. It's almost as if the most >> esteemed members of the Open Source world -- Mozilla and A

Re: [svg-developers] Re: Mozilla/Firefox Issue, Please Help

2005-02-09 Thread Jonathan Watt
On Wed, 09 Feb 2005 04:20:12 -, tcorbet <[EMAIL PROTECTED]> wrote: > > > --- In svg-developers@yahoogroups.com, "academyhtml" > <[EMAIL PROTECTED]> wrote: > > > > Would somebody be able to provide an example of what was suggested > > previously within the framework of the code I posted earli

Re: [svg-developers] Re: Mozilla/Firefox Issue, Please Help

2005-02-09 Thread Rerun
This is even better. Rerun wrote: >You'll notice the mozilla version I write the SVG straight out, but with >php you could pull this code from another file (ocean.svg and do the >necessary replacements to make it work for instance) or a database. > > [Non-text portions of this message have

Re: [svg-developers] Re: Mozilla/Firefox Issue, Please Help

2005-02-09 Thread Rerun
You'll notice the mozilla version I write the SVG straight out, but with php you could pull this code from another file (ocean.svg and do the necessary replacements to make it work for instance) or a database. Jonathan Watt wrote: >That shouldn't be too difficult to do, but I'd be interested n

Re: [svg-developers] Re: Mozilla/Firefox Issue, Please Help

2005-02-09 Thread Jonathan Watt
That shouldn't be too difficult to do, but I'd be interested nonetheless. On Wed, 09 Feb 2005 13:15:02 -0700, Rerun <[EMAIL PROTECTED]> wrote: > > I have a php solution that works for both IE and Mozilla if anyone is > interested. It only requires one HTML/XHTML doc. They are the same, > but

Re: [svg-developers] Re: Mozilla/Firefox Issue, Please Help

2005-02-09 Thread Jonathan Watt
Not at this point in time. You need the native SVG support in FF/Moz. This may change with a future release of ASV. On Wed, 09 Feb 2005 19:28:12 -, academyhtml <[EMAIL PROTECTED]> wrote: > > So even with the use of the object tag, with ASV there is no way to > access the svg from scripts in

Re: [svg-developers] Re: Mozilla/Firefox Issue, Please Help

2005-02-09 Thread Rerun
I have a php solution that works for both IE and Mozilla if anyone is interested. It only requires one HTML/XHTML doc. They are the same, but I create them slightly different depending on browser type. academyhtml wrote: >So even with the use of the object tag, with ASV there is no way to >a

[svg-developers] Re: Mozilla/Firefox Issue, Please Help

2005-02-09 Thread academyhtml
So even with the use of the object tag, with ASV there is no way to access the svg from scripts in the html through FF/Moz then? --- In svg-developers@yahoogroups.com, Jonathan Watt <[EMAIL PROTECTED]> wrote: > On Tue, 08 Feb 2005 22:04:34 -, academyhtml <[EMAIL PROTECTED]> wrote: > > > >

Re: [svg-developers] Re: Mozilla/Firefox Issue, Please Help

2005-02-09 Thread Jonathan Watt
On Tue, 08 Feb 2005 22:04:34 -, academyhtml <[EMAIL PROTECTED]> wrote: > > > Would somebody be able to provide an example of what was suggested > previously within the framework of the code I posted earlier: > > > >embed name=svgFile1... (in the html) > > >svgdoc = svgFile1.getSVGDocument()

[svg-developers] Re: Mozilla/Firefox Issue, Please Help

2005-02-08 Thread tcorbet
--- In svg-developers@yahoogroups.com, "academyhtml" <[EMAIL PROTECTED]> wrote: > > Would somebody be able to provide an example of what was suggested > previously within the framework of the code I posted earlier: > > > >embed name=svgFile1... (in the html) > > >svgdoc = svgFile1.getSVGDocumen

[svg-developers] Re: Mozilla/Firefox Issue, Please Help

2005-02-08 Thread academyhtml
Would somebody be able to provide an example of what was suggested previously within the framework of the code I posted earlier: > >embed name=svgFile1... (in the html) > >svgdoc = svgFile1.getSVGDocument(); (in the js) Thx. --- In svg-developers@yahoogroups.com, Rerun <[EMAIL PROTECTED]> wrot