Select to view content in your preferred language

Favicons for Flex Site

2134
2
Jump to solution
03-13-2013 06:22 AM
NicholasMcNamara
Frequent Contributor
I'd like to add a favicon to my Flex viewers - the little 16x16 icon that sticks in front of a bookmark. I noticed that when I ran Fiddler it says I have no favicon. Can you do this using the flex viewer or just by editing the xml?
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Nicholas,

  In your published site just open the Index.html and add:

<link rel="shortcut icon" href="favicon.ico" />


to the head section and make sure you have a favicon.ico in your main directory where the Index.html is.

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Nicholas,

  In your published site just open the Index.html and add:

<link rel="shortcut icon" href="favicon.ico" />


to the head section and make sure you have a favicon.ico in your main directory where the Index.html is.
0 Kudos
NicholasMcNamara
Frequent Contributor
Got it working eventually. It wasn't taking any changes unless I also edited the default.htm file for some reason.
0 Kudos