Hello, If anyone can help i would be as glad as a teenager in front of justin bieber. My problem is quite weird, Each page of my fullflash website loads a map. I load these maps through a DispMap class with the api. When i compile and launch a random page the map appears and responds to every thing i want it to do. When i go to a random other page the map doesn't load. In my output nothing happens, i have all thes listeners that don't fire anything
addChild(map); map.addEventListener(MapEvent.TILES_LOADED_PENDING,tills); map.addEventListener(MapEvent.MAP_READY, onMapReady); map.addEventListener(MapEvent.MAP_PREINITIALIZE, onInit); map.addEventListener(MapEvent.MAP_INITIALIZE_FAILED, debug); I have the same pb online. I remove all the containers when i change pages and my DispMap class should be new but it seems that i can make only on call. Hope anyone understrand what i try to say. -- 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.
