I'm taking my first steps using SFS and I'm developing a simple Car Race Game with SFS Pro Free (20 connections). I've made a working beta but I have two questions:
1) I'm sending a PublicMessage in order to compute the position of every car in every moment. Each car receive this message and compute the positions of others. Will it better if I wrote that code as AS Server Extension and only send the computed positions to every car instead of receiving a PublicMessage?
2) I've noticed that running an .EXE compiled Flash Window runs better (less lagged) than loading the SWF application in a web browser as usually on Internet (so IE and FireFox). How can I reduce or fix this "lag" on web browser? Any Server configuration issue?
Thank very much.