C
cjl
I have a website which allows people to view interesting radiology
cases. It is for teaching radiology residents. It is designed to run
in fullscreen or 'kiosk' mode, at 1024 x 768 resolution only.
http://www.casespace.net
I designed it with firefox (plus the autohide extension) in mind, but
also want to support IE.
Online and offline it works great in Firefox. Offline it also works
great in IE. The problem is with IE online. I allow the user to cycle
through images with either the page up / page down keys, or with the
mouse wheel, or toggle 'cine' mode with the space bar.
I preload all the images before cycling through them. However, when
viewing it online with IE, cycling through images is slow to the point
that it appears to be downloading them each time.
I am swapping images with a function that re-assigns the 'src' of an
image element.
Any thoughts?
-CJL
cases. It is for teaching radiology residents. It is designed to run
in fullscreen or 'kiosk' mode, at 1024 x 768 resolution only.
http://www.casespace.net
I designed it with firefox (plus the autohide extension) in mind, but
also want to support IE.
Online and offline it works great in Firefox. Offline it also works
great in IE. The problem is with IE online. I allow the user to cycle
through images with either the page up / page down keys, or with the
mouse wheel, or toggle 'cine' mode with the space bar.
I preload all the images before cycling through them. However, when
viewing it online with IE, cycling through images is slow to the point
that it appears to be downloading them each time.
I am swapping images with a function that re-assigns the 'src' of an
image element.
Any thoughts?
-CJL