petecole posted this 11 October 2013
Hi
factory doesnt fire our own event during instantiation/loading, but the object tag will support readystate changes, so for example the document object does not enter the readystate until the factory object is ready.
You could try addEventListener("readystatechange","factoryReady")
However, I'm not sure how you will know the difference between object instantiation and installation.
Regards
Pete Cole