cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Portal Logon page (par) swf image on screen?

Former Member
0 Kudos

Hi all,

Is it possible to put an swf (movie) image on the screen on the logon page on 7.01?

Or do we need to change it to animated gif and will it then work?

Has someone experience with this?

thanks in advance,

with kind regards

Robin

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member189631
Active Contributor
0 Kudos

Zimbi,

Use the below example to display your .swf in portal logon page.

<object id="swfid" width="500" height="300">

<param name="movie" value="myVideo.swf" />

<object type="application/x-shockwave-flash" data="myVideo.swf"

width="400" height="200">

</object>

</object>

Ram

former_member206159
Active Contributor
0 Kudos

You can put your own image or any video file as you want. It is a jsp file and you can write your own code.

Make sure that you have a backup of standard one for any error recovery.

Raghu

Former Member
0 Kudos

Hi Raghu,

Have you some sample code about how to insert a swf file on the logon page? Because i have a custom adjusted logon page made and with normal pictures (jpg, gif, ...) it works. but i can't really insert a swf file there.

thanks,

Robin

shaila_kasha
Contributor
0 Kudos

Hello,

We know that the login page is just an .JSP file which needs to be edited obtained from com.sap.portal.runtime.login.par and page being umelogon.jsp.

Now our requirement decreased to embedding a .sw file at jsp page. hence we can use html in java script in accomplishing the same.

Please check the below links for accessing and embedding the .swf file at jsp page

http://www.w3schools.com/flash/flash_inhtml.asp

http://animation.about.com/od/flashanimationtutorials/qt/embedswfwebpage.htm

Also the blogs by Birla Bose to do the same

http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417800)ID2109204050DB01677438757817122254End...

http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417800)ID2109204050DB01677438757817122254End...

Hope this helps

Good Luck!

Regards,

Shaila