In Flex 4.5 for mobile how can I use portrait / landscape states from a skin file?
e.g. In the skin file I want to create the following states
<s:states>
<s:State name="portrait" />
<s:State name="landscape" />
</s:states>
and use them in the normal way. However the current state in the skin file is not updated when I switch between landscape and portrait.