mview direct image path instead of relative

User 955ad06ce5

07-02-2008 16:39:31

Hi,





marvin view takes the image files path relatively like :





+"|../../img/easychart1.gif||");





is there a way to give direct paths like:





+"|c:/images/mviewImages/easychart1.gif||");

ChemAxon 7c2d26e5cf

07-02-2008 17:34:14

No. You have to give a remote URL. You can not use a path for the local file system.


An URL can be a relative or an absolute.


The relative URL refers to a resource on the web server where the applet page is located (relatively to the applet page).


By absolute URL, you can refer also other web servers (like http://www.mydomain.com/whereismyimage/image.gif).