ImageJ applet Preloaded Sequence Images

Posted by Uril Yakubov on
URL: http://imagej.273.s1.nabble.com/ImageJ-applet-Preloaded-Sequence-Images-tp3695183.html

Hi Users,

A am new to ImageJ. I would like to use ImageJ applet to show sequence
of Dicom images.I have 27 images that are located on server. I would
like to see them like image sequence. I zipped them and named
Myfile.zip. Then I created html file.

<HTML><BODY>
<applet archive=ij.jar code="ij.ImageJApplet.class" width=0 height=0>
<PARAM NAME=url1 VALUE="http://localhost/imagej/images/Myfile.zip">
</applet>
</BODY></HTML>
 
When I ran html command, it gave me error message - "Server returned
HTTP response code: 403 for URL
http://localhost/imagej/images/Myfile.zip"

Thank you for your help.

Uril.