Hi everyone, it has been a while but I am still around.
My question for the day is if it is possible to send a value back to a construct game from a window opened by the browser plugin.
You can do this with a straight up javascript web app by using the window.opener method as seen here: hspinfo.wordpress.com/2008/01/17/javascript-send-pass-value-of-child-window-to-parent-window
I would like to know if this is possible without writing a plugin (which I have been trying my hand at recently and am finally wrapping my head around it)
I would love to know your thoughts.
M