S
saneplanet22
Hello,
I am building a website that requires capability of users zooming in
to examine perhaps hundreds of images. On every page there will be
dozens of thumbs. By clicking each thumb, the user would be able to
see a larger image and then "zoom-in" to see details.
I have examined two technologies so far:
One is flash-based, from http://www.zoomify.com/express.htm
see my draft here: http://samsonhairrestoration.com/scratch/zoomify/1.htm
The other is java based: http://www.xio.biz/htm_en/applets/XIOview/XIOview.htm
see my draft here: http://samsonhairrestoration.com/scratch/xio_view/1.htm
What we are trying to figure out is which technology provide the best
balance between bandwidth requirement (time it would take for average
user to see each image) and likelihood of the code running smoothly on
the user's machine. It is very important to us that user does not have
to download and install anything to see these images.
Right now, i am leaning toward the java-based option. I have been able
to reduce the size of each image to as little as 150kb (like the 1st
image from right in my draft), while the flash option takes upward of
1.35mb and there's no ability to increase compression.
The java code is also highly configurable, which the flash platform
has virtually no options and I haven't been able to get any support
from the manufacturer. I don't know Flash myself and wouldn't have the
time to learn to write my own swf file.
Also my totally unscientific impression is that Java is more likely to
be available than Flash, despite what Adobe would want one to
believe.
Or am i wrong? I don't want to invest the many hours it would take to
build this site and then realize I bet on a loser.
I am building a website that requires capability of users zooming in
to examine perhaps hundreds of images. On every page there will be
dozens of thumbs. By clicking each thumb, the user would be able to
see a larger image and then "zoom-in" to see details.
I have examined two technologies so far:
One is flash-based, from http://www.zoomify.com/express.htm
see my draft here: http://samsonhairrestoration.com/scratch/zoomify/1.htm
The other is java based: http://www.xio.biz/htm_en/applets/XIOview/XIOview.htm
see my draft here: http://samsonhairrestoration.com/scratch/xio_view/1.htm
What we are trying to figure out is which technology provide the best
balance between bandwidth requirement (time it would take for average
user to see each image) and likelihood of the code running smoothly on
the user's machine. It is very important to us that user does not have
to download and install anything to see these images.
Right now, i am leaning toward the java-based option. I have been able
to reduce the size of each image to as little as 150kb (like the 1st
image from right in my draft), while the flash option takes upward of
1.35mb and there's no ability to increase compression.
The java code is also highly configurable, which the flash platform
has virtually no options and I haven't been able to get any support
from the manufacturer. I don't know Flash myself and wouldn't have the
time to learn to write my own swf file.
Also my totally unscientific impression is that Java is more likely to
be available than Flash, despite what Adobe would want one to
believe.
Or am i wrong? I don't want to invest the many hours it would take to
build this site and then realize I bet on a loser.