Re: svg element in a xul file
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
xiongh wrote: > my version visualizes file.svg but if I prove to insert svg element in > a xul file I don't visualize anything. > I have installed SVGView (..plug-in of adobe for dispaly svg file in > thee browser)and I have transcribed > npsvg3.ddl and npsvg3.zip in c:\programmi\Mozilla FireFox\plugins and > so I can visualize svg file. > Do you think that with xbl I can risolve my problem? No, if you wanted to use the Adobe SVG viewer plugin inside of XUL then perhaps an iframe works e.g. <iframe src="file.svg"></iframe> but of course the SVG is in an external file then and not embedded in the XUL document itself. -- Martin Honnen http://JavaScript.FAQTs.com/