I’ve created a google map application using AS3 that creates a map, gives it custom zoom controls and adds a custom marker to the map. I’m trying to get my custom marker to access variables on the main timeline but keep getting…
TypeError: Error #1034: Type Coercion failed: cannot convert com.google.maps.wrappers::WrappableComponent@2022bd81 to flash.display.MovieClip.
at marker/frame1()
Has anyone had any experience with this problem? I’ve tried everything I could think of for accessing the variables from inside the MovieClip to sending the variables from the main timeline with no success. Any help would be greatly appreciated. Thanks in advance.
Barry