Adding Flash Header In Joomla


Author Message
DIEGO

Posted: 8/6/2009
Quote message 

:-) I know that many people have this problem...the solution:

SEARCH IN THE index.php:

<div class="Header">

<div class="Header">
<div class="Header-jpeg"></div>

COPY THIS CODE:

<?php if ($your_new_region) : ?>
<div class="new_region_layer"><?php echo $your_new_region; ?></div>
<?php endif; ?>

<embed width="990" height="217" menu="true" loop="true" play="true" wmode="transparent"
src="templates/TEMPLATENAME/images/MYFILE.swf" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash"></embed>


AND NO MORE!!

CHANGE TemplateName and Myfile.swf
 
Wolki

Posted: 8/10/2009
Quote message 

after what Sorry:-{}
 
Wolki

Posted: 8/10/2009
Quote message 

and what means "transparent"
With this CODE I have nothing in this place , no white sqwer ---nothing.:*)
 
Amin

Posted: 8/19/2009
Quote message 

DIEGO :-) dude great, but the transparent back does not seem to work, when i reload it stays trasparent for a second the return to white please help.

http://bavarophotographer.com/


<?php
defined('_JEXEC') or die('Restricted access'); // no direct access
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'functions.php';
$document = isset($this) ? $this : null;
$baseUrl = $this->baseurl;
$templateUrl = $this->baseurl . '/templates/' . $this->template;
artxComponentWrapper($document);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" />

<link rel="stylesheet" type="text/css" href="<?php echo $templateUrl; ?>/css/template.css" />
<!--[if IE 6]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie6.css" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie7.css" type="text/css" media="screen" /><![endif]-->
<script type="text/javascript" src="<?php echo $templateUrl; ?>/script.js"></script>
</head>
<body>
<div id="art-page-background-gradient"></div>
<div id="art-page-background-glare">
<div id="art-page-background-glare-image"></div>
</div>
<div id="art-main">
<div class="art-Sheet">
<div class="art-Sheet-tl"></div>
<div class="art-Sheet-tr"></div>
<div class="art-Sheet-bl"></div>
<div class="art-Sheet-br"></div>
<div class="art-Sheet-tc"></div>
<div class="art-Sheet-bc"></div>
<div class="art-Sheet-cl"></div>
<div class="art-Sheet-cr"></div>
<div class="art-Sheet-cc"></div>
<div class="art-Sheet-body">
<jdoc:include type="modules" name="user3" />
<div class="art-Header">

<?php if ($your_new_region) : ?>
<div class="new_region_layer"><?php echo $your_new_region; ?></div>
<?php endif; ?>

<embed width="896" height="250" wmode="transparent" menu="false" loop="true" play="true"
src="templates/bavaro_photographer_v1/images/header_flash_test.swf" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash"></embed>

<div class="art-Header-jpeg">
</div>

</div>
<jdoc:include type="modules" name="banner1" style="artstyle" artstyle="art-nostyle" />
<?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'art-block'); ?>
<div class="art-contentLayout">
<?php if (artxCountModules($document, 'left')) : ?>
<div class="art-sidebar1"><?php echo artxModules($document, 'left', 'art-block'); ?>
</div>
<?php endif; ?>
<div class="art-<?php echo artxGetContentCellStyle($document); ?>">

<?php
echo artxModules($document, 'banner2', 'art-nostyle');
if (artxCountModules($document, 'breadcrumb'))
echo artxPost(null, artxModules($document, 'breadcrumb'));
echo artxPositions($document, array('user1', 'user2'), 'art-article');
echo artxModules($document, 'banner3', 'art-nostyle');
?>
<?php if (artxHasMessages()) : ?><div class="art-Post">
<div class="art-Post-body">
<div class="art-Post-inner">
<div class="art-PostContent">

<jdoc:include type="message" />

</div>
<div class="cleared"></div>

</div>

</div>
</div>
<?php endif; ?>
<jdoc:include type="component" />

<?php echo artxModules($document, 'banner4', 'art-nostyle'); ?>
<?php echo artxPositions($document, array('user4', 'user5'), 'art-article'); ?>
<?php echo artxModules($document, 'banner5', 'art-nostyle'); ?>
</div>
<?php if (artxCountModules($document, 'right')) : ?>
<div class="art-sidebar2"><?php echo artxModules($document, 'right', 'art-block'); ?>
</div>
<?php endif; ?>

</div>
<div class="cleared"></div>

<?php echo artxPositions($document, array('bottom1', 'bottom2', 'bottom3'), 'art-block'); ?>
<jdoc:include type="modules" name="banner6" style="artstyle" artstyle="art-nostyle" />
<div class="art-Footer">
<div class="art-Footer-inner">
<?php echo artxModules($document, 'syndicate'); ?>
<div class="art-Footer-text">
<?php if (artxCountModules($document, 'copyright') == 0): ?>
<p>Copyright &copy; 2009 ---.<br/>
All Rights Reserved.</p>

<?php else: ?>
<?php echo artxModules($document, 'copyright', 'art-nostyle'); ?>
<?php endif; ?>
</div>
</div>
<div class="art-Footer-background"></div>
</div>

</div>
</div>
<div class="cleared"></div>
<p class="art-page-footer">Designed by <a href="http://digitalcanvas-studio.com/">Amin Rodriguez</a>.</p>
</div>

</body>
</html>
 
Amin

Posted: 8/19/2009
Quote message 

:-D FOUND IT!!!!

Quote :

<div class="art-Header">

<?php if ($your_new_region) : ?> <div class="new_region_layer"><?php echo $your_new_region; ?></div> <?php endif; ?> <embed width="896" height="250" wmode="transparent" menu="false" loop="true" play="true" src="templates/bavaro_photographer_v1/images/header_flash_test.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>

///JUST REMOVE THE BELOW CODE\\<div class="art-Header-jpeg"> </div>

 
Bobby

Posted: 10/6/2009
Quote message 

You can complicate your life by doing that coding stuff every time you have to update your design because of artisteer features updates, or you can simplified all that and by only using the flash module. The flash module is a very useful tool, this free module give you the opportunity to insert any kind of custom flash animation with any dimensions in joomla in a very easy way. Whats is better is you don't have to code every time artisteer launch an update with Joomla features updated. ;-)
 
daver

Posted: 10/6/2009
Quote message 

Quote Bobby:

You can complicate your life by doing that coding stuff every time you have to update your design because of artisteer features updates, or you can simplified all that and by only using the flash module. The flash module is a very useful tool, this free module give you the opportunity to insert any kind of custom flash animation with any dimensions in joomla in a very easy way. Whats is better is you don't have to code every time artisteer launch an update with Joomla features updated. ;-)


Wher can i get this flash module

 
octopuss

Posted: 10/7/2009
Quote message 

Quote Bobby:

You can complicate your life by doing that coding stuff every time you have to update your design because of artisteer features updates, or you can simplified all that and by only using the flash module. The flash module is a very useful tool, this free module give you the opportunity to insert any kind of custom flash animation with any dimensions in joomla in a very easy way. Whats is better is you don't have to code every time artisteer launch an update with Joomla features updated. ;-)


Hello Body,
I think in Joomla! it ins't possible to insert an image, flash file on the Header!!
This problem must be solutioned by Artisteer himself.
 
Bobby

Posted: 10/7/2009
Quote message 

You all can find the flash module here in this link (http://extensions.joomla.org/extensions/366/details). By the way, I know there is not possible to insert a flash anime in the header " good note" , I ' m going to add the way I create a flash header with artisteer, joomla and flash module. When I am creating the template I go to the layout option and I chose to show only the menu, but when I go to my joomla administration and with my template installed I insert my flash animated header with the flash module and I assign the module to the banner 1 position if I want the banner under the menu. Or I assign the module to the user 3 if I want the banner to show over the menu. Note: If you want the banner over the menu in user 3 position you have to place the order of the module over the main menu using the user 3 position and thats it. I hope this info is going to be helpful for some people out there.

I have to add, is not I don't believe in coding, I use some coding and hacks myself and is great to have the or learn that kind of knowledge, but I also believe in make the things in an easy way because the time is gold ( making the complex things in an easy and useful way is a right way to increase your work flow).

Thanks! ;-)
 
Techdesigno

Posted: 12/14/2009
Quote message 

THANK YOU SO MUCH! This helped me so much. I have tried ways before that didn't look natural in the end. This was the simplest and easiest straight forward way. I really appreciate you posting this.
 
Techdesingo

Posted: 12/18/2009
Quote message 

Hi,

Is there something I can add that will make the flash only play on the homepage? Because every time they click to go to another page it replays and it gets distracting.
 
Riskinit

Posted: 1/5/2010
Quote message 

I have the same problem I would like to get resolved.

Any help would be awesome. Thanks in advance!

R

Quote Techdesingo:

Hi,

Is there something I can add that will make the flash only play on the homepage? Because every time they click to go to another page it replays and it gets distracting.


 
Garry

Posted: 1/5/2010
Quote message 

Did you visit following related thread:

http://www.artisteer.com/?post_id=110256&p=forum_post
 
Sourav Biswas

Posted: 4/25/2011
Quote message 

:-)
 
Anil

Posted: 9/12/2012
Quote message 

HI,

You can make free flash headers here http://flashheader.corpgenie.com/