Dasa, thanks for the info! It helped me find the solution. I just had to disable the IdentifyManager in the ViewerContainer. Here was the function. private function initializeHandler(event:FlexEvent):void { IdentityManager.instance.enabled = false; }