cancel
Showing results for 
Search instead for 
Did you mean: 

Flash File in Logon page

Former Member
0 Kudos

Hi there,

i want to create a new Portal Logon Page.

I want that a Flash File is playing at the Logon Screen.. top left.

I changed the umLogonTopArea.txt to the following:



<td valign="Bottom" align="left" class="welcome">
          < img src=" <% =webpath %> layout/ test1. swf" alt="" border="0" >
        </td>

But when i open the Logon Screen i see Only a RED X... it did not load the Flash File.. can somebody explain why?

Thanks

Bjoern

Edited by: bjoern bayerschmidt on Mar 19, 2009 12:36 PM

Edited by: bjoern bayerschmidt on Mar 19, 2009 12:36 PM

Edited by: bjoern bayerschmidt on Mar 19, 2009 12:37 PM

Edited by: bjoern bayerschmidt on Mar 19, 2009 12:37 PM

Edited by: bjoern bayerschmidt on Mar 19, 2009 12:37 PM

Edited by: bjoern bayerschmidt on Mar 19, 2009 12:37 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Where is the file physically located? Make sure the location of the flash file is accessible to the end users from their desktop.

Former Member
0 Kudos

I Copied the swf into the layout .. after that i changed the code to src = path...

packed it as PAR and redeployed it...


 <td valign="Bottom" align="left" class="welcome">
           s r c = " %=webpath% layout/test1.swf" alt="" border="0">
        </td>

Now it works.. thats my code...

The < at the start and end are there i deleted them .. thats just that you see the code

Edited by: bjoern bayerschmidt on Mar 19, 2009 12:47 PM

Edited by: bjoern bayerschmidt on Mar 19, 2009 12:48 PM

Former Member
0 Kudos

Can you see the file at the o/s level of the portal server in the same folder as the branding image? It's possible it has been deployed correctly, but not yet copied from the database to the file system. Sometimes restarting the instance can cause the file to be copied to the o/s.

Former Member
0 Kudos

Hi,

Chk this code

The flash file is stored inside image folder of logon par file


<table width="749" border="0" align="center" cellpadding="0" cellspacing="0">
			<tr>
				<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="749" height="259">
				  <param name="movie" value='<%=webPath +"/images/flash_header21.swf"%>'>
				  <param name="quality" value="high">
				  <param name="menu" value="-1">
				  <param name="AllowScriptAccess" value="always">
				  <param name="WMode" value="Transparent">
				  <param name="AllowScriptAccess" value="always">
				  <embed src='<%=webPath +"/images/flash_header21.swf"%>' quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="749" height="259"></embed></object>
				</td>
			</tr>
		 </table>

Regards

Baby

Former Member
0 Kudos

****... no i cannot logon anymore to my portal....

Portal-Laufzeitfehler

Fehler aufgetreten bei der Verarbeitung eines Request für :

iView : com.messeffm.portal.runtime.logon.parf.default

Komponentenname : com.messeffm.portal.runtime.logon.parf.default

Error occurs during the rendering of jsp component.

Exception id: 03:46_19/03/09_0003_9104550

See the details for the exception ID in the log file

I Used the Code from Baby

Edited by: bjoern bayerschmidt on Mar 19, 2009 3:46 PM

Former Member
0 Kudos

I need fast help,

can somebody tells me how i can get into my Portal again?

Former Member
0 Kudos

OK. i am in Again.

Now i need to know how i can shot the Flashfile...

Former Member
0 Kudos

Hi,

Please go through these links to know how embed flash file in html.

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

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

Regards

Baby

former_member206159
Active Contributor
0 Kudos

Hi,

check whether the flash file you are accessing is in proper path.

post your code here.

Raghu

Former Member
0 Kudos

hmm it displays not the complete code...

<%=webpath%>layout/test1.swf

<img s r c =" <%=webpath%> layou t/ test1.swf" alt="" border="0">

Edited by: bjoern bayerschmidt on Mar 19, 2009 12:38 PM