RE: [flexcoders] how can I know what browser my app is in?

2007-03-19 Thread Alex Harui
rowser = 'Safari'; } else if (agent.indexOf('firefox') != -1) { browser = 'Firefox'; } } From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Monday, March 19, 2007 4:

RE: [flexcoders] how can I know what browser my app is in?

2007-03-19 Thread Tracy Spratt
Are you using ExternalInterface to talk to javascript in the html wrapper? I haven't worked with browsers enough recently to remember what javascript knows about the host browser. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf O