[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - complex problem using the suite with jsp, flex and swfobject
Page 1 of 1

complex problem using the suite with jsp, flex and swfobject

PostPosted: Fri Jan 11, 2008 3:54 pm
by johanv
We are using the suite in our webapplications, which are jsp's (working with struts and hibernate on business side).
We developed a datagrid with flex to use in our applicactions. In IE it works fine, but in Firefox we have the following issue:

Image

As you can see the menu's and floating windows get behind the flash/flex datagrid. The solution seems to be to set the wmode to transparent on the flashobject (we use swfobject to write the object out to the html). If this is set , the windows come out right, but we can't select multiple rows in our grid. If we remove the wmode=transparent on the object, we can select multiple objects, but we have the mayout issue.

I have searched multiple forums for a solution, it seems that adobe knows about this problem since about 3 years, but still does not have a solution for it. On the releasenotes of hte flashplayer they say that it must be possible to select multiple rows in firefox with 'wmode=opaque' in version r60 from the flash player. But i can't seem to find this version. In the archive on the adobe site you can only find versions 16, 20, 28, 45, 47, 48 and 115. This latest version still has the problem...

Does anyone have some sort of workaround for the issue ?

PostPosted: Fri Jan 11, 2008 4:13 pm
by Batalf

PostPosted: Mon Jan 14, 2008 8:40 am
by johanv