I want to add a Icon that represents my webpage in the browser tabs and when is saved to favorites. How do I add this.
Probably some propriety of the Aplication tag that I can´t find.
And what it the correct size the icon must be ? (32*32 or something like that)
Thanks in advance.
What you are referring to is a favicon.ico file, which is set on your server, not within your flex app. Depending upon your server setup, it could be as simple as dropping a favicon.ico file that you create in the same directory as your app. The favicon.ico file has to be in a particular format (.ico) and is generally 16×16 pixels, although the .ico format allows for multiple sizes within the same file.