The script template in Listing E.8 can be used to handle any SharedObject onSync event on the client and the server. Listing E.8 onSync ActionScript TemplateonSyncTemplate = function (info) { trace("Synchronizing Data"); // // Use this structure as a prototype for your onSync Handlers. // Loop through the Array of Objects using the IN operator // for (name in info) { trace("[sync] Reading Array Object #"+name+" code("+info[name].code+", |