This bug bites... It's actually a Mozilla rendering bug as all of the
browsers that use the Mozilla engine have this problem. And it is not
just limited to Flash but any embedded object in a table of percentage
size. I don't think there is any fix on the Mozilla side yet, but an
easy fix on the server side is to use span instead of table. I think
there are some options with .mxml to override the generated html, but I
never got that far. I just put my mxml in a .jsp file with the span
tag.
Here are a few Mozilla bugs which may be describing this problem:
https://bugzilla.mozilla.org/show_bug.cgi?id=178483
https://bugzilla.mozilla.org/show_bug.cgi?id=213869
https://bugzilla.mozilla.org/show_bug.cgi?id=228051
https://bugzilla.mozilla.org/show_bug.cgi?id=211530
-James
On Sun, 2005-01-16 at 17:18 +0100, David Hidalgo wrote:
> Hi at all!
> When i try to view a flex application in my browser using linux (i'm
> trying with firefox 0.9.3), i only can view a part in the window, is
> cutted! Using windows, firefox works correctly.
> Do you know if the plugin for linux works ok?
>
> David