This seems like it should be super easy, but I can't figure it out. How do you dynamically change the title of a page based on some variable?
By title, I mean the title of my view like this:
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" title="DynamicTitle" creationComplete="init(event)">
Thanks!