Anyone with interest,
I have made limited progress on this issue.
It turns out that the polygons are created in the swf output as
instances of object Button.
These button instances do not have instance names associated with them
so they cannot be referenced in ActionScript ( I guess ).
I am trying to alter the mapswf.c to add names to the button instances.
I am not a c developer, so I am struggling.
Any help or advice would be greatly appreciated.
Thank you.
Shannon
Shannon Scott wrote:
Hello,
I have a flash map. I have built an application so that when the
person mouses over the map - the highlighted polygon ( under mouse )
will highlight part of the web page - with corresponding information.
I would like to also make it so when the web page is moused over the
respective polygon will also become highlighted. I am able to access
the polygon attributes through the Element array.
Is there a way to highlight the polygon using actionscript - if I know
the Element array index number?
Any help or pointers are appreciated.
Thank you.
Shannon