Hello,

I am sorry for the basicness of this post but it is really bugging me
and i just need pointing in the right direction.  I have been learning
Actionscript 3 for the past two weeks and i am making a website using
that and flash.  I have created a Google Maps instance and i have
centred it on my location, got an infowindow etc but it is just the
basic one.

I would like it to be just a simple image which has customised text
and a company logo in it as i figured that is easiest to do rather
than adding a logo image and trying to format the text.  Can anyone
point me in the right direction for this or just tell me or hint as to
what code needs to be added, at the moment the section of my code
simply looks like:

function onMapReady(event:MapEvent):void {  
map.setCenter(new LatLng(51.494186,-0.254707), 15,
MapType.NORMAL_MAP_TYPE);
map.addControl(new ZoomControl());  
map.addControl(new PositionControl());
map.openInfoWindow(map.getCenter(), new InfoWindowOptions({title: "My
Title", content: "My Content"}));
      }

Again sorry that this post is basic but i really appreciate any help
or any nudges in the right direction.

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