I have made my multi-player game work with Unity and SFS. Now I am trying to host the app on the web and with the Unity Web Player it works great. However, I am now asked to explore if we could make the setup work without Unity Web Player.
The obvious next step was to explore the Unity to Flash export and make the whole setup work. However, understanding that it is not so straight forward, it does not work.
Now I am trying to communicate to SFS through AS3. So the approach I am now taking is to make C# talk to AS3 which talks to AS3 SFS API and back.
Am I heading the right way or there is a better way to make this combination work?