OpenSocial Applications
0 points
Hey, while applying to the Google OpenSocial program the following issue was found by the orkut team:
Clicking "Return to lobby" mid-game doesn't seem to work. The
browser's
status stays on "Transferring data from nonoba.com".
0 points
i'm not familiar with it but i'm intrigued. can you more information me as to what you're talking about?
0 points
the chat GUI does not work as expected while in embedded mode.
0 points
chat gui of nonoba? i'm confused on how this relates to google openSocial, though i'm being lazy and not googling it. =\
1 points
Can you send me a link where we can see it?
0 points
for example:
http://sites.google.com/site/jscsharp/Home/multiplayer-games-powered-by-jsc
you join a game but the return to lobby button does not work
1 points
Due to some technical limitations in flash we are not able to unload AS3 files from memory and the "back to lobby" button therefore relies on reloading the website using a bit of javascript.
This has the added benefit of giving the owner of the website the game is embedded on an added page-view which most people like ;)
Hooowever, flash security does not permit this out of the box so you must use allowScriptAccess to grand the flash player to do this. Documentation here http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16494
Now I know some of you guys are going to complain about the site reloading so here is a quick solution -- display your game using an iframe this will just make the iframe reload. Additionally you can host this iframe on a separate sub-/domain if you are paranoid about XSS
Reply to thread
Sign up now to reply to threads.