- From: Michael Bierman <mbierman@adobe.com>
- Date: Thu, 11 Oct 2001 10:34:13 -0700
- To: "Uzma Shaffi" <u.shaffi@har.mrc.ac.uk>, <www-svg@w3.org>
- Message-ID: <NIEELDHFCPFLANKKAHOEAEBCDDAA.mbierman@adobe.com>
While the Object tag is the more standards compliant approach, not all browsers support it correctly. Therefore, I generally recommend using the embed tags. You will have fewer problems with embed than Object at this point in time.
...............................
Michael Bierman
Senior Product Manager, SVG Product Marketing
mbierman@adobe.com http://www.adobe.com/svg
Adobe Systems - Inspiration becomes reality.
345 Park Avenue
San Jose, California 95110
-----Original Message-----
From: www-svg-request@w3.org [mailto:www-svg-request@w3.org]On Behalf Of Uzma Shaffi
Sent: Thursday, October 11, 2001 3:05 AM
To: www-svg@w3.org
Subject: embed svg in html
Hello ,
I m using adobe plugin, and internet explorer browser.
Im emding svg file in my servlets like this:
out.println("<embed width=\""+Integer.toString(maxX)+"\" height=\""+Integer.toString(maxY)+"\" src=\"http://www.dev.mgu.har.mrc.ac.uk/svgfiles/map"+zoomRange+".svg\" TYPE=\"image/svg-xml\" pluginspage=\"http://www.adobe.com/svg/viewer/install/\"></div>");
this code comes in <body> of the html.
how can I use OBJECT in it???
thanks
uzma
Received on Thursday, 11 October 2001 13:36:34 UTC