Thursday, 4 October 2012

Creating Favicon for flex web application

Paste below code under <head/> tag of HTML file


<link rel="icon"
      type="image/png"
      href="your icon.ico" />

Placer 'your icon.ico' in same folder where your app located at server.





No comments:

Post a Comment