One of our external developers has created a minigame in Flash CS5 which we are embedding in our container by loading the SWF. The minigame's document class (Icegame
) should and does implement a specific interface DreambearMinigame
.
However, it appears that when that game is published some kind of preloader is generated, since when loading the game in the container and casting loader.content
to DreambearMinigame
we get the error cannot convert Icegame__Preloader__@blabla to DreambearMinigame
We've rummaged through the publish settings of the minigame's FLA but can't find the place to turn this off. What's going on?