Display TIFF in an infopath form

E

Eric

I need to display a tiff in an infopath form, this is not a web enabled form.
the xml document looks like this:
<xml>
<name></name>
<image>file://\\server\share\{ABCDEF-GHIJK-LMNOPQRS}.tif</image>
</xml>

without converting the image it to jpg, etc, is there a way to do this?
 
Top