I have many reports with FusionChart and I want to put an div with some loading message over it, but the div always stay under the flash object event using z-index!
Anyone already got rid of this?
I have many reports with FusionChart and I want to put an div with some loading message over it, but the div always stay under the flash object event using z-index!
Anyone already got rid of this?
In your <embed> you need wmode="transparent" and <object> elemebnt, you need to have <param name="wmode" value="transparent"> </param>.
It has to be in both to work, then hopefully it'll work as you want :)