or alternatively....

if i use the xml version as opposed to as3 how do i get flash to call
the xml?

On Oct 9, 4:31 pm, Thanweb <[EMAIL PROTECTED]> wrote:
> thank you  but as before it all seems to be in xml not as3?
>
> is there anywhere with as3?
>
> On Oct 9, 4:28 pm, "Dutch Rapley" <[EMAIL PROTECTED]> wrote:
>
> > Take a look at the Marker Creator demo
>
> >http://code.google.com/apis/maps/documentation/flash/demogallery.html...
>
> > On Thu, Oct 9, 2008 at 10:59 AM, Thanweb <[EMAIL PROTECTED]> wrote:
>
> > > i am now looking for code to be able to add a marker to the map and
> > > all i can find is what is on the page that i linked to above.
>
> > > the code provided on that page call to a function
> > > (addOverlay(markerA);) that does not exist nor has it been provided.
>
> > > private function onMapReady(event:Event):void {
> > >  setCenter(new LatLng(37.4419, -122.1419), 13,
> > > MapType.NORMAL_MAP_TYPE);
> > >  var markerA:Marker = new Marker(
> > >       new LatLng(48.858842, 2.346997),
> > >       new MarkerOptions({
> > >                           strokeStyle: new StrokeStyle({color:
> > > 0x987654}),
> > >                           fillStyle: new FillStyle({color: 0x223344,
> > > alpha: 0.8}),
> > >                           radius: 12,
> > >                           hasShadow: true
> > >       }));
> > >  addOverlay(markerA);
> > > }
>
> > > where do i find the full source code to get the marker working?
>
> > > pleaseplease advise?
>
> > > many thanks
--~--~---------~--~----~------------~-------~--~----~
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