Hi Rahul,

Did you tried like this...where you can make customcomponent like tooltip

 marker.addEventListener(MapMouseEvent.ROLLOVER,
function(event:MapMouseEvent):void
                                                        {

marker.openInfoWindow(customCmponentObject);
                                                        });
I showed tooltip like this....


Thanks,
Dinesh

On Mon, Apr 13, 2009 at 2:30 PM, Rahul Sood <rahulsoo...@gmail.com> wrote:

> Hi Dinesh,
>
> I need the tooltip to be shown on the Marker when the mouse is moved over
> it.
> When the marker is clicked on, the InfoWindow opens up.
>
> Rahul.
>
> On Mon, Apr 13, 2009 at 2:25 PM, Dinesh Kumar 
> <dhineshbhara...@gmail.com>wrote:
>
>> Hi Rahul,
>>
>> Do you want to show tooltip inside the custom Infowindow or a direct
>> tooltip(you can style the Custom Infowindow like toolltip).
>> i have done the same before...
>>
>>
>> On Tue, Apr 7, 2009 at 5:20 PM, Rahul Sood <rahulsoo...@gmail.com> wrote:
>>
>>> Thanks Dinesh,
>>>
>>> Now I can have a Custom InfoWindow, but how to have a Custom Tooltip too.
>>> Looks like Google Maps API is designed more for Javascript.
>>> Any idea, whats the latest version of Maps API SWC doing the rounds ?
>>> Can we customise the Classes in this maps API.
>>>
>>> Rahul.
>>>
>>>   On Tue, Apr 7, 2009 at 4:21 PM, Dinesh Kumar <
>>> dhineshbhara...@gmail.com> wrote:
>>>
>>>> Hi Rahul,
>>>>
>>>> Yes it is possible. Please refer this link
>>>>
>>>>
>>>> http://gmaps-samples-flash.googlecode.com/svn/trunk/demos/InfoWindowMiniMap/InfoWindowMiniMap.html
>>>>
>>>> http://code.google.com/apis/maps/documentation/flash/intro.html
>>>>
>>>>
>>>> Thanks,
>>>> Dineshkumar.T
>>>>
>>>>
>>>> On Sat, Apr 4, 2009 at 1:48 PM, Rahul Sood <rahulsoo...@gmail.com>wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> Is it possible to have Custom Tooltip and InfoWindow in Google Maps ?
>>>>> I need to have hyperlink, image there.
>>>>> Can somebody share their experience please,
>>>>>
>>>>> Thanking you,
>>>>> Rahul.
>>>>>
>>>>> --
>>>>> "Learning is not necessary, neither is survival"
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> "Learning is not necessary, neither is survival"
>>>
>>>
>>>
>>
>>
>>
>
>
> --
> "Learning is not necessary, neither is survival"
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to