View Full Version : photos won't show when uploaded
This plays fine on my computer, but not when uploaded to my geocities web. it doesn't reveal the random pics that are supposed to show when the tiles are removed. The jpg files are in the folder, and in the same relative location as on my computer.
http://www.geocities.com/aszkenasy/math2.html
Thanks.
binkyboo
07-07-2004, 04:56 PM
I know random has been deprecated and could potentially be causing problems. Try replacing your load random image script with this:
// Loading random background image
im = Math.floor(Math.random()*4);
file = "logo"+im+".jpg";
loadMovie (file,log);
are your file names spelled exactly the same ie. same capitalization? no spaces etc? i don't know what geocities uses for servers, but different os's have different naming conventions.
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.