Sign in to follow this  
matysik

Bar2D.swf does not show in Internet Explorer 7

Recommended Posts

Hello, I have a problem with the Bar2D.swf and IE. Firefox has no problem with the chart and shows it as intended.

 

IE shows "No data to display"

 

 

 

My jsp-page looks like this:

 

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="400" height="400" id="Bar2D" >

 

<param name="movie" value="/reportcenter/swf/Bar2D.swf"/>

 

<param name="FlashVars" value="&dataXML=<chart decimals='2' palette='1' caption='Bestellungen' shownames='1' showvalues='0' numberPrefix='' sYAxisValuesDecimals='2' connectNullData='0' PYAxisName='Gesamtwert' SYAxisName='Durchschnittswert' numDivLines='4' formatNumberScale='0'><categories><category label='01.07.2007'/><category label='02.07.2007'/><category label='03.07.2007'/><category label='04.07.2007'/><category label='05.07.2007'/><category label='06.07.2007'/><category label='07.07.2007'/><category label='08.07.2007'/><category label='09.07.2007'/><category label='10.07.2007'/></categories><dataset seriesName='Bestellungen' color='AFD8F8' showValues='0'><set value='1120.870000000001'/><set value='746.0100000000001'/><set value='555.76'/><set value='653.39'/><set value='952.8400000000006'/><set value='788.2500000000003'/><set value='830.2300000000006'/><set value='835.6400000000003'/><set value='944.2600000000006'/><set value='889.3500000000007'/></dataset><dataset seriesName='Durchschnittswert' color='8BBA00' showValues='1' parentYAxis='S'><set value='9.746695652173923'/><set value='10.657285714285715'/><set value='7.827605633802817'/><set value='7.510229885057471'/><set value='10.470769230769237'/><set value='8.297368421052635'/><set value='8.06048543689321'/><set value='9.948095238095242'/><set value='8.282982456140356'/><set value='10.222413793103456'/></dataset></chart>&debugMode=1">

 

<param name="quality" value="high"/>

 

<embed src="/reportcenter/swf/Bar2D.swf" flashVars="&dataXML=<chart decimals='2' palette='1' caption='Bestellungen' shownames='1' showvalues='0' numberPrefix='' sYAxisValuesDecimals='2' connectNullData='0' PYAxisName='Gesamtwert' SYAxisName='Durchschnittswert' numDivLines='4' formatNumberScale='0'><categories><category label='01.07.2007'/><category label='02.07.2007'/><category label='03.07.2007'/><category label='04.07.2007'/><category label='05.07.2007'/><category label='06.07.2007'/><category label='07.07.2007'/><category label='08.07.2007'/><category label='09.07.2007'/><category label='10.07.2007'/></categories><dataset seriesName='Bestellungen' color='AFD8F8' showValues='0'><set value='1120.870000000001'/><set value='746.0100000000001'/><set value='555.76'/><set value='653.39'/><set value='952.8400000000006'/><set value='788.2500000000003'/><set value='830.2300000000006'/><set value='835.6400000000003'/><set value='944.2600000000006'/><set value='889.3500000000007'/></dataset><dataset seriesName='Durchschnittswert' color='8BBA00' showValues='1' parentYAxis='S'><set value='9.746695652173923'/><set value='10.657285714285715'/><set value='7.827605633802817'/><set value='7.510229885057471'/><set value='10.470769230769237'/><set value='8.297368421052635'/><set value='8.06048543689321'/><set value='9.948095238095242'/><set value='8.282982456140356'/><set value='10.222413793103456'/></dataset></chart>&debugMode=1" quality="high" width="400" height="400" name="Bar2D" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>

 

</object>

 

 

 

(even the debugMode won't work.)

 

 

 

Does anyone have an idea why this works in Firefox, but not in IE?

 

 

 

Thanks,

 

Jan

Share this post


Link to post
Share on other sites

Jan,

 

 

 

The Bar2D.swf is single series chart and you're providing multi-series data. Please change the SWF to MSBar2D.swf

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this