Kits graphiques gratuits

Kits graphiques gratuits (http://forum.kitsgratuits.com/index.php)
-   Kits graphiques gratuits flash (http://forum.kitsgratuits.com/forumdisplay.php?f=2)
-   -   banniere flash dans joomla (http://forum.kitsgratuits.com/showthread.php?t=78)

naara59 11-10-2009 05:29 PM

banniere flash dans joomla
 
Bonjour et bravo pour votre travail,

Voici l'adresse du site concerné: http://s299846755.onlinehome.fr

Le site est réalisé avec l'éditeur de site Joomla.

Je souhaiterai intégrer votre banniere flash dan le carré blanc en haut a droite mais je n'y arrive pas...

Voici le code de la page:

Code:

<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
JPlugin::loadLanguage( 'tpl_SG1' );
?>


<!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; ?>" >

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="We provide free flash templates, free templates, free flash header"/>
<meta name="keywords" content="free flash buttons, free templates, free flash header"/>

<head>
<jdoc:include type="head" />

<link rel="stylesheet" href="templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" />

<!--[if lte IE 6]>
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/ie7.css" type="text/css" />
<![endif]-->


<script src="js/Terms.js" type="text/javascript"></script>
<!--FIN DU DROIT D'UTILISATION-->
<script type="text/javascript" src="js/swfobject.js"></script>
                <script type="text/javascript">
                var flashvars = {
                custom_xml_url : "custom.xml"
                };
                var params = {
                bgcolor: "#FFFFFF",
                scale: "noScale"
                };               
                var attributes = {};
                swfobject.embedSWF("flash/header.swf", "free-flash-header","540", "150", "9.0.0", "flash/expressInstall.swf",flashvars, params, attributes);
                </script>



</head>
<body>
        <div id="page_bg">
                <!--header start -->
                <div id="header">
                </div>
                <div class="clr"></div>
                <!--header end -->
               
                <!--topmenu start-->
                       

<div class="pill_m">
                                <div id="pillmenu">
                                <table cellspacing="0" cellpadding="0" style="margin: 0 auto;">
                                        <tr><td>
                                        <jdoc:include type="modules" name="user3" />
                                        </td></tr>
                                </table>
                                </div>
                        </div>       

















                        <div class="clr"></div>
                <!--topmenu end-->
               
                <!--middle_header start-->
               


<div id="middle_header">
               
                        <div id="logo">
                                <table cellspacing="0" cellpadding="0" style="width: 380px; height: 40px; text-align: center;">
                                        <tr><td style="text-align: left; vertical-align: middle;">
                                                <a href="index.php"><?php echo $mainframe->getCfg('sitename') ;?></a>

<br>
<br>
<br>
<br>


<div style="text-align:center;margin-top:20px;" >
    <!--DEBUT DU DROIT D'UTILISATION. NE PAS SUPPRIMER OU MODIFIER CES LIGNES. SI VOUS LES SUPPRIMEZ OU LES MODIFIEZ UN MESSAGE D'ALERTE APPARAITRA QUAND VOTRE SITE SERA EN LIGNE.-->
    <div id="free-flash-header">
            <strong>animation flash</strong> sur <a href="http://www.kitsgratuits.com/animation-flash/"><strong>animation flash</strong></a>
            <!--FIN DU DROIT D'UTILISATION-->
            <!-- Add your alternative here -->     
    </div>

</div>









                                        </td></tr>
                                </table>
                        </div>       
                        <div class="clr"></div>
                       
                        <div id="newsflash">
                        <jdoc:include type="modules" name="top" style="rounded" />
                        </div>
                </div>













                <!--middle_header end-->
               
                <!--center start-->
                <div class="center">
                        <div id="wrapper">
                                <div id="content">
                                        <?php if($this->countModules('left') and JRequest::getCmd('layout') != 'form') : ?>
                                                <div id="leftcolumn">       
                                                        <jdoc:include type="modules" name="left" style="rounded" />
                                                        <?php $sg = 'banner'; include "templates.php"; ?>
                                                </div>
                                                <?php endif; ?>
                                               
                                                <?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
                                                <div id="maincolumn">
                                                <?php else: ?>
                                                <div id="maincolumn_full">
                                                <?php endif; ?>
                                                        <div class="nopad">                                               
                                                                <?php if($this->params->get('showComponent')) : ?>
                                                                        <jdoc:include type="component" />
                                                                <?php endif; ?>
                                                        </div>
                                                </div>
                                               
                                                <?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
                                                <div id="rightcolumn" style="float:right;">
                                                        <jdoc:include type="modules" name="right" style="rounded" />                                                               
                                                </div>
                                        <?php endif; ?>
                                        <div class="clr"></div>
                                </div>               
                        </div>
                </div>
               
                <!--footer start-->
                <div id="footer">
                        <div id="sgf">
                                <div style=" padding: 10px 0 0 80px;">
                                        <div style="text-align: center;">
                                                <?php $sg = ''; include "templates.php"; ?>
                                        </div>
                                        <div style=" padding: 14px 0 0 10px; text-align: right; color: #fff;">
                                                Valid <a style="color: #fff;" href="http://validator.w3.org/check/referer">XHTML</a> and <a style="color: #fff;" href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.
                                        </div>
                                </div>
                        </div>
                </div>
                <!--footer end-->       
        <!--center end-->
        </div>       
        <jdoc:include type="modules" name="debug" />
       
               
</body>
</html>


Merci de votre aide qui me sera précieuse :)


Merci encore

naara59 11-11-2009 07:11 PM

Personne pour m'aider ? :(

kitsgratuits 11-12-2009 08:47 AM

bannière flash dans joomla
 
Bonjour,
Je sais que quelqu'un'un a déjà intégré la bannière assez facilement dans joomla...je vais essayer de retrouver son mail explicatif...

kitsgratuits 11-12-2009 08:50 AM

Animation flash et joomla
 
Bonjour,
Je peux en tout cas déjà vous dire qu'il manque le fichier header.swf:

http://s299846755.onlinehome.fr/flash/header.swf

et custom.xml

http://s299846755.onlinehome.fr/custom.xml

Quelle bannière flash souhaitez-vous installer ?

naara59 11-12-2009 05:09 PM

Bonsoir,

Merci de votre réponse.

Je souhaite installer l'animation flash de votre site qui est en premiere position (avec la femme et le texte "your way of success").

Voici l'architecture du site:
http://imagik.fr/thumb/160927.jpegimagik.fr
siteground-j15-44 est le template utilisé dans joomla. Le fichier index.php du code que je vous ai fourni au dessus se trouve donc dans le dossier "siteground-j15-44"

Merci encore de votre aide!

kitsgratuits 11-13-2009 09:19 AM

bannière flash
 
Bonjour,
Dans l'archive zip livrée avec le flash vous trouverez un exemple d'utilisation à partir duquel il faut vous inspirer.
N'oubliez pas de mettre les répertoires flash, js, images,sounds avec leur contenu. Et n'oubliez pas non plus le fichier custom.xml à mettre à la racine.
Dans la page ou vous utilisez l'animation il vous également rajouter les lignes :
<script src="js/Terms.js" type="text/javascript"></script>
<script type="text/javascript" src="js/swfobject.js"></script>


All times are GMT. The time now is 03:01 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.