Timing Out of an animated GIF

T

Trevor L.

BlankI have an animated GIF on my welcome page http://tandcl.homemail.com.au/ - it spells WELCOME (repeatedly)

The statement executed is:
<p><img src ="images/welc_anim.gif" alt=" ">

I there a way to time this action, i.e. after a few seconds, say 3-4 at most, to replace the statement by
<p><img src ="images/welcome.gif" alt=" ">

Maybe I would have to use JavaScript or VBScript and perhaps load another page in place of the first. Any way of doing it would be fine

Both GIF files are on my website
--
Cheers,
Trevor L.




I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 
B

Bill Schroyer

You'll neeed a aninimate gif editor... like, Paint Shop
Pro Animation Shop. Just insert a 3 second first frame.

~Bill Schroyer
(e-mail address removed)
http://www.frontpagewiz.com
-----Original Message-----
BlankI have an animated GIF on my welcome page
http://tandcl.homemail.com.au/ - it spells WELCOME
(repeatedly)
The statement executed is:
<p><img src ="images/welc_anim.gif" alt=" ">

I there a way to time this action, i.e. after a few
seconds, say 3-4 at most, to replace the statement by
<p><img src ="images/welcome.gif" alt=" ">

Maybe I would have to use JavaScript or VBScript and
perhaps load another page in place of the first. Any way
of doing it would be fine
 
T

Trevor L.

Thanks Bill,

I managed to obtain the Microsoft GIF animator (it took a lot of tracking
done - although it is free, the MS site is not the best place to find it)

This works in that I can set a repeat count, but it finishes on a blank
frame, so on completion, I would like to replace the blank frame with the
one I managed to copy (using screen dump).

Is there some script that will say:
Display this Image ("images/welc_anim.gif")
When x seconds had elapsed replace it by another image
("images/welcome.gif")
--
TIA
Trevor L.


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 
T

Thomas A. Rowe

Instead of switching images, why not just merge the two animated GIFs into a single file?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top