Comment #4 on issue 5303 by ebanker: Flash replaced by black box when  
resized
http://code.google.com/p/chromium/issues/detail?id=5303

Chrome version 3.0.195.6 with flash version 10.0.32.18 still exhibits this  
problem.

I'm using the google swfobject to embed a swf in a page. The SWF file has  
an event
registered in the actionscript code to redraw itself when the stage is  
resized. It's a
very simple SWF file. It simply stretches a graphic based off the width of  
the stage.

In the javascript code the embedded swf object is resized using this code

var obj = document.getElementById(id);
if (obj){
    obj.style.width = w;
    obj.style.height = h;
}

The swf flickers as described above and some times if you stop resizing  
just right the
swf is not displayed and all you see is the black box.

Other browsers tested: Firefox 3 (Mac/Win), IE7 (Win), Safari 3 (Mac/Win)
Add OK or FAIL after other browsers where you have tested this issue:
      Safari 3: OK
     Firefox 3: OK
          IE 7: OK

This is still an issue with the version listed above.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to