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.