Thanks for the suggestion. I have tried to add some code as you suggested but I am guessing either it is wrong or I am not placing it is the right place.
The Flash file I have created has two parts.. An AS3 action in the timeline and an XML file in the main folder. The Xml file looks like this at present, there is more but it is a repeat for each infoWindow.... <?xml version="1.0" encoding="utf-8"?> <map_xml> <location> <lat>40.71081672515426</lat> <lon>-4.01276707649231</lon> <name_tip>Majanicho</name_tip> <title_tip><![CDATA[Majanicho]]></title_tip> <content_tip><![CDATA[sculpt the air.]]></content_tip> </location> </map_xml> Are you saying to add <img>src='custom_info_paris.jpg'/>"; for example here. I am sure this is basic stuff so I appreciate the help. On Jan 3, 4:35 am, Daniel <[email protected]> wrote: > In the HTML text of the infoWindow just use an img tag like you would > do when you add images to any HTML document. If you need to align the > image you would just use the attribute align="right". If you have any > problems let me know and ill past some code for you. -- 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.
