Hello there! I am encountering an issue with swfobject.js version 1.5 specifically in IE7 and IE8. My chart is not displaying in these web browsers, but it works perfectly fine on Chrome, Firefox, and even IE 6. Do you have any suggestions on how to resolve this problem?
Here is a snippet of my code... By the way, I am using ASP Classic
var so = new SWFObject("flash/graph.swf", "graph", "500", "500", "7", "#ffffff");
so.addVariable("postURL", "ChartProject.asp?ID=<%=ID%>*<%=analysis%>");
so.addVariable("quality", "high");
so.addVariable("salign", "TL");
so.addVariable("graphVersion", "true");
so.write("flashcontent");
I am looking forward to your response.
Thank you,
Link