Henry Mok schrieb:

> I have a question about using the applet. I want to have the applet
> automatically load a file when it starts up. I see in your documentation
> that that I can use argument0 to tell the applet what file to load. I've put
> in the applet code the following. 
> 
> <param name="argument0" value="/home/hmok/chapterCERM02.xml">
> 
> This is the problem that I am having. When the applet loads, it put the url
> in front of the file path. So it's looking in
> http://192.168.1.24/home/hmok/chapterCERM02.xml and it gives an error
> because the file isn't there.

I have not tested it, but have you tried converting the local file path 
to an URL? Like:

file:///home/hmok/chapterCERM02.xml

   Yves

Reply via email to