I have Flash and Unity talking just fine to each other through jQuery, but I have an issue. As soon as I click a Flash button, the Unity player stops because the focus is now on the Flash movie. The Unity player doesn’t do anything until I’ve clicked it again. My question is: How do I immediately return focus to the Unity player after I’ve clicked the Flash button?
tell flash to instruct a js function in the page to focus the unityengine embed again.
that or set the webplayer to run in background then it won’t stop
don’t have the play button but instead use an externalcall / externaleval to inform the flash plug to play the movie and make it call back in once done and put the unity webplayer to sleep inbetween (target framerate to 1, timeScale to 0 for example)