The following code used to work in Flex2 and no longer works in Flex3 (i.e. the property does not gets set). Any ideas?
Thank you
<mx:states>
<mx:State name="displayState">
<mx:SetProperty
target="{objectNameLabel}"
name="visible"
value="{myValue}"/>
</mx:State>
............................

