Topic  |
|
Posted - Sep 08 2002 : 05:11:18
|
When using Secure Image Pro, I am able to creating the
necessary files to post on the page for viewing. However, it seems that only the machine that I am working from is able to load the images the applet when viewing online.
On other machines, the loading message appears and then stays. No image
is appearing. . |
|
Posted - Sep 08 2002 : 05:52:13
|
Things to check:
- that the images have been encrypted since registering the program and not made with the demo.
- that the image loading applet, the one that loads last, is actually at the bottom of your html but still inside your body/html tag, so that it does actually load last. Otherwise a busy page can break the sequence.
- that if you have multiple images on the one page, you have the correct sequence in the loading applet... without extra/missing parts due to
editing from a gallery page (where many images are added to the one html page at creation). |
 |
|
Posted - Sep 08 2002 : 06:30:31
|
Another thing to check is the file names used...
Applets and Java do not like spaces in any file names.
Nor does Linux, and a
Linux/Unix web server (which is most of the servers out there) will not deliver files with spaces in their names. Nor will they deliver file names with odd characters and extra dots!
So naming an image "The fantastic pic I took on 29.11.03.jpg" makes it totally unworkable until you adopt a proper naming convention... "The_fantastic_pic_I_took_on_29-11-03.jpg"
If you are publishing to a web site, forget the bad habits introduced by Mac programs and recent Microsoft tools, because they will only work locally on the computer in front of you.
Also note: that Unix servers are case sensitive whereas NT is not, and even the difference between image.gif and image.GIF can cause problems. |
 |
|
Topic  |
|
|
|