2 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] .swf include
FromSent OnAttachments
Csernáti GáborApr 5, 2005 12:30 am 
Brian CandlerApr 6, 2005 3:04 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] .swf includeActions...
From:Brian Candler (B.Ca@pobox.com)
Date:Apr 6, 2005 3:04:24 am
List:net.sourceforge.lists.courier-sqwebmail

On Tue, Apr 05, 2005 at 09:31:15AM +0200, Csernti Gbor wrote:

Can anybody help me how can I display a flash banner on the Sqwebmail login
page? I tried to paste the following code into the appropriate cell, but nothing
happend (the cell still empty).

"<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="468" HEIGHT="60" id="axel-net" ALIGN=""> <PARAM NAME=movie VALUE="test.swf"> <PARAM NAME=quality VALUE=high> <PARAM
NAME=bgcolor VALUE=#FFFFFF> <EMBED src="test.swf" quality=high bgcolor=#FFFFFF
WIDTH="468" HEIGHT="60" NAME="axel-net" ALIGN="" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>"

What is "the appropriate cell" ?

Stick your HTML code in login.html in the templates directory. When you get the login screen, use your browser's "show HTML" option to confirm that your HTML snippet has been included. If it has, and it doesn't work, then you just need to debug your HTML.

Brian.