Showing posts with label How to Display animated logo in the Portal Masthead / Logon. Show all posts
Showing posts with label How to Display animated logo in the Portal Masthead / Logon. Show all posts

How to Display animated logo in the Portal Masthead / Logon

How to Display animated logo in the Portal
Masthead

Summary


The purpose of this article is displaying the animated logo
in the portal masthead. The idea behind this article is to check whether FLASH
is installed on the end user machine to display the animated logo. If FLASH is
not installed then display the ordinary image.



Introduction


Generally for displaying any different logo in the portal
masthead we would upload through the Portal Themes. Even flash image also we
can upload through the same way. What will happen if the end user doesn’t have
FLASH installed on his/her machine?


The below sample code would identify whether FLASH is
installed or not on the client user machine at runtime. Based on this we can
display animated image if FLASH is installed else display the normal image.


The below code should be placed in the Headeriview.jsp
which is inside the masthead.par.


**********************************************************************************