Am I the only one that has this issue???![]()
Am I the only one that has this issue???![]()
No, you are not alone. I am also having rendering issues when Flash objects need to be scrolled. Either the object is not visible, or it is scrunched. If I resize the container widget, the flash object moves slowly down the screen and is almost always 'out of place' from where is should be. If container widget is sized large enough that no scrolling is needed, then the flash object(s) display correctly.
FWIW, it appears to me that QtWebkit has an issue rendering Flash objects where wmode=transparent or wmode=opaque. Using this HTML renders just fine in Safari (which uses Webkit) and IE9, but does not render properly in QT browser window that requires scrolling. Removing the wmode parameter defaults to 'window'. It renders properly, but now I have a layering issue and a non-transparent background.
<object type="application/x-shockwave-flash" data="http://smileys.smileycentral.com/cat/F/1/431.swf"
width="66" height="66" id="FlashSmiley11">
<param name="movie" value="http://smileys.smileycentral.com/cat/F/1/431.swf">
<param name="play" value="true">
<param name="loop" value="false">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<param name="allowScriptAccess" value="always">
<param name="menu" value="true">
</object>
FWIW, I removed all the params except wmode. It still had the problem with wmode=transparent.
Bookmarks