I use the infosymbol a good bit. It works well for me to display attributes and images (if applicable). Similar to the sample http://help.arcgis.com/en/webapi/flex/samples/index.html#/InfoSymbols_with_states/01nq0000001v000000..., my apps utilize user interaction with the symbol itself to change the state. Is there a way to do this programatically (change symbols look via highlight), on mouse over in a datagrid or another list based control. I can accomplish this by getting the graphic in the graphicslayer and changing the infosymbol for that graphic, but thought there would probably be a better way. Thanks for the suggestions!