Reputation: 11
I'm creating a Flash game that will be placed in a Sharepoint page. Is there a way to export data from the Flash game (ex: the user's score) to a different Sharepoint page? I'd like to display the high scores of different players in Sharepoint.
Note: I'm using ActionScript 2.0
So here is the sequence of events...
Any help would be greatly appreciated.
Upvotes: 1
Views: 285
Reputation: 473
1- to add flash game inside sharepoint check the following article in code project (http://www.codeproject.com/KB/sharepoint/SPFFlashMovie.aspx)
2- No need for using database you can use sharepoint list instead of database ,So you can talk with list using web service
http://msdn.microsoft.com/en-us/library/lists%28office.12%29.aspx
I hope that clear Regards,
Upvotes: 1