Skip to content Skip to sidebar Skip to footer

Resizing Div With Js From Flash Makes Flash Appear To Freeze In Chrome?

I have flash resizing it's container div by using external interface to call the javascript: function expandbottomNav() { document.getElementById('bottomNav').style.height

Solution 1:

welcome ;)

it isn't frozen, the string is moving at normal speed but is rendered only when i move mouse cursor over it. did you try setting object height to certain amount of pixels each time the div is resized? and did you try scale='exactfit'?

Solution 2:

I'm not sure of this but I remember that the "freeze" issue in Flash - in some browsers - was related to the return statement of the external JS functions.

Try to add something like return true; in your JS functions.

Ciao!

Post a Comment for "Resizing Div With Js From Flash Makes Flash Appear To Freeze In Chrome?"