Araich
07-05-2003, 10:08 AM
While I've got you here, just wanted to let you know:
I attempted to reply to the email you sent me earlier this week.
It was returned with a "fatal error".
Just thought you might want to know.
In my letter I asked how you achieved your slide show.
Is that a JavaScript that loads images sequentially from your root folder?
I have been doing my slide shows with the images embedded in Flash files (.swf)... tends to be big in file size and slow for dial-up users.
Any suggestions?
Thanks.
Robert
Thanks for the info about my email, I'm hoping it was just a temporary thing...
Yes, my slideshow is JavaScript driven. A mixture of my own code and rewritten exisiting code.
Here http://www.artwise.com.au/hague/auto.js
Feel free to take. I've named the images numerically to ease the organisation across the site. The code simply calls the image, preloading the following one as it goes.
The reason I went this way is precisely because I didn't want to force a download on a user. And also I've tried to keep it simple.
I never really finished the project, although it does function ok.
The fade is driven by IE and not seen by Mozilla users.
I attempted to reply to the email you sent me earlier this week.
It was returned with a "fatal error".
Just thought you might want to know.
In my letter I asked how you achieved your slide show.
Is that a JavaScript that loads images sequentially from your root folder?
I have been doing my slide shows with the images embedded in Flash files (.swf)... tends to be big in file size and slow for dial-up users.
Any suggestions?
Thanks.
Robert
Thanks for the info about my email, I'm hoping it was just a temporary thing...
Yes, my slideshow is JavaScript driven. A mixture of my own code and rewritten exisiting code.
Here http://www.artwise.com.au/hague/auto.js
Feel free to take. I've named the images numerically to ease the organisation across the site. The code simply calls the image, preloading the following one as it goes.
The reason I went this way is precisely because I didn't want to force a download on a user. And also I've tried to keep it simple.
I never really finished the project, although it does function ok.
The fade is driven by IE and not seen by Mozilla users.