Hello,
I have a coldfusion page that uses JQuery UI TAB to load another coldfufion page which includes a cfchart in flash format. But this works completely fine in FF.(everything was loaded, flash cfchart, tables ...)
<li><a href="xxx.cfm?param=#xxx#">XXX</a></li>
However in IE: all of the html elements that are generated with the flash object are loaded, except the flash object and embed tags do not show up at all after running an ajax call in IE.
how can i fix this error to let the flash cfchart display inIE?
Any suggestions or insight would be greatly appreciated. Thank you thank you in advance!