steve_c
steve_c

Reputation: 6255

Creating custom taskbar icon in Flex application

I'm trying to create custom icons for my taskbar/desktop icons in my Flex WindowedApplication. So far, I've edited my -app.xml file to include the following:

icons/t_16.png icons/t_32.png icons/t_48.png icons/t_128.png

When the application is run, however, the default flex/air icon is still showing. I have my systemChrome set to standard, and transparent to false, not that they have any relevance to this.

Any ideas?

Upvotes: 0

Views: 941

Answers (1)

Adrian Pirvulescu
Adrian Pirvulescu

Reputation: 4340

Have you actually built a release version and installed your air app, or is just the debug version ?

UPDATE:

You have to deploy a release version before the custom application icon will be enabled.

Upvotes: 1

Related Questions