Topic  |
|
Posted - Jul 14 2004 : 06:07:46
|
Applets can be delivered on the fly as with images and pages. Using a template for page layout, the parameter values pertinent to each image can be loaded from database by any script such as cgi, asp, php, etc.
ArtistScope security applets
Encryption applets used in Secure Image and Copysafe, unlike normal applets, require specific info to display properly. The applet height and width, together with the exact file size of the image file govern how the image is displayed.
If these parameters are stored in the database for each image, then setup is quite simple. However, if you are having the server/computer automatically detecting the file size (in bytes) an adjustment needs to be made...
There is a difference between the server's estimate and that of the security applet. So the parameter should read:
<param name="fileSize" value="$serverFileSize+8">
|
|
Topic  |
|
|
|