I bought a flash website template (yes, the entire site) from
www.templatemonster.com
and then i just took the flash header (they send to you the source file - the .FLA) and customized it using Flash 8. After, i publish the SWF file (just the flash header) and integrated it on my joomla template. How?
1. In the index.php file, I placed the swf file after the line <div id="header"> .
Here is my code:
(...)
<div id="header">
<embed width="725" height="170" quality="high" align="middle" type="application/x-shockwave-flash" src="header.swf" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" />
I didn´t use the <OBJECT> tag. When i used that, i couldn´t align perfectly the header.
2. Then I opened the primary CSS file (template_css.css) and deleted "div#header" (we can comment it too).
3. In the template config file (in my case, templateConfig.inc.php) , I turned off the rotation (because ModernBusiness template uses it), and to be safe, I deleted the header images.
Thx. for
Marc Levack
for some of this find.