krossfyter macrumors 601 Original poster Jan 13, 2002 4,297 0 secret city Sep 21, 2002 #1 how does the code go to create splash page that when the animation is done it automatically goes to another page?
how does the code go to create splash page that when the animation is done it automatically goes to another page?
Mr. Anderson Moderator emeritus Nov 1, 2001 22,568 7 VA Sep 21, 2002 #2 my suggestion is to find a page like it and do a view code - probably has it right there.
krossfyter macrumors 601 Original poster Jan 13, 2002 4,297 0 secret city Sep 21, 2002 #3 Originally posted by dukestreet my suggestion is to find a page like it and do a view code - probably has it right there. Click to expand... yeah true... i thought of doing that but i wasnt sure if id get the appropriate code by doing that. thanks man. ill just go ahead and check that out.
Originally posted by dukestreet my suggestion is to find a page like it and do a view code - probably has it right there. Click to expand... yeah true... i thought of doing that but i wasnt sure if id get the appropriate code by doing that. thanks man. ill just go ahead and check that out.
krossfyter macrumors 601 Original poster Jan 13, 2002 4,297 0 secret city Sep 21, 2002 #4 say one would want a journal on thier site how would one go about doing this? anybody have any links to a good journal script or whatever?
say one would want a journal on thier site how would one go about doing this? anybody have any links to a good journal script or whatever?
Nipsy macrumors 65816 Jan 19, 2002 1,009 0 Sep 22, 2002 #5 If the animation is Flash, set a timer in the last frame to redirect the url. If it is GIF animation, time it on a slow connection, and use meta refresh, or javascript's setTimeout method.
If the animation is Flash, set a timer in the last frame to redirect the url. If it is GIF animation, time it on a slow connection, and use meta refresh, or javascript's setTimeout method.