Flash object with 0x0 dimensions = performance hit
The basic scenario is that I'm doing RTMP playback in a Flash app that basically only deals with sound. There are no graphical elements, and it interacts with the page only using the ExternalInterface and method calls / callbacks, therefore we have set the height and width of the object in the HTML page to 0.
Unfortunately the result seems to be that at least 500ms latency is added to any RTMP playback - connecting the NetConnection to the FMS server, starting the NetStream and then seeking within that stream. Raise the dimensions of the Flash object in the page to at least 1x1 and the performance returns to normal acceptable levels.
I've experimented a bit with the Stage settings to see if it is some oddity relating to alignment, scaling etc but to no effect. Is this a bug?
