Re: [Flashcoders] ExternalInterface error

2006-09-18 Thread John VanHorn
i forgot one param above: ExternalInterface.call("setTimeout", "alert('some message');", 50); On 9/19/06, John VanHorn <[EMAIL PROTECTED]> wrote: ExternalInterface.call("setTimeout", "alert('some message');"); ___ Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] ExternalInterface error

2006-09-18 Thread John VanHorn
read this tech note: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=4b687833 if thats not your problem, then try try calling the alert with a setTimeout. i had a problem a little while back with alert, and calling it with setTimeout solved it. also, in your example, you really dont need

RE: [Flashcoders] ExternalInterface error

2006-09-18 Thread Mendelsohn, Michael
Locally, in the browser, I suppose I should say. It's all sitting on an http server. As long as that seems normal, I'm fine with it, thanks. - MM > Are you testing on a web site with your browser or locally in your browser? Locally you will get warnings/errors due to the new security restric

RE: [Flashcoders] ExternalInterface error

2006-09-18 Thread Merrill, Jason
al Message- >>From: [EMAIL PROTECTED] [mailto:flashcoders- >>[EMAIL PROTECTED] On Behalf Of Mendelsohn, Michael >>Sent: Monday, September 18, 2006 11:29 AM >>To: Flashcoders mailing list >>Subject: [Flashcoders] ExternalInterface error >> >>Hi list... >> &

[Flashcoders] ExternalInterface error

2006-09-18 Thread Mendelsohn, Michael
Hi list... [IE6, WinXP, FP9] Why am I getting an error icon in the status bar when I try to do this simple call to javascript? Thanks, - Michael M. In the Flash: / public function loadVideo(theVid, callingLink) { if (ExternalInterface.available) {