Info on Silverlight 2:
http://weblogs.asp.net/scottgu/pages/silverlight-tutorial-part-3-using-networking-to-retrieve-data-and-populate-a-datagrid.aspx
[quote]Silverlight 2 applications can always call back to their “origin” server when making network calls (meaning they can call URLs on the same domain that the application was downloaded from). Silverlight 2 applications can also optionally make cross-domain network calls (meaning they can call URLs on different domains from where the application was downloaded from) when the remote web server has an XML policy file in place that indicates that clients are allowed to make these cross-domain calls.
[/quote]
Flash also has a cross domain policy file format. Should Java have something like this?
For games it could mean grabbing your friend list from a social networking site (Facebook, open social, etc) and list your high score compared to theirs. No need to write server-side code.