Sign in to follow this  
veronicanascente

Problem With Windowmode

Recommended Posts

Hi, I'm using FusionCharts with Richfaces and when I need to show a rich:panel above the chart doesn’t work in IE8 but works in Firefox. In IE8, the chart stays above the rich:panel. I look the forum and the problem is because the wmode should be transparent, I change my jar to the ‘fusionchartstaglibJSF1-2-java5-Version1_4_1.jar’ (this jar has an attribute windowMode) but the wmode doesn’t work. I post a sample application, a screenshot showing the problem and the jar that I’m using . What am I doing wrong? Thanks for help.test.zip

Edited by veronicanascente

Share this post


Link to post
Share on other sites

Hi, It doesn’t work. I think that the windowMode doesn’t work because I saw the code that the browser generates and the wMode=”window”. I don’t know how to make the windowMode works. This is the code that the browser generates in my sample ( this code is equals as IE as Firefox):

 

 

<div align="center">

<!-- START Code Block for Chart chartTest1-->

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="700" height="300" name="chartTest1" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">'>http://www.macromedia.com/go/getflashplayer">

<param name="allowScriptAccess" value="always" />

<param name="movie" value="/test/swf/fusionCharts/Column3D.swf" />

<param name="quality" value="high" />

<param name="wMode" value="window" />

<param name="bgcolor" value="" />

<param name="FlashVars" value="&chartWidth=700&chartHeight=300&debugMode=0&dataURL=null&scaleMode=&lang=" />

<embed src="/test/swf/fusionCharts/Column3D.swf" FlashVars="&chartWidth=700&chartHeight=300&debugMode=0&dataURL=null&scaleMode=&lang=" src="/test/swf/fusionCharts/Column3D.swf" quality="high" width="700" height="300" name="chartTest1" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="window" bgcolor="">

</embed>

</object>

<!--END Code Block for Chart chartTest1-->

</div>

 

 

What I’m doing wrong? Thanks for help.

Edited by veronicanascente

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this