I am able to load a SpringRoll game using springroll.Container, but it seems that the communication between the game and the page wrapper isn't happening.
Specifically, if I set up handlers for all of the Container's exposed events, I see "resumed", "pause", "paused", and "helpEnabled" occur, but others like "opening" and "opened" are not occurring when the wrapper is on, for example, localhost and the game is hosted on another site. However, if I pull a game stored on localhost, I do see "open", "opening", "features", and "opened" events.
I assume this is a cross-domain issue of some sort. Is there a workaround for this or must games and sites use the same domain for pages to handle events coming from a game?