I have an ActiveX control on a page I'm building (believe you me, I wish I didn't) using a static <object/> tag in the page source (it's generated by the ASPx backend, but it arrives at the browser as part of the raw page markup).
Does Internet Explorer stop parsing and rendering to load the ActiveX controls as soon as it parses the <object/> tag or does the load happen in a parallel thread?