RE: [Flashcoders] ExternalInterface error

2006-09-18 Thread Merrill, Jason
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 restrictions in FP8/9. Jason Merrill Bank of America Learning Organization Effectiveness - Technology Solutions -Original Message- From:

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

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

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 To