Webpage Icon that appears in the browser tab in Flex 4
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 so开发者_如何转开发me 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.
The keyword you are lacking is favicon
or favicon.ico
.
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 16x16 pixels, although the .ico format allows for multiple sizes within the same file.
You're looking for a (16 pixel) Favicon.
精彩评论