I have flash resizing a div container using an external interface to call javascript:
function expandbottomNav() {
document.getElementById('bottomNav').style.height = '400px';
}
function shrinkbottomNav() {
document.getElementById('bottomNav').style.height = '31px';
}
Now it works fine in every browser except chrome. For some reason, after the div has shrunk to size, the flash player looks frozen. This is not actually frozen, because if you change the size of the window, the flash player will start playing again, and you will see that it has made progress since it turned out to be frozen. This only happens in chrome. Does anyone know why something like this could happen?
A website so you can check it out for yourself (yes, I know this is a mess in IE, but for now I’m ignoring this):
deleted <
, . , . , div , , , . div...