[Flashcoders] IE 7 and ExternalInterface.call()

2007-02-19 Thread LMSpam
ExternalInterface.call(myFunction); is working great in Firefox and Safari, but does nothing in IE7 (though it worked in IE6). (addCallback still works OK) Anyone have a suggestion as to how to fix this? Thanks, L ___

RE: [Flashcoders] IE 7 and ExternalInterface.call()

2007-02-19 Thread Alain Rousseau
février 2007 14:12 To: Flashcoders mailing list Subject: [Flashcoders] IE 7 and ExternalInterface.call() ExternalInterface.call(myFunction); is working great in Firefox and Safari, but does nothing in IE7 (though it worked in IE6). (addCallback still works OK) Anyone have a suggestion as to how to fix

Re: [Flashcoders] IE 7 and ExternalInterface.call()

2007-02-19 Thread LMSpam
objects access Alain -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 19 février 2007 14:12 To: Flashcoders mailing list Subject: [Flashcoders] IE 7 and ExternalInterface.call() ExternalInterface.call(myFunction); is working great

Re: [Flashcoders] IE 7 and ExternalInterface.call()

2007-02-19 Thread John Dowdell
[EMAIL PROTECTED] wrote: It seems that there has to be an actual click executed in the swf -- just pressing a spacebar or hitting enter doesn't seem to do the trick... This almost sounds like the Click to Activate change introduced in Windows XP Service Pack 2 for HTML files which