Here's a workaround. Just before the </script> tag, define a page-level
variable with the expected name, that references the actual object. I've
not tested this well, but at first glance, it seems to work.

 

var ${application} = document.getElementById('${application}');

 

If you're using SWFObject (like us), you put it just after the .write()
code:

 

var so = new SWFObject('Flash/DashboardRadarChart.swf', 'radarChart',
700, 350, 9, '#FFFFFF');

so.write('flashWrapper');

var radarChart = document.getElementById('radarChart');

 

If there's a bug tracker or somewhere I can raise this, let me know and
I'll go file it.

 

Danny
--------------------------------------------------------
The information contained in this e-mail and/or any attachments is confidential 
and intended only for the individual(s) to which it is addressed. If you are 
not named as an addressee you must not disclose, copy or take any action in 
reliance of this transmission. This e-mail and its attachments have been 
scanned for viruses by MessageLabs Ltd.

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

Reply via email to