sunilkrverma

Members
  • Content count

    1
  • Joined

  • Last visited

Posts posted by sunilkrverma


  1.  

    FusionCharts is a set of Flash movies, and as kind of plugins, are rendered in a special way by the browsers (a method known as "windowed"), making them the topmost objects in a page. At this moment there's no way to display any kind of HTML element (tables, images, paragraphs, etc..) above plugins.

     

     

    Macromedia has a solution for Internet Explorer for Windows and all Mozilla-based browsers:

     

     

    To allow DHTML objects appear over a Flash movie just add this parameter:

     

     

     

     

    WMode=Transparent

    to the Flash <object> tag.

     

    It should look like this:

    <param name="WMode" value="Transparent">

    In order to support Mozilla-based browsers and other browsers, such as Safari, you should also include the wmode parameter in the <embed> tag, like this:

    <embed wmode="transparent" .......></embed>

     

    If you're using FusionCharts.js (JavaScript class), you can use the attached JS file.

     

     

     

     

     

    Hi

     

    Is using the attached JS file still the only solution to work around this while using FusionCharts.js?

     

    Thanks

    Sunil