The error is in the following code:
//when app load
gadgets.util.registerOnLoadHandler(function(){
//prefetching imgs
preload_image_object = new Image();
// set image url
image_url = new Array();
image_url[0] = "http://naval-war.appspot.com/images/shot_hit.png";
image_url[1] = "http://naval-war.appspot.com/images/shot_hit.gif";
image_url[2] = "http://naval-war.appspot.com/images/
shot_water.png";
var i = 0;
for(i=0; i<=3; i++)
preload_image_object.src = image_url[i];
} );
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Orkut Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---