Favicon(Icon in addressbar) in flex
Hi friends,
After too much googling finally I found the way how to display the favicon i.e icon display in the website in the left hand side of address bar.
You have to just put the two lines in the html page.
---------------------------------------------------------------------
"< link rel="icon" href="favicon.ico" type="image/ico">"
---------------------------------------------------------------------
place this line inside the head tag of your applicationName.html
You can find the html file in
YourApplicationFolder/bin-debug/yourApplicationName.html
HREF= address of your icon
Just compile and run your project.
You will find the icon in address bar.
FYI - To convert .jpg, gif ..etc to .ico use below web site.
http://www.coolutils.com/online/image-converter/
Thanks for visiting...........................
No comments:
Post a Comment