Hi,
I was wondering if there is any way of preloading my Google Map in my
flash movie?
Also, I have implemented a custom zoom:
public override function initControlWithMap(map:IMap):void {
createButton(">In<", 0, 142,
function(event:Event):void
{ map.zoomIn(); });
createButton("<Out>", 0, 192,
function(event:Event):void
{ map.zoomOut(); });
Can I use the createButton to create other map features?
Thanks
J_Mo
--
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.