Hi
I'm trying to get my first Air application written in Flex 3 to have a desktop icon but I think I'm doing something wrong or missing something.
I've added the .png file to my assets folder and referenced it in the application.xml file:
<image32x32>assets/MySearch.png</image32x32>
but it does not show up as the application icon on the desktop, where am I going wrong?
Thanks
Charles