On 15/12/2006 Mike wrote:
>Seems it's not always loading the images quick enough
Do you mean that the slideshow might try moving on to the next photo before the previous photo has actually loaded? If so, you could maybe use an OnLoad event in the IMG element, to determine when the image /has actually loaded/, wthout the need to guess or assume that. You'd also need OnError(?) for when the image doesn't exist.
Sorry if that's not relevent, but you haven't given much of a problem description :-) |