I have a game app for Android made with Adobe AIR. I have been using intersticial ads from TapForTap without problem, but now I've decided to try another ad provider (AdBuddiz), and when their ads appear, the game, behind the ad, goes completely black. When I close the ad, the game resumes, but the screen is completely black (although the game is running because I can hear the sounds responding to input). But if I press the home button, and then open the game again, the game resumes with the graphics showing again (until another ad appears again).
When I asked AdBuddiz for support, they said: "AdBuddiz SDK, when displaying an ad, is launching an Android native activity with the ad inside and a translucent background. The close button finishes the activity."
The ads from the other ad service I was using actually don't have a transparent background (they are fully opaque, full-screen), could that have something to do with it?
Maybe there's something I can do to "refresh" the graphics after closing the ad?
Also, in case this is relevant, I'm using the flixel game framework.
Any help is much appreciated, thanks!