Hello. Has anyone tried to set an icon using the titleIcon property for a WindowedApplication component? I tried it and it doesn't seem to work. The path is correct. I have also set icons in many other components, so I know what I am doing. Part of the relevant code is below. Any ideas? [:-/]
<mx:WindowedApplication titleIcon="{ appIcon }">
[Bindable]
[Embed(source='/assets/icons/app-icon.png')]
private var appIcon:Class;

