ringoswy

Members
  • Content count

    3
  • Joined

  • Last visited

About ringoswy

  • Rank
    Forum Newbie
  1. FusionCharts JSF-All Tag Libraries & Samples

    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
  2. FusionCharts JSF-All Tag Libraries & Samples

    Thanks for your help <fc:renderHTML chartId="BasicChart" width="700" height="400" filename="FusionCharts/#{listItem.rptFileName}.swf" xml="#{listItem.XML}" windowMode="opaque" />
  3. FusionCharts JSF-All Tag Libraries & Samples

    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??