Hello;

I've got a page with a Flash movie in it and some javascript function.

Specifically a layer effect (<div> tags...).

There's a known Netscape bug where it turns off all javascript when you resize the window. This is easily fixed by using 'onresize' to reload the window if it resizes.

Anyway, this all works great until the moment I add in my Flash movie. At this point the Flash movie seems to be turning off the 'onresize' event handler of HTML...

Any ideas?