[flexcoders] Re: Major bug: External interface doesn't work when inside form- WORKAROUND

2006-11-28 Thread Daniel Tuppeny
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

RE: [flexcoders] Re: Major bug: External interface doesn't work when inside form- WORKAROUND

2006-11-28 Thread Matt Chotin
] 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