I am building an application using the excellent Flex 2 Chart
framework.
I have currently an issue when I drag and drop a flex chart in IE
using Javascript.
In order to pinpoint the issue,I created a simple demo with 2
charts samples from Adobe.
The demo is located at :
http://claudehussenet.com/flex/jqueryFlash.html
After the drag and drop,I have to click the chart in order to see it.
The same code works in Firefox but the states of the chart are lost.
So,to summarize.
In IE,the chart does not show up until I click on it.
In Firefox,the states of the chart are lost.(New Instance of the
chart ?
The problem is not specific to the jQuery Flash Plugin that I use
in the demo.
I was getting the same issue using the HTML code generated by Flex
builder.
Thank you very much for your help.
Claude Hussenet