Please file this at http://www.adobe.com/go/wish, this is a good find.
Matt ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Tuppeny Sent: Tuesday, November 28, 2006 7:18 AM To: [email protected] Subject: [flexcoders] Re: Major bug: External interface doesn't work when inside <form>- WORKAROUND 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 ______________________________________________________________________

