I have a google map swf (MapA.swf) with a document
class(MapAclass.as).Which loads into the main timelaime (Main.swf).
 In that document class (MapAclass.as) i have a function that controls
the maps height and width after it has loaded in  the main timeline
(Main.swf).

This is how i have tried to call that function (resizeMap()) from
Main.swf  timeline.

import com.demo.MapAclass;
var xx:MapAclass=new MapAclass();
xx.resizeMap(1200,800);


i get all this errors coming from the MapAclass.as

1046: Type was not found or was not a compile-time constant: MapEvent.
1046: Type was not found or was not a compile-time constant:
MapMouseEvent.
1046: Type was not found or was not a compile-time constant: Polygon.

Any idea where am going wrong?
Thanks ina advance.
kharddie




-- 
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.

Reply via email to