Look at the details of ImageMap component in flexlib

On Fri, Feb 11, 2011 at 10:16 AM, subhahar s <[email protected]> wrote:

> Hi,
>
> <HTML>
> <HEAD>
> <script>
> function get() {
>  alert("hai!")
> }
> </script>
> </HEAD>
> <BODY>
>
> <IMG SRC="image1.jpg" USEMAP="#blockman">
> <MAP NAME="blockman">
> <AREA COORDS="80,88,120,125" HREF="A.htm" *onMouseOver="*get()*">
> *<AREA COORDS="169,88,208,125" HREF="B.htm" *onMouseOver="*get()">
> </MAP>
> </BODY>
> </HTML>
> *In Flex, I am looking for a functionality similar to ImageMap which is
> available in HTML.*
>
> *How to handle mouse events in flex by using <area>  as like in html .*
>
> Give me equivalent code in flex ....
>
>
>
> Any suggested idea?
>
>
> Looking forward to hear from you.
>
>
> Regards,
> Subhahar
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" 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/flex_india?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" 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/flex_india?hl=en.

Reply via email to