My flash reinitializes (reloads) when it's container is resized (via javascript - jQuery) in FireFox -
I have a flash within a holder div (flash container). I use swfobject to insert the flash object (if it makes a difference)
I want to reduce the size of that holder's divisor, when I get "second level" in my "flash app" Can do (.enimate () function with jQuery).
What is meant by "Flash Application": I have a human body, which I can click in different body areas. This is the first action - and the effect is to zoom to that particular area of the body.
Then I can click again in a more specific area in that area - and in effect bring some stuff through AJAX Are there. (This is some medical stuff, disease etc.) - "Second level" in my "Flash app"
Then I can click on things I received through Ajax - when I see the size of the flash holder I change.
The problem is that, due to this resizing, my flash gets reloaded and comes back to its original state without that zoom level. It appears in the reload "second level", and when I click on the stuff I received through Ajax and the size of the flash holder keeps changing. But this is the reason for the reload, because without resizing it is all right.
The problem is only in Firefox, I tested it in IE 6,7,8, Opera 10, Safari latest and Chrome
Hope I understand what I do here I'm saying :) If not, then I will send you a private message with the URL what I mean (I can not make it public)
Thanks,
Adrian
The problem you are experiencing is seen in the following jQuery tickets . A simple improvement for this is the style of animated casing to #wrapper {overflow: hidden! Important} to set up; }
. This will prevent your flash object from reloading when it's animated.
Comments
Post a Comment