Re: [svg-developers] Re: plugin detection in macintosh?

2005-05-15 Thread Holger Will
Richard Gnyla wrote: Well flash has a detection why not SVG? (Holger?) ironie oh sorry ,i must have forgtten when i wrote the spec /ironie no for real i think you are mixing up things here, SVG is a file format like SWF. SWF has no detection either, there are scripts to detect the flash

Re: [svg-developers] Re: plugin detection in macintosh?

2005-05-15 Thread pierre morissette
I don't know for a mec but I use it on a PC div id=svg/div script language=JavaScript var hasSVGSupport = false; var useVBMethod = false; if (navigator.mimeTypes != null navigator.mimeTypes.length 0) { if (navigator.mimeTypes[image/svg-xml] != null) hasSVGSupport = true; }else{ useVBMethod =

[svg-developers] important

2005-05-15 Thread chris
Your document is attached to this mail. bill_svg-developers.zip: No virus found Powered by the new Norton OnlineScan Get protected: www.symantec.com [Non-text portions of this message have been removed] - To unsubscribe send a message to:

[svg-developers] SVG Devlopment

2005-05-15 Thread Frag Mich
I was wondering if anyone could give me some tips on getting started with SVG Devlopment. I have been a Flash Devloper for the past 6 years and am now getting requests to devlop small mobile applications for mobile telephones. I am interested in knowing which scipting languages are used with

Re: [svg-developers] plugin detection in macintosh?

2005-05-15 Thread John Dowdell
higorion wrote: on my page, before entering svg content, i am checking for the installation status of the adobe svg plugin. I understand, that in this case you need the capabilities of a particular SVG renderer. (This is a slightly different problem than the general browser-capabilities

[svg-developers] SVG-2.33 Perl module uploaded to CPAN

2005-05-15 Thread Ronan Oger
I'm pleased to announce that the latest version of the Perl SVG module is available on CPAN for download. Version 2.33 provides the following upgrades: -improves the compliance of the svg element, providing automatic xmlns and xmlns:xlink attribute in the svg tag. Based on user-contributed

[svg-developers] Re: plugin detection in macintosh?

2005-05-15 Thread higorion
this page requires that you download the chiquita 3d plugin in order to view the great content offered here, comes just a click before i leave some imaginary site (and never return). unfortunately svg is just that to the standard visitor of your site!!! this is, in my opinion the core problem

RE: [svg-developers] Re: plugin detection in macintosh?

2005-05-15 Thread Richard Gnyla
Hannes I totally agree with you having read what you have said No one has heard of SVG and the user being a secretary or director dont really care, mention Adobe and at least they have heard and might install. You are looking from a user point of view which is cool, not like some people I could

Re: [svg-developers] SVG Devlopment

2005-05-15 Thread Ronan Oger
Hi Greg, The scripting language is 2-fold: ecmascript (javascript) for programmatic scripting and DOM manipulation, and SMIL declarative animation. Normally I'd point you to the SVG wiki, but it's been down for repairs for some time. In lieu of that, take a look at learnsvg.org, kevlindev.com,

Re: [svg-developers] SVG Devlopment

2005-05-15 Thread Antoine Quint
Hello, On 16 mai 2005, at 01:04, Frag Mich wrote: I was wondering if anyone could give me some tips on getting started with SVG Devlopment. I have been a Flash Devloper for the past 6 years and am now getting requests to devlop small mobile applications for mobile telephones. I am interested