RE: [Flashcoders] External Interface Class + form tag

2006-05-04 Thread Sumeet Kumar
Stearns Sent: Thursday, May 04, 2006 6:44 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] External Interface Class + form tag if you look at the livedocs page for externalinterface there are a few comments about this problem, and i think there is a workaround. On May 4, 2006, at 8:31

Re: [Flashcoders] External Interface Class + form tag

2006-05-04 Thread Geoff Stearns
if you look at the livedocs page for externalinterface there are a few comments about this problem, and i think there is a workaround. On May 4, 2006, at 8:31 AM, Sumeet Kumar wrote: Hi All I m facing problem in JavaScript to flash communication (using External Interface Class in flash

RE: [Flashcoders] External Interface Class + form tag

2006-05-04 Thread Bernard Visscher
If I'm correct they use something like: Flash = window.flashObject; Or Flash = window.document.flashObject; To call the object. Try setting this to flash = document.getElementById("flashObject"); This works with all browser, at least all browsers that support the ExternalInterface. Bernard > -