In one of our earlier articles, we discussed about how to change default Joomla logo. Here, for interested users we will be cover, how to create and upload Joomla flash logo in websites. This tutorial requires no technical knowledge, all you have to do is edit the code in the template.css folder, at the locations which have been marked as ‘<!– CORRECTION –>.
But before you edit the template.css file, ensure that you have made a backup of your template.css file. So that if in case you alter any of the codes you don’t wish to, you can start one again by using the backup file.
#ja-headerwrap { background: #990000; color: #990000; line-height: normal; height: 200px; <!-- CORRECTION --> } #ja-header { position: relative; height: 200px; width: 600px; .ja-headermask { width: 602px; display: block; background: url(../images/header-mask.png) no-repeat top right; height: 200px; #ja-header a { color: #990000; }
h1.logo, h1.logo-text { margin: 0 0 0 5px; padding: 0; font-size: 180%; text-transform: uppercase; }
/* insert flash instead of image ../images/logo.png*/ h1.logo a { width: 610px; display: block; background: url(../images/flash/myjoomlaflashlogo.swf) no-repeat;
<object width="600" height="200" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="images/flash/myjoomlaflashlogo.swf" /><embed width="600" height="200" type="application/x-shockwave-flash" src="images/flash/myjoomlaflashlogo.swf" /></object>
This way you can create and display a flash logo instead of the default Joomla logo in your website.