[flexcoders] Not receiving BrowserChangeEvent.BROWSER_URL_CHANGE in app - only in IE 7

2008-08-25 Thread leerobertw68
I have setup an event listener for the BrowserChangeEvent.BROWSER_URL_CHANGE event inside my flex application. Using Firefox, I receive this event if the URL is changed. But in IE, I do not get this event. Has anyone seen this happen?

Re: [flexcoders] Not receiving BrowserChangeEvent.BROWSER_URL_CHANGE in app - only in IE 7

2008-08-25 Thread Sherif Abdou
I remb reading somewhere that IE works in Protected Mode on the Intranet and will not broadcast this stuff unless it is on a public site, and also you can't do much about it. - Original Message - From: leerobertw68 To: flexcoders@yahoogroups.com Sent: Monday, August 25, 2008

RE: [flexcoders] Not receiving BrowserChangeEvent.BROWSER_URL_CHANGE in app - only in IE 7

2008-08-25 Thread Alex Harui
Make sure you are running from http:// and not file://. IE and BM don't work well in file:// mode From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of leerobertw68 Sent: Monday, August 25, 2008 9:49 AM To: flexcoders@yahoogroups.com