I've applet on my page and I would like to chain ready() (or do it otherwise) to wait for applet to be ready. Now page is considered ready when applet starts to load classes. And I end up having errors when my ready() code points to applet methods.
I tried to google for solutions but I couldn't find single one.