Hello, I'm using the Flex-AJAX Bridge in my Google Maps application.
I've recently noticed my application no longer works in Google Chrome.
The application still works in all other browsers I've tested. I've
tested it in Firefox, Safarii, and IE. I've also reverted to an older
version of Chrome (I tried 5.0) and it worked there. However the new
Google Chrome must be handling something differently resulting in my
error. I've traced the issue to my Map.js file
function MapReady() {
// Initialize the "root" object. This represents the actual
// "Map.mxml" flex application.
b_Map_root = FABridge["b_Map"].root();
...
}
The run does not get past "b_Map_root = FABridge["b_Map"].root();" and
using the Chrome debugger it seems that at the point of
execution "this.target.getRoot" does not exist.
Has anyone run into this problem or does anyone have any ideas? I
should note, I've also tried running in the beta releases of chrome (v
9.0) and the problem still exists.
Thanks for all your help!
--
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api-for-flash?hl=en.