The reason I need to set the wmod of flash to "opaque" is I have added a datepicker on the top of the flash, but the <div> layer has been covered by the flash. And the solution is set the wMode to "opaque"
Thanks
Thanks for your help
<fc:renderHTML chartId="BasicChart" width="700" height="400" filename="FusionCharts/#{listItem.rptFileName}.swf" xml="#{listItem.XML}" windowMode="opaque" />
Hi all
The Tag library Jar version 1.4.1 is very useful. Thanks a lot
But I have a problem of setting the wMode of the flash.
I have set the wMode of flash by using the following code in jsf
<fc:renderHTML windowMode="opaque"
but it doesn't work.
Does anyone know how to set the wMode??