This would work in firefox, but not in Internet explorer. Plug-in setup completes successfully but no diagram displayed in IE.
<object classid="clsid:78156a80-c6a1-4bbf-8e6a-3cd390eeb4e2" data="diagram.svg" width="400" height="300" type="image/svg+xml" name="svgmap" codebase="http://download.adobe.com/pub/adobe/magic/svgviewer/win/3.x/3.03/en/SV\ GView.exe" > <embed src="diagram.svg" width="400" height="300" type="image/svg+xml" id="svgmap" name="svgmap" pluginspage="http://www.adobe.com/svg/viewer/install/" ></embed> </object> --- In [email protected], "Nazar" <[EMAIL PROTECTED]> wrote: > > Hello all, > I need to display download page with link to svg plugin if it is not > installed. > > <object > data="diagram.svg" width="${diagramWidth}" > height="${diagramHeight}" type="image/svg+xml" id="svgmap" > name="svgmap" pluginspage="http://www.adobe.com/svg/viewer/install/"> > > <embed src="diagram.svg" width="${diagramWidth}" > height="${diagramHeight}" type="image/svg+xml" id="svgmap" > name="svgmap" pluginspage="http://www.adobe.com/svg/viewer/install/" /> > > </object> > > However Internet Explorer displays missing image screen. Appreciate > any ideas. > > Nazar > ----- 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/

