Quote Originally Posted by Gamebrew
Yes I need some guidance on making something that takes any game and adds hiscore functions to it automatically. I am sure Kongregate uses something like that, I upload my game and use their API without even having the source code of the functions like "_root.saveHiscore(..)", then once I upload it, those functions just work
Kongregate highscore API uses localConnection to exchange data with chat swf on the same page. All the actual user identification and exchanging data with server is handled by the chat swf.