This is probably the known issue as addressed in the post below (from
CFLEX.net)

The problem you're having also occurs in windows firefox - it's to do
with FF handing percentile scaling in a different way to IE.

You must use the following CSS in your HTML page:

<style type="text/css">
/* hide from ie5 mac \*/
html {
height: 100%;
overflow: hidden;
}

#flashcontent {
height: 100%;
}
/* end hide */

body {
height: 100%;
margin: 0;
padding: 0;
background-color: #eeeeee;
}

</style>

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Eric Raymond
Sent: Wednesday, May 04, 2005 2:19 PM
To: [EMAIL PROTECTED]; flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Not diplaying properly in Firefox browser?

It happens on two machines here, Fedora Core 2 and Red Hat 8.0, so I 
doubt it is that dependent on your flavor of Linux.  And the fact that 
it seems to affect Macromedia created apps as well as our own suggest 
that the problem is much deeper.  FYI, we also have Firefox 1.0.3
(latest).

Let the finger pointing begin!

James Ward wrote:

>Hey Eric.  I have the same problem on Gentoo with Firefox 1.0.3.  What
>flavor of Linux are you using?  I tried to replicate this problem on a
>friend's RedHat box and couldn't, but there is a good chance that they
>were using an out-of-date version of Mozilla.
>
>-James
>
>
>On Sun, 2005-05-01 at 02:53 +0000, Eric Raymond wrote:
>  
>
>>Flex apps do not seem to be rendering properly when viewed in the
>>Mozilla Firefox browser under Linux.
>>
>>For some reason only the leftmost 200 pixels are displayed.  The rest
>>of the application is gray. Resizing the window has no effect.  This
>>affects the Store Demo on the macromedia site.
>>
>>I'm running Shockwave Flash 7.0 r25.
>>
>>    
>>


 
Yahoo! Groups Links



 






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to