Solution to fix External link Bug
It is due to forbidding the changing of any headers in the request given to navigateToUrl() since Flash Player 13.0.0.214
Please fix twviewer.swf
Possibly just need to remove this line.
APIInterface.as
urlR.requestHeaders = null;