Re: OSX specific chrome question
Kenneth Feldt <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.macosx |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Brion Vibber wrote: > Kenneth Feldt wrote: > >> I have an XUL interface that references a file on >> the local drive (an SVG document to be displayed). The >> pathname is a fully qualified pathname (no relative >> pathname). >> >> The XUL source line looks like.... >> >> <iframe src="///Macintosh >> HD/EBC/Demos/ELearn2004/ebc03/ebc03/content/graph.xml" flex="6"/> > > [snip] > >> Is there something about referencing filesystem files from registered >> chrome applications that is different from non-registered chrome >> apps? > > > Have you tried specifying the file: protocol? > > -- brion vibber (brion @ pobox.com) That took care of it.... thanks! Ken